I use this to quickly flip the axis on a model. Useful when your modelling.
Note: It does create a negative scale, so remember to check the normals are correct if you freeze the transforms.
Place the mel script in your Maya scripts folder
(The icons are if you wish to setup shelf buttons)
Setup a series of hotkeys with the following line of code...
source "willFlipAxis.mel"; willFlipAxis($axis);
where $axis is either 0, 1 or 2
0 = X axis
1 = Y axis
2 = Z axis
I use CTRL + 1, CTRL + 2 and CTRL + 3 for flipping X, Y and Z respectively, but feel free to use whatever suits you.
Note: It does create a negative scale, so remember to check the normals are correct if you freeze the transforms.
Place the mel script in your Maya scripts folder
(The icons are if you wish to setup shelf buttons)
Setup a series of hotkeys with the following line of code...
source "willFlipAxis.mel"; willFlipAxis($axis);
where $axis is either 0, 1 or 2
0 = X axis
1 = Y axis
2 = Z axis
I use CTRL + 1, CTRL + 2 and CTRL + 3 for flipping X, Y and Z respectively, but feel free to use whatever suits you.
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.
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.