検索 - User list
Full Version: Manage Usd Prim Selection with HOM?
Root » Solaris and Karma » Manage Usd Prim Selection with HOM?
chendryx
I've been scanning the docs but I can't seem to find it, how does one manage the selection stage of prims in LOPs with Python? ie how do I figure out what prims are selected, or update/manage the selections?
mtucker
The selection of USD prims is stored on the LOP Network. So:
hou.node('/stage').selection()
hou.node('/stage').setSelection([list of paths])
chendryx
Aaaaah on the LopNetwork, I kept thinking maybe it was on the LopNode, thanks @mtucker!
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