Search the Community
Showing results for tags 'phyton'.
-
viewer = toolutils.sceneViewer() objsel = viewer.selectObjects("Select objects and press Enter", use_existing_selection=False, allow_multisel = True, quick_select=True, allowed_types = ('cam','hlight','null','geo','subnet')) I can select my geo container node but how do i reach what I have inside the container through the phyton shell?
-
Hello Everyone. How do I create a button for the undo command? Using a Python Script and hou.undos.performUndo() Note: On Python Source Editor the code work, but on Script Shelf not. error msg <Cannot undo within an undo group> How use hou.UndosGroup https://www.sidefx.com/docs/houdini/hom/hou/undos.html VideoCase https://drive.google.com/file/d/1-m38aiA50QPuSs75Pe9kiVOs7nMbg3XY/view
-
Hi all Im using Houdini to train neural networks for A.I I need to automate a simulation of a geometry. is it possible to command houdini using phyton to prepare the scene, execute cooking a simulation / adjusting values / and rendering? thank you