This DSO copies arbitrary vertex/point vector attributes from one geometry to another (i.e. for UV referencing).
NT CopyOp
Updated: 21 January 2011
Author: nhatphong.tran
Compatible Nuke versions: 6.2 or later
Compatibility: Linux 64, Windows 64
This DSO copies arbitrary vertex/point vector attributes from one geometry to another. This can be used i.e. if we have an animated source geo (.obj sequence/FBX) and want to lock the object at one specific frame as texture reference object and copy the UVs to the output geometry. It can also be used to copy any other vector4 attributes (i.e. 'N' for normals or 'Cf' for primitive colors').
This DSO has been compiled for x64 with GCC under Linux with Eclipse as IDE. A 64bit version for Windows has been deployed, too. It's still compiled as debug, but is already being used for feature film production at the moment and runs stable so far.
Usage:
1. Copy the .dll into your '.nuke' directory in your home folder.
2. To load the plugin, execute nuke.load('__NAME_OF_THE_PLUGIN_FILE__')
3. To create the node, execute nuke.createNode('ntCopyOp')