This repo is a fork of https://github.com/mamoworld/mochaimport-nuke rewritten in Python3
- Nuke 13+ support
- Minor bugfixes
- Code style fixes
- Tested to work with Nuke 14, but no extensive testing was done for the fork. Feel free to submit any bugs you encounter
- Copy this entire folder somewhere on your hard drive
- Make sure the folder is included in your NUKE_PATH environment variable
Instead of adding the folder to your NUKE_PATH, you can also add it to the plugin path in ~/.nuke/init.py
Assume you are user JOHN with home directory /Users/JOHN/ and MochaImportPlus is located at /Users/JOHN/myTools/mochaImportPlus Then
- Go to the folder /Users/JOHN/.nuke
- Create the file init.py in this folder if it does not exist yet
- Add the following line to init.py: nuke.pluginAddPath('/Users/JOHN/myTools/mochaImportPlus');
If you now start nuke, MochaImportPlus should be installed.
For more details see http://docs.thefoundry.co.uk/nuke/63/pythondevguide/installing_plugins.html