Hello,
Im trying to setup a PDG chain that can change some parameters that are not attributes. Per instance, different takes. Specifically there is a parameter in Redshift ROP named “render with take” that I'd like to change as a PDG node process.
Is there a way to run a command in either hScript or python to change this setting? A node that I can place in my PDG chain to change parameters?
Thanks in advance for any guidance.
-Dan
Change parameters in a PDG chain
1853 1 0- danezmotion
- Member
- 5 posts
- Joined: Jan. 2016
- Offline
- tpetrick
- Staff
- 600 posts
- Joined: May 2014
- Offline
You can use a Wedge TOP to set parms within a ROP Fetch job, by specifying a Target Parameter on the Wedge TOP. Those parm changes only happen in the job thought – the ROP Fetch jobs run in their own child process, and the parameters are changed in that process only. TOPs cooks asynchronously/in the background and cannot edit parameters in the .hip file that's cooking the TOP network.
Edited by tpetrick - May 7, 2020 23:28:23
-
- Quick Links