Hello
Are there any analogues to opproperty in hou?
Now I have to use such an inconvenient method:
obj = hou.node('/obj')
geo = obj.createNode('geo', ‘test’, run_init_scripts=False)
path = geo.path()
cmd = ‘opproperty -f -F Render %s mantra10.0 default_geometry’%(path)
hou.hscript(cmd)