Your search for psor returned 2 results.
Search
User Manual
Installing nuBridge Unzip the downloaded zip file e.g.: /Users/frank/.nuke/nuBridge_osx64_v1.0.0 Add the resulting path to your NUKE_PATH or use the <HOME_DIR>/.nuke/init.py file to add it, e.g.: e.g.: nuke.pluginAddPath('/Users/frank/.nuke/nuBridge_osx64_v1.0.0') After (re)starting Nuke the nuBridge will be accessible via the Help menu, or as a custom pane via the Pane menu.…
Debugging python code IN nuke with Eclipse (step through like a pro!)
Introduction This tutorial is intended for technical artists or developers who already know how to run Python scripts in Nuke. What is debugging? If you already know, skip on ahead. Debugging offers you the ability to pause code execution and interact with a live session.…