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 […]