Commit: e8e47db11effd2114aced952a193837ca9e4ff97
Author: Antonio Vazquez
Date:   Thu Jan 11 16:49:19 2018 +0100
Branches: greasepencil-object
https://developer.blender.org/rBe8e47db11effd2114aced952a193837ca9e4ff97

Cleanup. Fix comment

===================================================================

M       source/blender/makesdna/DNA_gpencil_types.h

===================================================================

diff --git a/source/blender/makesdna/DNA_gpencil_types.h 
b/source/blender/makesdna/DNA_gpencil_types.h
index dc9cc6f3c26..3baab8411eb 100644
--- a/source/blender/makesdna/DNA_gpencil_types.h
+++ b/source/blender/makesdna/DNA_gpencil_types.h
@@ -152,7 +152,7 @@ typedef enum eGPDbrush_Flag {
        GP_BRUSH_FILL_HIDE = (1 << 8),
        /* fill show boundary lines */
        GP_BRUSH_FILL_SHOW_BOUNDARY = (1 << 9),
-       /* fill show boundary lines */
+       /* allow colors without fill factor defined */
        GP_BRUSH_FILL_ALLOW_STROKEONLY = (1 << 10),
 } eGPDbrush_Flag;

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to