FR3D Posted September 30, 2020 Share Posted September 30, 2020 (edited) Hello, i am trying to load custom node from my galleries at startup. I know nothing about python I am able to load basic Houdini and Redshift nodes from script found , but after searching i was unable to find the proper script to load nodes from my personal galleries. i tried this to load a custom cam i made for redshift Mycam = hou.galleries.galleryEntries('cam1')[0] cam = obj.createNode("Mycam", "cam_1") EDIT: just figured out that i need to load a preset on the node. Edited September 30, 2020 by FR3D Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.