How to access stage object from the python shell

   1297   2   0
User Avatar
Member
4 posts
Joined: 5月 2006
Offline
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
User Avatar
Member
75 posts
Joined: 12月 2017
Offline
https://www.sidefx.com/forum/topic/85454/ [www.sidefx.com]
Check this thread.
User Avatar
Member
4 posts
Joined: 5月 2006
Offline
Perfect! thank you!
that is what I was looking for
  • Quick Links