From 2cdc2242b8e12ad4c3af4b841b5f6fee373a5749 Mon Sep 17 00:00:00 2001 From: Joe Shochet Date: Fri, 14 Jun 2002 21:12:32 +0000 Subject: [PATCH] *** empty log message *** --- direct/src/directtools/DirectSelection.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/direct/src/directtools/DirectSelection.py b/direct/src/directtools/DirectSelection.py index 2d0ac167c2..9f2b4de791 100644 --- a/direct/src/directtools/DirectSelection.py +++ b/direct/src/directtools/DirectSelection.py @@ -19,7 +19,7 @@ class DirectNodePath(NodePath): # and its center of action (COA) self.mCoa2Dnp = Mat4() self.mCoa2Dnp.assign(Mat4.identMat()) - self.mCoa2Dnp.setRow(3, Vec4(center[0], center[1], center[2], 1)) + #self.mCoa2Dnp.setRow(3, Vec4(center[0], center[1], center[2], 1)) # Transform from nodePath to widget self.mDnp2Widget = Mat4() self.mDnp2Widget.assign(Mat4.identMat())