I'm interested in saving custom scene specific data with each scene file. In Maya I can do this by saving attributes to the renderGlobals node… in 3dsMax there is a rootNode that I can save information in. Does Houdini have a similar mechanism?
Thanks,
Andrew
Saving global data to scene
3368 6 3-
- sinagra
- Member
- 3 posts
- Joined: Dec. 2015
- Offline
-
- graham
- Member
- 1925 posts
- Joined: Nov. 2006
- Offline
-
- sinagra
- Member
- 3 posts
- Joined: Dec. 2015
- Offline
-
- Alexey Vanzhula
- Member
- 538 posts
- Joined: Dec. 2006
- Offline
-
- graham
- Member
- 1925 posts
- Joined: Nov. 2006
- Offline
-
- sinagra
- Member
- 3 posts
- Joined: Dec. 2015
- Offline
-
- ChristopherC
- Member
- 19 posts
- Joined: Dec. 2013
- Offline
Apologies for reviving this old thread but I'm after something very similar, that is being able to keep a list of hou.NetworkMovableItem references that persist across Houdini sessions.
I can imagine implementing this in 2 ways but both have their issues:
- add a user data on the root node / that lists all the items. Alas, the only unique identifier available for these items is through the hou.NetworkMovableItem.sessionId method, which does not persist across sessions.
- add some sort of user data to each node so that I can find them by scanning the scene, alas the `hou.NetworkMovableItem` class doesn't allow storing user data.
Am I missing something?
I can imagine implementing this in 2 ways but both have their issues:
- add a user data on the root node / that lists all the items. Alas, the only unique identifier available for these items is through the hou.NetworkMovableItem.sessionId method, which does not persist across sessions.
- add some sort of user data to each node so that I can find them by scanning the scene, alas the `hou.NetworkMovableItem` class doesn't allow storing user data.
Am I missing something?
-
- Quick Links