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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2019-04-20 21:25:21 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2019-04-24 13:44:27 +0300
commit62421470ee09fb70f343eb9fd48b093316c8eea1 (patch)
treeb1731334eaae926c74af685dc292f5af9532796f /source/blender/makesdna/DNA_node_types.h
parent1978066e041424db82613cd0ba4c6a928fa878d8 (diff)
Nodes: remove group node forward compatibility with version 2.66
Forward compatibility with that version is already long gone, and removing it means we can avoid running some complicated code on every file read/write.
Diffstat (limited to 'source/blender/makesdna/DNA_node_types.h')
-rw-r--r--source/blender/makesdna/DNA_node_types.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/blender/makesdna/DNA_node_types.h b/source/blender/makesdna/DNA_node_types.h
index 35803486859..226e1d2f841 100644
--- a/source/blender/makesdna/DNA_node_types.h
+++ b/source/blender/makesdna/DNA_node_types.h
@@ -42,12 +42,6 @@ struct bNodeTreeExec;
struct bNodeType;
struct uiBlock;
-/* In writefile.c: write deprecated DNA data,
- * to ensure forward compatibility in 2.6x versions.
- * Will be removed eventually.
- */
-#define USE_NODE_COMPAT_CUSTOMNODES
-
#define NODE_MAXSTR 64
typedef struct bNodeStack {