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>2017-11-02 14:33:39 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-11-02 14:33:39 +0300
commitbe5123a0a9c1aa9d4fa4dadcf754c65109ee2c2c (patch)
tree425575adc0a7bf350f51ed2abcc0109137d5f707 /release
parente32c1bd5d03148b123c8d2664b6164fe5cbd5c12 (diff)
Space clip: Make it more clear that filter track does not use any settings from tool shelf
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/space_clip.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_ui/space_clip.py b/release/scripts/startup/bl_ui/space_clip.py
index 11043ed1111..1cb2275a86f 100644
--- a/release/scripts/startup/bl_ui/space_clip.py
+++ b/release/scripts/startup/bl_ui/space_clip.py
@@ -471,6 +471,7 @@ class CLIP_PT_tools_cleanup(CLIP_PT_tracking_panel, Panel):
layout.prop(settings, "clean_frames", text="Frames")
layout.prop(settings, "clean_error", text="Error")
layout.prop(settings, "clean_action", text="")
+ layout.separator()
layout.operator("clip.filter_tracks")