diff options
author | Nivesh Rajbhandari | 2012-03-27 16:38:52 -0700 |
---|---|---|
committer | Nivesh Rajbhandari | 2012-03-27 16:38:52 -0700 |
commit | 331ea08655245e3532e48bf160d5f68a04d8723f (patch) | |
tree | c0d2b9ec55ec6ab82576e35803bbcd76649022c4 /js/tools/RotateObject3DTool.js | |
parent | 75e7d29352787ee8182928403ecae09627117d57 (diff) | |
download | ninja-331ea08655245e3532e48bf160d5f68a04d8723f.tar.gz |
IKNINJA-764 - The Local/Global options are not in synced with both 3D object rotate tool and 3D object translate tool.
Signed-off-by: Nivesh Rajbhandari <mqg734@motorola.com>
Diffstat (limited to 'js/tools/RotateObject3DTool.js')
-rwxr-xr-x | js/tools/RotateObject3DTool.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/tools/RotateObject3DTool.js b/js/tools/RotateObject3DTool.js index 72af6eff..27352231 100755 --- a/js/tools/RotateObject3DTool.js +++ b/js/tools/RotateObject3DTool.js | |||
@@ -51,6 +51,7 @@ exports.RotateObject3DTool = Montage.create(Rotate3DToolBase, { | |||
51 | toolHandle._rotMat = Matrix.RotationZ( angle ); | 51 | toolHandle._rotMat = Matrix.RotationZ( angle ); |
52 | } | 52 | } |
53 | } | 53 | } |
54 | this._inLocalMode = (this.options.selectedMode === "rotateLocally"); | ||
54 | } | 55 | } |
55 | }, | 56 | }, |
56 | 57 | ||