TOPs - Rop Fetch - Script
1610 10 3- papsphilip
- Member
- 385 posts
- Joined: July 2018
- Offline
- tpetrick
- Staff
- 600 posts
- Joined: May 2014
- Offline
- tamte
- Member
- 8768 posts
- Joined: July 2007
- Offline
- papsphilip
- Member
- 385 posts
- Joined: July 2018
- Offline
tpetrick
The script parameters on the ROP Geometry Output are on the underlying Geometry ROP itself, and are just promoted onto the TOP node. If you want to run a pre/post script with a ROP Fetch you'll need to put them in the pre/post script field(s) of your ROP.
that didn't work unfortunately.
added hou.parm('/obj/EXPORTS/camera_to_points1/renderme').pressButton() as a pre-render script
but still when the TOP cooks the workitems the output images are all the same, from the same frame.
- papsphilip
- Member
- 385 posts
- Joined: July 2018
- Offline
tamte
while I haven't used it, it looks to me that ROP Fetch TOP/Reload Parm Path is made for this purpose
based on tooltip, you specify path to a parm (parms?) that you want to be pressed before each frame
yeah looks like what i need but didn't work. not sure why. maybe has to do with the node i am trying to access and press the button?
- papsphilip
- Member
- 385 posts
- Joined: July 2018
- Offline
- AslakKS
- Member
- 185 posts
- Joined: Feb. 2016
- Offline
- papsphilip
- Member
- 385 posts
- Joined: July 2018
- Offline
AslakKS
If you don't specify what frame it should load at (with @pdg_frame) you can override it on the ROP Fetch under Frames and Batching. Otherwise it's going to load the scene at frame 1
i guess you mean the override frame option. i have set it to frame range, why do i need the override option?
the problem remains even if i hit render from the ROP File output itself (in COPs), where the pre-render python script is set also
Edited by papsphilip - Feb. 14, 2024 09:29:18
- AslakKS
- Member
- 185 posts
- Joined: Feb. 2016
- Offline
Well if you have a pre-render script it will execute on the first frame of the sequence (or frame 1?) if you want it to execute every frame you need pre-frame script.
I also believe the `Reload Parameter Path` is only pressed once if you have `All Frames in One Batch enabled`
Should be easy enough to test by printing the hou.frame() in the script and then looking in the logs
I also believe the `Reload Parameter Path` is only pressed once if you have `All Frames in One Batch enabled`
Should be easy enough to test by printing the hou.frame() in the script and then looking in the logs
- tpetrick
- Staff
- 600 posts
- Joined: May 2014
- Offline
papsphilip
that didn't work unfortunately.
added hou.parm('/obj/EXPORTS/camera_to_points1/renderme').pressButton() as a pre-render script
but still when the TOP cooks the workitems the output images are all the same, from the same frame.
Your script is in the pre-render parameter, which runs once per render on the first frame of the render. It sounds like you want to have it in the pre-frame script instead, which runs once a frame.
Regarding the the reload parameter option on the ROP Fetch itself, the button specified in that parameter should be pushed every frame even when using a batch.
- papsphilip
- Member
- 385 posts
- Joined: July 2018
- Offline
-
- Quick Links