* Some Whitespace and small code-guideline cleanup.
This commit is contained in:
@@ -90,7 +90,6 @@ class DATA_PT_shape_curve(DataButtonsPanel):
|
||||
row.itemR(curve, "twist_mode")
|
||||
row.itemR(curve, "twist_smooth") # XXX - may not be kept
|
||||
|
||||
|
||||
# col.itemL(text="Display:")
|
||||
# col.itemL(text="HANDLES")
|
||||
# col.itemL(text="NORMALS")
|
||||
@@ -219,7 +218,6 @@ class DATA_PT_active_spline(DataButtonsPanelActive):
|
||||
col = split.column()
|
||||
col.itemR(act_spline, "smooth")
|
||||
|
||||
|
||||
bpy.types.register(DATA_PT_context_curve)
|
||||
bpy.types.register(DATA_PT_shape_curve)
|
||||
bpy.types.register(DATA_PT_geometry_curve)
|
||||
|
Reference in New Issue
Block a user