Skip to content

Instantly share code, notes, and snippets.

@jamesrobinsonvfx
Created March 21, 2021 18:43
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 jamesrobinsonvfx/1cfaba7eadae52c2d59d2df35904c4d3 to your computer and use it in GitHub Desktop.
Save jamesrobinsonvfx/1cfaba7eadae52c2d59d2df35904c4d3 to your computer and use it in GitHub Desktop.
Cook Topnet on the Command Line
import hqueue.houdini as hq
node = hq.getNode("/obj/topnet1").displayNode()
node.executeGraph(False, True, False)
@jamesrobinsonvfx
Copy link
Author

@deepakxyz
Copy link

Is it possible to change some paramter inside sop from command line through tops?

@jamesrobinsonvfx
Copy link
Author

hi @deepakxyz, typically you would modify the attributes in your pdg setup either by “pulling” from attributes in tops via the @myattrib syntax in the parameter field or by “pushing” with something like the wedge top. You can read more about that here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment