Commit: 4b64b7e21cf51a0de59b44fae7efd11e62d41bec
Author: Joshua Leung
Date:   Wed Jul 4 16:50:41 2018 +1200
Branches: greasepencil-object
https://developer.blender.org/rB4b64b7e21cf51a0de59b44fae7efd11e62d41bec

Cleanup: Remove the obsolete "ts->gp_brushes" field

This isn't used or accessed from anywhere anymore, so time to remove it

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

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 c211d8443be..569e04fd0bb 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -1283,10 +1283,7 @@ typedef struct ToolSettings {
        /* Grease Pencil Interpolation Tool(s) */
        struct GP_Interpolate_Settings gp_interpolate;
 
-       /* Grease Pencil Drawing Brushes */
-       ListBase gp_brushes; /* Deprecated*/
-
-       /* Image Paint (8 byttse aligned please!) */
+       /* Image Paint (8 bytes aligned please!) */
        struct ImagePaintSettings imapaint;
 
        /* Particle Editing */

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to