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:
authorAntonioya <blendergit@gmail.com>2018-10-31 13:00:02 +0300
committerAntonioya <blendergit@gmail.com>2018-10-31 13:00:28 +0300
commit14e1dfda4e145fb4d6975fd1531fad149b761bbb (patch)
treea6f4811ddf599540f871c77a1dd9d0c918e55951 /source/blender/makesdna
parent7bc84559aa80841591f1ccf5c09f843931d6dabb (diff)
GP: New Autolock Inactive Layer
This option locks any layer no active to avoid any accidental change.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_gpencil_types.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_gpencil_types.h b/source/blender/makesdna/DNA_gpencil_types.h
index 2c59dd899a9..42070839fac 100644
--- a/source/blender/makesdna/DNA_gpencil_types.h
+++ b/source/blender/makesdna/DNA_gpencil_types.h
@@ -448,6 +448,8 @@ typedef enum eGPdata_Flag {
GP_DATA_STROKE_POLYGON = (1 << 18),
/* Use adaptative UV scales */
GP_DATA_UV_ADAPTATIVE = (1 << 19),
+ /* Autolock not active layers */
+ GP_DATA_AUTOLOCK_LAYERS = (1 << 20),
} eGPdata_Flag;
/* gpd->onion_flag */