Export multiple COPs textures
2512 3 2- papsphilip
- Member
- 385 posts
- Joined: July 2018
- Offline
i am exporting some vector attributes as textures. i was wondering if there is a way to export multiple textures without opening a houdini instance for each one. (that is the current setup in my hip file)
Ideally i would like to open a houdini instance for each frame batch. So houdini launches goes down the network calculates my points and then exports one by one my textures. Then goes to the next frame does the same.
Another thread would be doing the same thing for another frame batch.
here is my file. Right now i have one fetch Top for each texture which means if i have 6 processors they will be shared among these fetch Tops, they cannot run at the same time, recalculating the network again and again which unnecessary and also overloading my RAM. Essentially one fetch Top will tell houdini to launch and export one texture, the other fetch will do the same for another texture etc.
Does this make sense? i'd like to remain in one houdini instance while exporting all three textures
Ideally i would like to open a houdini instance for each frame batch. So houdini launches goes down the network calculates my points and then exports one by one my textures. Then goes to the next frame does the same.
Another thread would be doing the same thing for another frame batch.
here is my file. Right now i have one fetch Top for each texture which means if i have 6 processors they will be shared among these fetch Tops, they cannot run at the same time, recalculating the network again and again which unnecessary and also overloading my RAM. Essentially one fetch Top will tell houdini to launch and export one texture, the other fetch will do the same for another texture etc.
Does this make sense? i'd like to remain in one houdini instance while exporting all three textures
Edited by papsphilip - March 6, 2023 16:07:44
- tpetrick
- Staff
- 600 posts
- Joined: May 2014
- Offline
- papsphilip
- Member
- 385 posts
- Joined: July 2018
- Offline
tpetrick
You can point a ROP Fetch TOP node at a chain of ROPs, instead of a single ROP, and it'll render the whole chain and report the output files for each of the ROPs.
To export multiple textures you can create a chain of multiple Composite ROPs and point the ROP Fetch TOP at the last node in the chain.
thank you!! exactly what i was looking for
Like this?
- papsphilip
- Member
- 385 posts
- Joined: July 2018
- Offline
-
- Quick Links