2.5 UI Scripts:
* More code cleanup. When removing the narrow_ui feature, a lot of split functions were kept. Changed them to rows, which are more easily readable. Check out properties_data_lattice.py for a good example.
This commit is contained in:
@@ -94,9 +94,7 @@ class DATA_PT_normals(MeshButtonsPanel, bpy.types.Panel):
|
||||
sub.active = mesh.use_auto_smooth
|
||||
sub.prop(mesh, "auto_smooth_angle", text="Angle")
|
||||
|
||||
col = split.column()
|
||||
|
||||
col.prop(mesh, "show_double_sided")
|
||||
split.prop(mesh, "show_double_sided")
|
||||
|
||||
|
||||
class DATA_PT_settings(MeshButtonsPanel, bpy.types.Panel):
|
||||
|
||||
Reference in New Issue
Block a user