[Bf-blender-cvs] [a432511724b] greasepencil-object: Mark old palettes as deprecated

Antonio Vazquez noreply at git.blender.org
Tue Jun 13 16:20:52 CEST 2017


Commit: a432511724b5fabd489e59bc5fe7429193f519dd
Author: Antonio Vazquez
Date:   Tue Jun 13 16:20:41 2017 +0200
Branches: greasepencil-object
https://developer.blender.org/rBa432511724b5fabd489e59bc5fe7429193f519dd

Mark old palettes as deprecated

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

M	source/blender/makesdna/DNA_gpencil_types.h

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

diff --git a/source/blender/makesdna/DNA_gpencil_types.h b/source/blender/makesdna/DNA_gpencil_types.h
index 6e272afaca3..1d0fbb7c839 100644
--- a/source/blender/makesdna/DNA_gpencil_types.h
+++ b/source/blender/makesdna/DNA_gpencil_types.h
@@ -316,7 +316,7 @@ typedef struct bGPdata {
 	short xray_mode;            /* xray mode for strokes */
 
 	/* saved palettes */
-	ListBase palettes;
+	ListBase palettes DNA_DEPRECATED;
 	/* drawing manager cache */
 	void *batch_cache;
 } bGPdata;




More information about the Bf-blender-cvs mailing list