Hi
Im looking how to access stage object from the python shell. Documentation talks about editableStage() method wich works fine in the python lops node. However ones I do:
>>> node = hou.node("/stage/render1")
>>> stage =node.editableStage()
>>> print(stage)
None
as you can see stage object is empty
I'm trying to look for certain attributes on the geo on the stage.
thank you