Don't show the "Correlation" tracking preset when the hybrid tracker is selected.
This commit is contained in:
@@ -129,7 +129,7 @@ class CLIP_PT_tools_marker(Panel):
|
||||
|
||||
if settings.default_tracker == 'KLT':
|
||||
col.prop(settings, "default_pyramid_levels")
|
||||
else:
|
||||
elif settings.default_tracker == 'SAD':
|
||||
col.prop(settings, "default_correlation_min")
|
||||
|
||||
col.separator()
|
||||
|
Reference in New Issue
Block a user