[Bf-extensions-cvs] SVN commit: /data/svn/bf-extensions [1033] contrib/py/scripts/addons/ space_view3d_copy_attributes.py: fixed pose constraints appearing as object constraints in the menu.

bassam kurdali bkurdali at freefactory.org
Sun Sep 12 22:04:16 CEST 2010


Revision: 1033
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-extensions&revision=1033
Author:   bassamk
Date:     2010-09-12 22:04:15 +0200 (Sun, 12 Sep 2010)

Log Message:
-----------
fixed pose constraints appearing as object constraints in the menu.

Modified Paths:
--------------
    contrib/py/scripts/addons/space_view3d_copy_attributes.py

Modified: contrib/py/scripts/addons/space_view3d_copy_attributes.py
===================================================================
--- contrib/py/scripts/addons/space_view3d_copy_attributes.py	2010-09-12 19:30:48 UTC (rev 1032)
+++ contrib/py/scripts/addons/space_view3d_copy_attributes.py	2010-09-12 20:04:15 UTC (rev 1033)
@@ -200,7 +200,7 @@
                 "Copy Bone Shape from Active to Selected", pDrwExec),
                 ('POSE_LOK', "Protected Transform",
                 "Copy Protected Tranforms from Active to Selected", pLokExec),
-                ('POSE_CON', "Object Constraints",
+                ('POSE_CON', "Bone Constraints",
                 "Copy Object Constraints from Active to Selected", pConExec),
                 ('POSE_IKS', "IK Limits",
                 "Copy IK Limits from Active to Selected", pIKsExec))




More information about the Bf-extensions-cvs mailing list