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

Antonio Vazquez noreply at git.blender.org
Thu Nov 30 23:09:59 CET 2017


Commit: e13875ec17f96ef02a2ab45b1ab5d90be2377499
Author: Antonio Vazquez
Date:   Thu Nov 30 23:09:52 2017 +0100
Branches: greasepencil-object
https://developer.blender.org/rBe13875ec17f96ef02a2ab45b1ab5d90be2377499

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 2c797e1766d..46ba5a9bfb9 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -1224,7 +1224,7 @@ typedef enum eGP_BrushEdit_SettingsFlag {
 	GP_BRUSHEDIT_FLAG_APPLY_THICKNESS = (1 << 3),
 	/* apply brush to thickness */
 	GP_BRUSHEDIT_FLAG_WEIGHT_MODE = (1 << 4),
-	/* apply brush to thickness */
+	/* enable falloff for multiframe editing */
 	GP_BRUSHEDIT_FLAG_FRAME_FALLOFF = (1 << 5),
 } eGP_BrushEdit_SettingsFlag;



More information about the Bf-blender-cvs mailing list