Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2018-10-31 00:31:41 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-10-31 03:51:15 +0300
commit40412e357966c84a3283c685bb796e07f17f5039 (patch)
tree1f01b5f682cb797555bf6be5b1920d9e6579bc46 /source/blender
parentfe07839d01b12456523fda4a4fff6f46c6c16157 (diff)
Fix grease pencil RNA path
Diffstat (limited to 'source/blender')
-rw-r--r--source/blender/makesrna/intern/rna_sculpt_paint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesrna/intern/rna_sculpt_paint.c b/source/blender/makesrna/intern/rna_sculpt_paint.c
index e1a6021c2fe..9efb4fb4d97 100644
--- a/source/blender/makesrna/intern/rna_sculpt_paint.c
+++ b/source/blender/makesrna/intern/rna_sculpt_paint.c
@@ -373,7 +373,7 @@ static char *rna_UvSculpt_path(PointerRNA *UNUSED(ptr))
static char *rna_GpPaint_path(PointerRNA *UNUSED(ptr))
{
- return BLI_strdup("tool_settings.gp_paint");
+ return BLI_strdup("tool_settings.gpencil_paint");
}
static char *rna_ParticleBrush_path(PointerRNA *UNUSED(ptr))