[Bf-blender-cvs] [be5123a0a9c] master: Space clip: Make it more clear that filter track does not use any settings from tool shelf

Sergey Sharybin noreply at git.blender.org
Thu Nov 2 12:34:08 CET 2017


Commit: be5123a0a9c1aa9d4fa4dadcf754c65109ee2c2c
Author: Sergey Sharybin
Date:   Thu Nov 2 12:33:39 2017 +0100
Branches: master
https://developer.blender.org/rBbe5123a0a9c1aa9d4fa4dadcf754c65109ee2c2c

Space clip: Make it more clear that filter track does not use any settings from tool shelf

===================================================================

M	release/scripts/startup/bl_ui/space_clip.py

===================================================================

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")



More information about the Bf-blender-cvs mailing list