Cleanup: Use single quotes for Python enum string

This commit is contained in:
Hans Goudey 2022-05-11 12:12:11 +02:00
parent 2f799f893e
commit b765ea52af
1 changed files with 1 additions and 1 deletions

View File

@ -840,7 +840,7 @@ def brush_shared_settings(layout, context, brush, popover=False):
if mode == 'SCULPT_CURVES':
size = True
strength = True
direction = brush.curves_sculpt_tool == "GROW_SHRINK"
direction = brush.curves_sculpt_tool == 'GROW_SHRINK'
### Draw settings. ###
ups = context.scene.tool_settings.unified_paint_settings