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>2019-09-13 12:38:16 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2019-09-13 12:59:34 +0300
commit49c36d34307ae510426455f834973b53f7d1db35 (patch)
tree3eab2dea5537736578c0af5a69f091254b24d58d /source/blender/editors/space_clip/space_clip.c
parent11b776d2156c330840512108de4171f314c6325e (diff)
Tracking: Move Lock Selection to an own operator
There are no functional changes as far as users are concerned, just allows to mark operator as safe to be run from a locked interface.
Diffstat (limited to 'source/blender/editors/space_clip/space_clip.c')
-rw-r--r--source/blender/editors/space_clip/space_clip.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_clip/space_clip.c b/source/blender/editors/space_clip/space_clip.c
index c1cb975447f..2964a95648a 100644
--- a/source/blender/editors/space_clip/space_clip.c
+++ b/source/blender/editors/space_clip/space_clip.c
@@ -452,6 +452,7 @@ static void clip_operatortypes(void)
WM_operatortype_append(CLIP_OT_prefetch);
WM_operatortype_append(CLIP_OT_set_scene_frames);
WM_operatortype_append(CLIP_OT_cursor_set);
+ WM_operatortype_append(CLIP_OT_lock_selection_toggle);
/* ** tracking_ops.c ** */