[Bf-blender-cvs] [e8e47db11ef] greasepencil-object: Cleanup. Fix comment

Antonio Vazquez noreply at git.blender.org
Thu Jan 11 17:19:30 CET 2018


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;



More information about the Bf-blender-cvs mailing list