Skip to content

Instantly share code, notes, and snippets.

@taikomatsu
Created November 19, 2015 07:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save taikomatsu/415657b00a20e5b3f7e0 to your computer and use it in GitHub Desktop.
Save taikomatsu/415657b00a20e5b3f7e0 to your computer and use it in GitHub Desktop.
Get objects specified in "Force Objects" on ROP by hom
root = hou.node('/')
rop = hou.node('/out/any_rop')
root.recursiveGlob(rop.evalParm('forceobject'), hou.nodeTypeFilter.Obj)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment