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:
authorAntonio Vazquez <blendergit@gmail.com>2020-03-30 19:54:41 +0300
committerAntonio Vazquez <blendergit@gmail.com>2020-03-30 19:54:41 +0300
commit4c4046885658f86293a524cac00cfcf5cf18b92f (patch)
tree7a9b5d36ed7dd6e72ccfb0b95dcc8733304e8a4e /source/blender/makesdna
parent2c9e27f209a94867fa3d156564f5e8e6ade2278e (diff)
GPencil: Remove GP_DATA_PYTHON_UPDATED used by old engine
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_gpencil_types.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_gpencil_types.h b/source/blender/makesdna/DNA_gpencil_types.h
index de66be3c1be..a3b1f315f04 100644
--- a/source/blender/makesdna/DNA_gpencil_types.h
+++ b/source/blender/makesdna/DNA_gpencil_types.h
@@ -661,8 +661,6 @@ typedef enum eGPdata_Flag {
/* Autolock not active layers */
GP_DATA_AUTOLOCK_LAYERS = (1 << 20),
- /* Internal flag for python update */
- GP_DATA_PYTHON_UPDATED = (1 << 21),
} eGPdata_Flag;
/* gpd->onion_flag */