Just a simple tool if you need to do a 3D asset rotation.
AP
Updated: 14 November 2012
Author: Dragoby
Compatible Nuke versions: 6.3 or later
Compatibility: Linux, Mac, Windows
Just a simple tool if you need to do a 3D asset rotation, pretty strait forward on how to use.
The gizmo has everything buit into it and requires no aditional work. or nodes, and is currently a work in progress.
To use just start with the tabs and work left to right, choose your background color or use and image, load your render layers or files, animate your merges, set your text overlays if you wish to use them if not just disable. The transform is just there if you absolutely need it but does work the just write out the sequence. For writing out you must use a .mov extension or nuke will crash. If you want to write out using a different format just add another write node and it should work
To Instal
- Find your nuke plugins directory (C:\Program Files\Nuke6.3v1\plugins)
- copy and paste the contents of AP.rar to your plugins directory
- add the following to the bottom of your menu.py located in your plugins directory
toolbar = nuke.menu('Nodes')
toolbar.addMenu('TOOLS')
toolbar.addCommand('TOOLS/AP','nuke.createNode("AP")', icon="AP.png")
- Done
Possible future additions
-possibility to use inputs instead of built in file loader - DONE
-Title card at beggining with text inputs
let me know of any issues you encounter or if there is anything you think I should add or change
By downloading a file from this page you agree to the general license terms below.
Copyright (c) 2010 till present
All rights reserved.
Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.
Neither the name of Nukepedia nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOO/ OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.