[Bf-blender-cvs] [938a6c972af] greasepencil-object: Cleanup: Fix comment

Antonio Vazquez noreply at git.blender.org
Tue May 22 19:29:18 CEST 2018


Commit: 938a6c972af7ba15692ac8834a835df0589c52c0
Author: Antonio Vazquez
Date:   Tue May 22 19:29:04 2018 +0200
Branches: greasepencil-object
https://developer.blender.org/rB938a6c972af7ba15692ac8834a835df0589c52c0

Cleanup: Fix comment

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

M	source/blender/makesdna/DNA_scene_types.h

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

diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index a1b62691f26..f66c48049b6 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -2033,7 +2033,7 @@ typedef enum eGPencil_Flags {
 	GP_TOOL_FLAG_PAINT_ONBACK = (1 << 2),
 } eGPencil_Flags;
 
-/* scene->simplify_gpencil */
+/* scene->r.simplify_gpencil */
 typedef enum eGPencil_SimplifyFlags {
 	/* Simplify */
 	SIMPLIFY_GPENCIL_ENABLE = (1 << 0),



More information about the Bf-blender-cvs mailing list