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:
authorBastien Montagne <montagne29@wanadoo.fr>2018-09-06 12:31:58 +0300
committerBastien Montagne <montagne29@wanadoo.fr>2018-09-06 12:31:58 +0300
commit8a3adaa48568382c1d0e67fabb8ec3d07b94dd42 (patch)
tree6211427d0fe723e99c0f6e5a6779594d31254171 /source/blender/makesdna
parent5f669240663649ee5532f935a8178bf9db7b10cf (diff)
parentbb98eef777cbc3484bfcb50ea460b9c5622e9200 (diff)
Merge branch 'master' into blender2.8
Conflicts: source/blender/editors/space_node/drawnode.c
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_node_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_node_types.h b/source/blender/makesdna/DNA_node_types.h
index 31a5931dde4..832002d63ee 100644
--- a/source/blender/makesdna/DNA_node_types.h
+++ b/source/blender/makesdna/DNA_node_types.h
@@ -503,7 +503,7 @@ enum {
};
enum {
- CMP_NODEFLAG_MASK_AA = (1 << 0),
+ /* CMP_NODEFLAG_MASK_AA = (1 << 0), */ /* DEPRECATED */
CMP_NODEFLAG_MASK_NO_FEATHER = (1 << 1),
CMP_NODEFLAG_MASK_MOTION_BLUR = (1 << 2),