NatronImportNuke v1.3
This location is for Registered Users Only.
Perhaps you need to login or register.
7.1, 7.0, 6.3, 6.2, 6.1, 6.0 or later
Windows
This scripts can import Natron files to Nuke.
-- instal --
1.Copy the files from 'NatronImportNuke' folder to your nuke plugin path directory (3 PYC files and 1 PNG file)
-- On windows usualy is here : C:/User/(username)/.nuke
-- On mac usually is here : /Library/Application Support/NUKE/(version)/plugins
2.Add this code in your own menu.py:
toolbar = nuke.menu('Nodes')
mcMenu = toolbar.addMenu('NatronImportNuke',icon= 'NatronImportNuke_icon.png')
mcMenu.addCommand('NatronImportNuke', 'import_natronXML.import_natron_xml()')
3.Open your Nuke and import it !
Another installation method:
1.Download 'NatronImportNuke' folder
2.Add the folder path in your 'NUKE_PATH'
-- usage --
1.Click the icon
2.Choose your natron file and click 'OK'
This script is being developed,I hope to get more suggestions!
Thanks!
Comments
I place the folder into my user/.nuke,
and write "import NatronImportNuk e" in my own menu.py
but doesn't work.....
Thanks
Maybe you can copy the file from 'NatronImportNu ke' folder (3 PYC files and a PNG) to your user/.nuke
then add this code in your own menu.py:
toolbar = nuke.menu('Nodes')
mcMenu = toolbar.addMenu('NatronImportNu ke',icon= "NatronImportNuke_icon.png")
mcMenu.addCommand('NatronImportNu ke', 'import_natronXML.import_natron_xml()')
Thanks!
That's my problem,
"Bad magic number while trying to import .pyc module"
Nuke10 is using python2.7 the same as 9&8, but Nuke7 uses python2.6
Thanks for help
I'm so sorry, this scripts just working on Nuke7 now, thanks your suggestions.
I'm on Mac OS 10.11.4
The plugin launches in Nuke 7.x
(not 9 or 10: "error interpreting this plugin")
On import, Nuke 7 can't find default Colorbar node or Sapphire Blur for example.
But the ColorCorrect and the CheckerBoard are found with the same modified parameters as Natron.
I hope it can help.
Regards,
I update the script ( add "Colorbar" node in the script ), you can download the new script.
Thanks your suggestions!
Nicely done! Is it possible to make it compatible with the nuke 10?
Cheers!!
Im in windows nuke X10.5 I get the error
Traceback (most recent call last):
File "C:\Docs\nuke/m enu.py", line 2, in
import import_natronXML
ImportError: Bad magic number in C:\Docs\nuke/plugins\import_natronXML.pyc
Any help would be great. Best
Mark
how about some community help with updating NatronToNuke.
I think we would all love to see this tool move into the future,
Del
RSS feed for comments to this post