[Bf-blender-cvs] [e442206701a] greasepencil-object: Add DNA_DEPRECATED to old Palettes

Antonio Vazquez noreply at git.blender.org
Sat May 12 19:06:04 CEST 2018


Commit: e442206701a2e6096c8f7e60951221fbd5c406a6
Author: Antonio Vazquez
Date:   Sat May 12 19:05:59 2018 +0200
Branches: greasepencil-object
https://developer.blender.org/rBe442206701a2e6096c8f7e60951221fbd5c406a6

Add DNA_DEPRECATED to old Palettes

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

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 2af85db8055..30f5019b5ba 100644
--- a/source/blender/makesdna/DNA_gpencil_types.h
+++ b/source/blender/makesdna/DNA_gpencil_types.h
@@ -351,7 +351,7 @@ typedef struct bGPdata {
 	short xray_mode;            /* xray mode for strokes (eGP_DepthOrdering) */
 
 	/* Palettes */
-	ListBase palettes;          /* list of bGPDpalette's   - Deprecated (2.78 - 2.79 only) */
+	ListBase palettes DNA_DEPRECATED;    /* list of bGPDpalette's   - Deprecated (2.78 - 2.79 only) */
 	
 	/* Runtime Only - Drawing Manager cache */
 	struct GHash *batch_cache_data;



More information about the Bf-blender-cvs mailing list