[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [2849] trunk/py/scripts/addons/rigify/ rig_ui_template.py: fix change for row/column, even though its only in a comment

Campbell Barton ideasman42 at gmail.com
Sun Jan 1 13:43:50 CET 2012


Revision: 2849
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-extensions&revision=2849
Author:   campbellbarton
Date:     2012-01-01 12:43:49 +0000 (Sun, 01 Jan 2012)
Log Message:
-----------
fix change for row/column, even though its only in a comment

Modified Paths:
--------------
    trunk/py/scripts/addons/rigify/rig_ui_template.py

Modified: trunk/py/scripts/addons/rigify/rig_ui_template.py
===================================================================
--- trunk/py/scripts/addons/rigify/rig_ui_template.py	2012-01-01 12:35:51 UTC (rev 2848)
+++ trunk/py/scripts/addons/rigify/rig_ui_template.py	2012-01-01 12:43:49 UTC (rev 2849)
@@ -54,9 +54,7 @@
     # Compensate for non-local location
     #if not pose_bone.bone.use_local_location:
     #    loc = smat.to_translation() * (par_rest.inverted() * rest).to_quaternion()
-    #    smat[3][0] = loc[0]
-    #    smat[3][1] = loc[1]
-    #    smat[3][2] = loc[2]
+    #    smat.translation = loc
 
     return smat
 



More information about the Bf-extensions-cvs mailing list