UI: Motion Tracking: Make Lens a subpanel of Camera

The camera presets control lens settings too so these setting should be 
part of the camera panel.
This commit is contained in:
2020-10-13 14:38:34 -04:00
parent a36f02f9ba
commit 9722e369cd

View File

@@ -879,6 +879,7 @@ class CLIP_PT_tracking_lens(Panel):
bl_region_type = 'UI'
bl_category = "Track"
bl_label = "Lens"
bl_parent_id = 'CLIP_PT_tracking_camera'
bl_options = {'DEFAULT_CLOSED'}
@classmethod