Cleanup: style
This commit is contained in:
@@ -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'}
|
||||
|
||||
Reference in New Issue
Block a user