検索 - User list
Full Version: Where is Configure Stage meta data stored?
Root » Solaris and Karma » Where is Configure Stage meta data stored?
jerry7
Hi,

Is there any location like HoudiniLayerInfo to store population mask info generated by configure stage lop?
And how to see the infos about them?
Thanks!
mtucker
That information is available on the LOP node stage itself. You can get the stage population mask, the rules used to determine the se of loaded payloads, and the actual expanded list of prims that will load their payloads:

hou.node("/stage/lopname").stage().GetPopulationMask()
hou.node("/stage/lopname").stage().GetLoadRules()
hou.node("/stage/lopname").stage().GetLoadSet()
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by DjangoBB