Followup to r59434 : py UI scripts edits.
Notes: * Made those edits by full checking of py files, so I should have spoted most needed edits, yet it remains quite probable I missed a few ones, we'll fix if/when someone notice it... * Also made some cleanup "on the road"!
This commit is contained in:
@@ -112,10 +112,9 @@ class OBJECT_PT_transform_locks(ObjectButtonsPanel, Panel):
|
||||
col.label(text="Y:")
|
||||
col.label(text="Z:")
|
||||
|
||||
col = split.row()
|
||||
col.column().prop(ob, "lock_location", text="Location")
|
||||
col.column().prop(ob, "lock_rotation", text="Rotation")
|
||||
col.column().prop(ob, "lock_scale", text="Scale")
|
||||
split.column().prop(ob, "lock_location", text="Location")
|
||||
split.column().prop(ob, "lock_rotation", text="Rotation")
|
||||
split.column().prop(ob, "lock_scale", text="Scale")
|
||||
|
||||
if ob.rotation_mode in {'QUATERNION', 'AXIS_ANGLE'}:
|
||||
row = layout.row()
|
||||
|
Reference in New Issue
Block a user