Skip to content
Snippets Groups Projects
Commit 8e01cfa0 authored by Keir Mierle's avatar Keir Mierle
Browse files

Don't show the "Correlation" tracking preset when the hybrid tracker is selected.

parent bc8fb9ff
No related branches found
No related tags found
No related merge requests found
...@@ -129,7 +129,7 @@ class CLIP_PT_tools_marker(Panel): ...@@ -129,7 +129,7 @@ class CLIP_PT_tools_marker(Panel):
if settings.default_tracker == 'KLT': if settings.default_tracker == 'KLT':
col.prop(settings, "default_pyramid_levels") col.prop(settings, "default_pyramid_levels")
else: elif settings.default_tracker == 'SAD':
col.prop(settings, "default_correlation_min") col.prop(settings, "default_correlation_min")
col.separator() col.separator()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment