fix for errors in constraints and modifiers made when rna renaming.

This commit is contained in:
Campbell Barton
2010-08-21 07:15:11 +00:00
parent 5c3d2b13b8
commit 87eaf57593
3 changed files with 11 additions and 7 deletions

View File

@@ -674,6 +674,10 @@ class ConstraintButtonsPanel():
col = layout.column()
col.prop(con, "rotation_range", text="Pivot When")
def SCRIPT(self, context, layout, con):
layout.label("blender 2.5 has no py-constraints")
class OBJECT_PT_constraints(ConstraintButtonsPanel, bpy.types.Panel):
bl_label = "Object Constraints"
bl_context = "constraint"