2.5 UI Files:
* Code cleanup after Pepper merge.
This commit is contained in:
@@ -235,7 +235,6 @@ class ConstraintButtonsPanel():
|
||||
row.label()
|
||||
|
||||
def LIMIT_ROTATION(self, context, layout, con):
|
||||
|
||||
split = layout.split()
|
||||
|
||||
col = split.column(align=True)
|
||||
@@ -259,9 +258,7 @@ class ConstraintButtonsPanel():
|
||||
sub.prop(con, "min_z", text="Min")
|
||||
sub.prop(con, "max_z", text="Max")
|
||||
|
||||
row = layout.row()
|
||||
row.prop(con, "use_transform_limit")
|
||||
row.label()
|
||||
layout.prop(con, "use_transform_limit")
|
||||
|
||||
row = layout.row()
|
||||
row.label(text="Convert:")
|
||||
|
Reference in New Issue
Block a user