[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [51272] trunk/blender/release/scripts/ startup/bl_ui/properties_object_constraint.py: Limit Distance Constraint - jpbouza Feature Request

Joshua Leung aligorith at gmail.com
Thu Oct 11 10:26:50 CEST 2012


Revision: 51272
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=51272
Author:   aligorith
Date:     2012-10-11 08:26:49 +0000 (Thu, 11 Oct 2012)
Log Message:
-----------
Limit Distance Constraint - jpbouza Feature Request

The Limit Distance constraint is now allowed to use the owner/target space
settings. Previously this wasn't exposed it didn't seem sensible/useful.
However, this can be useful when dealing with dependencies between bones and the
armature gets scaled.

Usage notes:
- It is advised to select the same space for both owner and target, otherwise
the comparisons are meaningless

Modified Paths:
--------------
    trunk/blender/release/scripts/startup/bl_ui/properties_object_constraint.py

Modified: trunk/blender/release/scripts/startup/bl_ui/properties_object_constraint.py
===================================================================
--- trunk/blender/release/scripts/startup/bl_ui/properties_object_constraint.py	2012-10-11 03:25:19 UTC (rev 51271)
+++ trunk/blender/release/scripts/startup/bl_ui/properties_object_constraint.py	2012-10-11 08:26:49 UTC (rev 51272)
@@ -485,6 +485,8 @@
         row.prop(con, "use_transform_limit")
         row.label()
 
+        self.space_template(layout, con)
+
     def STRETCH_TO(self, context, layout, con):
         self.target_template(layout, con)
 




More information about the Bf-blender-cvs mailing list