If you are working with tons of aov’s in Houdini, then you know it gets irritating updating them as more the number of image planes, longer the update lag. AOV Manager makes this task super easy. Features Enable, disable and delete multiple aov’s on a rop from a list at once. Copy and paste multiple […]
Tag: module
Reload python modules in nuke
While developing tools for Nuke in Python, If you are importing multiple classes in main class and are trying to reload the module, you may not see the changes made to imported classes until you restart Nuke. Reload wont help either but you you can use the code below to remove the module from Nuke environment. Import statements will […]