[Bf-blender-cvs] [bddb1c0f4d1] greasepencil-object: GP: Cleanup typo error

Antonioya noreply at git.blender.org
Mon Jan 7 10:42:53 CET 2019


Commit: bddb1c0f4d1c241f10eb128f3eb3e1443d482d71
Author: Antonioya
Date:   Mon Jan 7 10:42:47 2019 +0100
Branches: greasepencil-object
https://developer.blender.org/rBbddb1c0f4d1c241f10eb128f3eb3e1443d482d71

GP: Cleanup typo error

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

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 e13ff630ff8..c21bf075c9b 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -1045,7 +1045,7 @@ typedef struct GP_Sculpt_Settings {
 	int weighttype;               /* eGP_Sculpt_Types (weight paint) */
 	char _pad[4];
 	struct CurveMapping *cur_falloff; /* multiframe edit falloff effect by frame */
-	struct CurveMapping *cur_primitive; /* Curve used for primitve tools */
+	struct CurveMapping *cur_primitive; /* Curve used for primitive tools */
 	struct GP_Sculpt_Guide guide; /* Guides used for paint tools */
 } GP_Sculpt_Settings;



More information about the Bf-blender-cvs mailing list