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

This commit is contained in:
Sergey Sharybin 2017-11-02 12:33:39 +01:00
parent e32c1bd5d0
commit be5123a0a9

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