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;

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

Reply via email to