[Bf-blender-cvs] [a54079eecdf] temp-dynamic-overrides: Update DNA comment

Dalai Felinto noreply at git.blender.org
Fri Jun 15 14:11:51 CEST 2018


Commit: a54079eecdf3f622dc332a164334a9dac708327a
Author: Dalai Felinto
Date:   Fri Jun 15 14:11:45 2018 +0200
Branches: temp-dynamic-overrides
https://developer.blender.org/rBa54079eecdf3f622dc332a164334a9dac708327a

Update DNA comment

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

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 dda6eee04d8..2b4e7a3435a 100644
--- a/source/blender/makesdna/DNA_layer_types.h
+++ b/source/blender/makesdna/DNA_layer_types.h
@@ -77,7 +77,7 @@ typedef struct DynamicOverrideProperty {
 	struct DynamicOverridePropertyData data;
 	struct ID *root;
 	char *rna_path;
-	struct ListBase data_path; /* runtime: (RNAProperty *)LinkData->data */
+	struct ListBase data_path; /* runtime: PropertyElemRNA */
 	short flag;
 	short property_type; /* eDynamicOverridePropertyType */
 	short operation; /* See IDOVERRIDESTATIC_OP_ enums in DNA_ID.h */



More information about the Bf-blender-cvs mailing list