Cleanup: style

This commit is contained in:
2019-03-20 10:44:13 +11:00
parent 310a1f728c
commit 53f4fc7da9
12 changed files with 42 additions and 23 deletions

View File

@@ -286,6 +286,7 @@ class USERPREF_PT_edit_objects(Panel):
def draw(self, context):
pass
class USERPREF_PT_edit_objects_new(PreferencePanel, Panel):
bl_label = "New Objects"
bl_parent_id = "USERPREF_PT_edit_objects"
@@ -383,6 +384,7 @@ class USERPREF_PT_edit_annotations(PreferencePanel, Panel):
flow.prop(edit, "grease_pencil_eraser_radius", text="Eraser Radius")
flow.prop(edit, "use_grease_pencil_simplify_stroke", text="Simplify Stroke")
class USERPREF_PT_edit_weight_paint(PreferencePanel, Panel):
bl_label = "Weight Paint"
bl_options = {'DEFAULT_CLOSED'}