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:
authorAntony Riakiotakis <kalast@gmail.com>2015-04-14 13:11:24 +0300
committerAntony Riakiotakis <kalast@gmail.com>2015-04-14 13:12:17 +0300
commited40d5eaa79972486f743de04e11fb64f4af0049 (patch)
tree44250a2ebb7b211ba3edee9e02e2fcda699a45d7 /source/blender/makesdna
parent68eeeea57e0e9408c096f2555054cfbdda9ae7ae (diff)
Add flag that prevents editing of markers. Can be located in marker
menu. When active, all editing operators for markers will not fire up.
Diffstat (limited to 'source/blender/makesdna')
-rw-r--r--source/blender/makesdna/DNA_scene_types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index 2f54dfa8116..e03d77d4ec5 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -1272,7 +1272,8 @@ typedef struct ToolSettings {
char proportional_mask; /* proportional edit, mask editing */
char proportional_action; /* proportional edit, action editor */
char proportional_fcurve; /* proportional edit, graph editor */
- char pad4[6];
+ char marker_lock; /* lock marker editing */
+ char pad4[5];
char auto_normalize; /*auto normalizing mode in wpaint*/
char multipaint; /* paint multiple bones in wpaint */