Revision history of "Houdini Scripts Temp"

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 17:31, 2 September 2015Bernie talk contribs 766 bytes +766 Created page with "=== Match pos and scale of last selected object=== <pre> import hou objs = hou.selectedNodes() for obj in objs[1:]: xf = obj.parent().createNode("xform") xf.setFirstIn..."