"This shortcut lets you write hou.phm() instead of hou.pwd().hdaModule(). You are most likely to use this shortcut from event handlers, button callbacks, and menu generation scripts in digital assets."It is Houdini's Help.But phm() and hou.pwd().hdaModule() do not work in event handlers.Use instead in event handlers: Otherwise, you can use hou.phm() to access the Python Module … Continue reading "hou.phm() in event handlers"
This is a simple python script to change file paths in selected Read and Write nodes. You can select part of the Nuke script, and if the selected nodes have a "file" knob, it will be changed:
First of all, SyncToy is a great tool for data synchronization. You can use it with Task Sheduler for backups, downloads from remote render farms, synchronization between work and home, etc. SyncToy can be used in shell mode in the background. It can also be used for manual synchronization. There is a manual preview mode … Continue reading "SyncToy – Select multiple files"