Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/makesdna/DNA_node_types.h')
-rw-r--r--source/blender/makesdna/DNA_node_types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_node_types.h b/source/blender/makesdna/DNA_node_types.h
index 8b0bc235861..82509599931 100644
--- a/source/blender/makesdna/DNA_node_types.h
+++ b/source/blender/makesdna/DNA_node_types.h
@@ -1070,7 +1070,8 @@ typedef struct CryptomatteEntry {
typedef struct NodeCryptomatte {
float add[3];
float remove[3];
- char *matte_id DNA_DEPRECATED;
+ /* Stores `entries` as a string for opening in 2.80-2.91. */
+ char *matte_id;
/* Contains `CryptomatteEntry`. */
ListBase entries;
int num_inputs;