2D stabilizer: Remove redundant rows from the interface
This commit is contained in:
parent
83d94ef4d0
commit
069bc4086c
@ -977,10 +977,8 @@ class CLIP_PT_stabilization(CLIP_PT_reconstruction_panel, Panel):
|
||||
|
||||
col = layout.column()
|
||||
col.active = stab.use_stabilize_rotation
|
||||
row = col.row()
|
||||
row.prop(stab, "influence_rotation")
|
||||
row = col.row()
|
||||
row.prop(stab, "influence_scale")
|
||||
col.prop(stab, "influence_rotation")
|
||||
col.prop(stab, "influence_scale")
|
||||
|
||||
layout.prop(stab, "filter_type")
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user