View Single Post
# 2 08-06-2015 , 03:43 PM
NextDesign's Avatar
Technical Director
Join Date: Feb 2004
Posts: 2,988
One way to multiply the values by -1 would be:

Code:
setAttr("pCube1.tx", getAttr("pCube1.tx") * -1);
setAttr("pCube1.ry", getAttr("pCube1.ry") * -1);
- and + can be found in the Hotkey Editor under Manipulator, under the names DecreaseManipulatorSize and IncreaseManipulatorSize, respectively.


Imagination is more important than knowledge.

Last edited by NextDesign; 08-06-2015 at 03:47 PM.