I am working on a Sop hda. It contains a TOP Network.
This hda of course takes in geometry, but the TOP network inside just renders some texture files on disk using COPs ( I am making some texturing utilities )
I opted to use PDG rather than just directly rendering with Rop File Output node, because PDG "knows" when things need to update, so that's pretty neat.
The issue is that I have no feedback at all after I trigger a cook on the TOP network. ( the old method using "Rop File Output" nodes had the advantage of hanging until all files were written to disk, which kind of made my life easier because of some downstream sop operation using said texture files)
My goal would to display PDG progress somehow.
I tried to inspect sidefx' filecache sop to understand how it reflects some "TOP state", but could not find anything to help me.
Is it somewhere in the python tool state ?
Show "PDG infos" on a Sop hda node in network view
1119 3 2- gui2one
- Member
- 101 posts
- Joined: Feb. 2015
- Offline
- skydancenewmedia
- Member
- 11 posts
- Joined: April 2022
- Offline
- ObeidaZakzak
- Member
- 119 posts
- Joined: Dec. 2019
- Offline
Hello,
This can be done by creating TOP Network Controls on Type Properties of the HDA, from Node Properties tab, then you have to specify the node path to the topnet you want to expose. The node path can be relative to the HDA.
This can be done by creating TOP Network Controls on Type Properties of the HDA, from Node Properties tab, then you have to specify the node path to the topnet you want to expose. The node path can be relative to the HDA.
Edited by ObeidaZakzak - Feb. 2, 2024 12:47:04
Houdini Pipeline Supervisor @ TAT Studio
- skydancenewmedia
- Member
- 11 posts
- Joined: April 2022
- Offline
-
- Quick Links