convert v1.0
This location is for Registered Users Only.
Perhaps you need to login or register.
10.0, 9.0, 8.0 or later


Simple and small script but hopefully useful to some of you :-) I find it constantly annoying that when you drag and drop a deep exr into your node graph that a read node is created instead of a propper deep read node. Same wrong behaviour for alembic-, fbx and obj files in which you will always get a read node which is useless.. So here we go.
Convert any read node to the correct input node. This ensures that you can simply drag and drop all files from your explorer to your node graph and then simply convert to the correct format without manually creating the correct input node.
conversions:
deep data: convert read node to deep read node
abc: convert read node to readgeo node
fbx: convert read node to camera node
obj: convert read node to readgeo node
After installation is done simply drag and drop some files into your dag. In your menu bar your 'Edit' menu entry will have to new commands:
Edit -> convert file node (guess): this will try to convert to the best suitable node automatically. The conversion node is managed by the guess list inside the script which can be edited if needed.
Edit -> convert file node (manual): this will open the convert panel to select the desired convert node manually
How to instal convert
Download convert and copy the whole folder into your nuke home directory.
In your init.py add this line:
nuke.pluginAddPath('convert')
For more information please visit: www.leafpictures.de/convert
Comments
RSS feed for comments to this post