localAxis v1.0
This location is for Registered Users Only.
Perhaps you need to login or register.
Contributor: Howard Jones
Creates a local transform/ axis to move a camera or geo along its local co-ordinates
Requirements:
6.2, 6.3, 7.0 or later
6.2, 6.3, 7.0 or later
30 Sep 2012
236
Creates a local transform/ axis to move a camera or geo along its local co-ordinates.
Select the geo then 'local transform', this then links to the camera or geo, and gives you local co-ordinates control.
It can only be used with the selected camera/geo at the time of creation and won't work with specified local-matrices.
Sample menu.py code
1 2 3 4 |
toolbar = nuke.menu("Nodes") m = toolbar.addMenu("3D/artistTools") m.addCommand('localAxis', 'nuke.load("localAxis"), createLocalAxis()') |
Please login in order to download these files.