transform a geometry's uv set
TransformUV
Updated: 4 May 2022
Author: Eyal
Compatible Nuke versions: 11.3 or later
Compatibility: Linux 64
Ttransfrom a uv set of a geometry.
Translate, scale and rotate on a pivot.
Optional mask input to fade the transition off allowing for a 'soft' transformation.
For linux and windows
Notes:
Complied for linux and wondows for nuke 11, 12, 13
Installation:
Place it inside the '.nuke' folder, Nuke will load it on startup.
In addtion, add those lines to the menu.py for a unique toolbar:
toolbar = nuke.toolbar('Nodes')
MyPluging = toolbar.addMenu('MyPlugins')
MyPluging.addCommand( 'TransformUV', 'nuke.createNode('TransformUV')', '' )
The tool usage is at the user's risk.