Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
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 attribute (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 in 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")
Please use the Bug System to report any bugs.
Please use the Feature Requests to give me ideas.
Please use the Support Forum if you have any questions or problems.
Please rate and review in the Review section.