Cleanup: grease pencil RNA naming
Follow naming conventions for boolean's, Also rename enable_settings -> use_settings_postprocess.
This commit is contained in:
@@ -342,7 +342,7 @@ class GreasePencilAppearancePanel:
|
||||
layout.prop(gp_settings, "use_cursor", text="Show Brush")
|
||||
|
||||
if gp_settings.tool == 'DRAW':
|
||||
layout.prop(gp_settings, "disable_lasso", text="Hide fill color while drawing")
|
||||
layout.prop(gp_settings, "show_lasso", text="Show fill color while drawing")
|
||||
|
||||
if gp_settings.tool == 'FILL':
|
||||
layout.prop(brush, "cursor_color_add", text="Color")
|
||||
|
||||
Reference in New Issue
Block a user