[Bf-blender-cvs] [7f808eb601b] temp-dynamic-overrides: No need to store the name of the Dynamic Properties

Dalai Felinto noreply at git.blender.org
Wed May 9 09:51:52 CEST 2018


Commit: 7f808eb601b7ce6444f81960e59d6a04bc2fc46a
Author: Dalai Felinto
Date:   Wed May 9 09:51:47 2018 +0200
Branches: temp-dynamic-overrides
https://developer.blender.org/rB7f808eb601b7ce6444f81960e59d6a04bc2fc46a

No need to store the name of the Dynamic Properties

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

M	source/blender/makesdna/DNA_layer_types.h

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

diff --git a/source/blender/makesdna/DNA_layer_types.h b/source/blender/makesdna/DNA_layer_types.h
index d0bbf725772..346986fb4ff 100644
--- a/source/blender/makesdna/DNA_layer_types.h
+++ b/source/blender/makesdna/DNA_layer_types.h
@@ -64,7 +64,6 @@ typedef struct LayerCollection {
 
 typedef struct DynamicOverrideProperty {
 	struct DynamicOverrideProperty *next, *prev;
-	char name[64]; /* MAX_NAME */
 	struct IDProperty *data;
 	short flag;
 	short property_type; /* eDynamicOverridePropertyType */



More information about the Bf-blender-cvs mailing list