Cleanup: grease pencil RNA naming

Follow naming conventions for boolean's,

Also rename enable_settings -> use_settings_postprocess.
This commit is contained in:
2018-10-31 09:27:40 +11:00
parent 3224b79289
commit c469c72405
5 changed files with 31 additions and 31 deletions

View File

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