About 313,000 results
Open links in new tab
  1. Python Script TOP node - SideFX

    This node creates work items that run a Python script (in-process or as a scheduled job) during the work item generation phase. You can configure this behavior with the Evaluate Script During menu. If the script is configured to run during the generation step, then the code is evaluated immediately after the work item is created.

  2. Python Script object node - SideFX

    The v attribute may be created automatically by simulation nodes (such as particle DOPs), or you can compute and add it using the Point velocity SOP. The v attribute value is measured in Houdini units per second.

  3. Python Script - SideFX

    For technical or integration tasks that would be difficult to express using LOP nodes, you can use this node to access the full power of the USD API to read and modify the scene graph tree, the power of HOM to access and control the rest of Houdini, as well as the full power of Python and its libraries to access external data and integrate with ...

  4. Python in Houdini Question - Scripting - od|forum

    May 15, 2018 · so I have a lil python script for diving into otl's/subnets and selecting a specific node (For using paint sops etc inside a otl). parm = hou.node("obj/geo1/subnet2/subnet1/paint1") parm.setCurrent(True, clear_all_selected=True)

  5. Python snippets · kiryha/Houdini Wiki - GitHub

    Oct 11, 2024 · Here you can find small code chunks to perform miscellaneous tasks in Houdini. You can explore the node parameters with Python Shel: Run Python Shell. Type node = , drag node to Shell (you will get hou.node('path/to/node')), press enter. from StringIO import StringIO ## for Python 2 except ImportError:

  6. Python node print? : r/Houdini - Reddit

    Sep 28, 2016 · I would like to print a command inside a Python Script object, but I do not know where the printed string is supposed to appear? Is the Python script object not executing or does it not print to the Python Shell?

  7. Python in Houdini - Deborah R. Fowler

    Aug 4, 2024 · Creating nodes - these will work from a python shell script or in a python source window. Suppose you want to create some geometry, here is a quick example demonstrating some useful commands: n = hou.node( 'obj' ).createNode( 'geo ') mergethem = n.createNode('merge') aSphere = n.createNode('sphere')

  8. Python - Houdini and CG tips - Tokeru

    Its the python equivalent of a point wrangle, its designed to process geometry, not do general node or UI fiddling (which is really what you'd want python for). With the help of Luke Gravett, here's a way to make something akin to maya's python script editor.

  9. Run script in python node on button push | Forums | SideFX

    May 8, 2020 · The only way I found is to set off and then onn again a “bypass” flag: hou.node(“rig_dop_animation_driver/animation”).bypass(1); But it doesn't work if HDA is locked. I need a way to run python script in a python node with locked HDA. Is …

  10. Create a python snippet container on Null or any node - Project: Julien

    Jul 4, 2018 · We will create a simple way of storing python code on a Null node and execute from that node then on any nodes.

  11. Some results have been removed
Refresh