Commit: b9c5863fb6a6ee71545afba75d2a00f61b40420c
Author: Antonio Vazquez
Date: Sat Mar 31 18:54:30 2018 +0200
Branches: greasepencil-object
https://developer.blender.org/rBb9c5863fb6a6ee71545afba75d2a00f61b40420c
Fix color names for monkey
The colors were missing after save and load again.
===================================================================
M source/blender/editors/gpencil/gpencil_add_monkey.c
===================================================================
diff --git a/source/blender/editors/gpencil/gpencil_add_monkey.c
b/source/blender/editors/gpencil/gpencil_add_monkey.c
index 537e00b6b13..6d3967805e4 100644
--- a/source/blender/editors/gpencil/gpencil_add_monkey.c
+++ b/source/blender/editors/gpencil/gpencil_add_monkey.c
@@ -1404,13 +1404,13 @@ static const PaletteColorTemplate gp_monkey_pct_skin = {
};
static const PaletteColorTemplate gp_monkey_pct_skin_light = {
- "Skin Light",
+ "Skin_Light",
{0.553f, 0.39f, 0.266f, 0.0f},
{0.913f, 0.828f, 0.637f, 1.0f},
};
static const PaletteColorTemplate gp_monkey_pct_skin_shadow = {
- "Skin Shadow",
+ "Skin_Shadow",
{0.553f, 0.39f, 0.266f, 0.0f},
{0.32f, 0.29f, 0.223f, 1.0f},
};
_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs