Export multiple COPs textures

   2025   3   2
User Avatar
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
Edited by papsphilip - March 6, 2023 16:07:44

Attachments:
TOPs_COPs_exports.hiplc (315.1 KB)

User Avatar
Staff
586 posts
Joined: May 2014
Offline
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.
User Avatar
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?

Attachments:
1.JPG (31.5 KB)
2.JPG (33.0 KB)
3.JPG (73.4 KB)

User Avatar
Member
385 posts
Joined: July 2018
Offline
the above works, but tried to go a bit further by adding a switch node and found some issues i am not sure how to fix.

Updated example file
Edited by papsphilip - March 8, 2023 09:27:27

Attachments:
1.JPG (44.2 KB)
2.JPG (66.3 KB)
TOPs_COPs_exports.hiplc (290.0 KB)

  • Quick Links