[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [45333] trunk/blender/release/scripts/ startup/bl_ui/properties_object_constraint.py: Constraint UI:

Thomas Dinges blender at dingto.org
Mon Apr 2 09:54:26 CEST 2012


Revision: 45333
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=45333
Author:   dingto
Date:     2012-04-02 07:54:12 +0000 (Mon, 02 Apr 2012)
Log Message:
-----------
Constraint UI:
* Adjust "no py constraint" message to be a bit more meaningful. 

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-04-02 06:56:16 UTC (rev 45332)
+++ trunk/blender/release/scripts/startup/bl_ui/properties_object_constraint.py	2012-04-02 07:54:12 UTC (rev 45333)
@@ -816,7 +816,7 @@
         layout.operator("clip.constraint_to_fcurve")
 
     def SCRIPT(self, context, layout, con):
-        layout.label("Blender 2.5 has no py-constraints")
+        layout.label("Blender 2.6 doesn't support python constraints yet.")
 
 
 class OBJECT_PT_constraints(ConstraintButtonsPanel, Panel):




More information about the Bf-blender-cvs mailing list