Constraint UI:

* Adjust "no py constraint" message to be a bit more meaningful.
This commit is contained in:
Thomas Dinges 2012-04-02 07:54:12 +00:00
parent 66e8efd40c
commit aa7cc852cd

@ -816,7 +816,7 @@ class ConstraintButtonsPanel():
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):