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>2013-10-14 00:46:02 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2013-10-14 00:46:02 +0400
commitee63ef7af17cb793d9c6947e6f47de7c36df58af (patch)
treee493aacd90fbfa4c91896438b6c1b97bae0299ca /source/blender/makesdna/DNA_scene_types.h
parent98d66aeb973f91b8dd13ab082b16f3d45e47636b (diff)
Project Pampa request: option to lock frame selection to the range
This means when you've got "Lock Frame Selection" option (which is in the timeline next to the preview range button) you're not able to go to the frames which are out of current frame range with your mouse. TODO: Make it so current frame slider also respects this setting? Not so much important for tonight.
Diffstat (limited to 'source/blender/makesdna/DNA_scene_types.h')
-rw-r--r--source/blender/makesdna/DNA_scene_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index 232fe62df31..6ebc604bc7e 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -1212,6 +1212,7 @@ typedef struct Scene {
/* flag */
/* use preview range */
#define SCER_PRV_RANGE (1<<0)
+#define SCER_LOCK_FRAME_SELECTION (1<<1)
/* mode (int now) */
#define R_OSA 0x0001