Fix T94375: Python error when trying to add Grease Pencil brush preset

The prop name was wrong.
This commit is contained in:
Antonio Vazquez 2021-12-25 12:53:35 +01:00 committed by Philipp Oeser
parent 08226693cf
commit 5d80b64d28
Notes: blender-bot 2023-02-14 10:11:49 +01:00
Referenced by issue #94375, Python error when trying to add Grease Pencil brush preset
Referenced by issue #93479, 3.0 Potential candidates for corrective releases
1 changed files with 1 additions and 1 deletions

View File

@ -649,7 +649,7 @@ class AddPresetGpencilBrush(AddPresetBase, Operator):
"settings.uv_random",
"settings.pen_jitter",
"settings.use_jitter_pressure",
"settings.trim",
"settings.use_trim",
]
preset_subdir = "gpencil_brush"