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.