Advanced Search
Search Results
53 total results found
Copy Text to Clipboard example
Houdini FX
Python
This example I make a dictionary and copy to clipboard. I also gather a frame range from files on disk. #needed: name, path, start, end import hou, os from pathlib import Path def getinfo(): pathname = hou.ui.selectFile(collapse_sequences=True) ...
Button Python Scripts
Houdini FX
Python
Make Flipbook button. Must make an opengl in pipeline for the path details. Takes resolution from camera in ShotInfo node. import hou, re, os; stealfile =hou.ui.selectNode(title="Select OpenGl Export Node to steal path from", multiple_select=False, node_typ...