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:
2011-02-26 16:04:14 +00:00
parent a5eba49ccb
commit ab9490f8ea
15 changed files with 117 additions and 237 deletions

View File

@@ -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):