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:
authorSergey Sharybin <sergey.vfx@gmail.com>2017-07-25 15:06:17 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-07-25 15:06:36 +0300
commit762fa7bee304448f58bebde2314cdc384f538e04 (patch)
tree739f423b0a4a0399cd9ed06fd9f4800a4a62b42c /source/blender/depsgraph/intern/nodes/deg_node_operation.h
parent5d327eda98d6b309699ccb35f56f90f85b1d1822 (diff)
Depsgraph: Remove unsued node flag
Diffstat (limited to 'source/blender/depsgraph/intern/nodes/deg_node_operation.h')
-rw-r--r--source/blender/depsgraph/intern/nodes/deg_node_operation.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source/blender/depsgraph/intern/nodes/deg_node_operation.h b/source/blender/depsgraph/intern/nodes/deg_node_operation.h
index de90f5db397..d8203540fc5 100644
--- a/source/blender/depsgraph/intern/nodes/deg_node_operation.h
+++ b/source/blender/depsgraph/intern/nodes/deg_node_operation.h
@@ -45,11 +45,6 @@ typedef enum eDepsOperation_Flag {
/* node was directly modified, causing need for update */
DEPSOP_FLAG_DIRECTLY_MODIFIED = (1 << 1),
-
- /* Operation is evaluated using CPython; has GIL and security
- * implications...
- */
- DEPSOP_FLAG_USES_PYTHON = (1 << 2),
} eDepsOperation_Flag;
/* Atomic Operation - Base type for all operations */