2026-02-16
This commit is contained in:
@@ -95,6 +95,8 @@ class AnimatorPanelMixin:
|
||||
row = panel_body.row()
|
||||
row.prop(self.props, "lip_sync_2d_use_clear_keyframes")
|
||||
row = panel_body.row()
|
||||
row.prop(self.props, "lip_sync_2d_debug_output")
|
||||
row = panel_body.row()
|
||||
row.label(text="Range:")
|
||||
row = panel_body.row()
|
||||
row.prop(self.props, "lip_sync_2d_use_bake_range")
|
||||
@@ -102,3 +104,6 @@ class AnimatorPanelMixin:
|
||||
row.prop(self.props, "lip_sync_2d_bake_start", text="Start")
|
||||
row.prop(self.props, "lip_sync_2d_bake_end", text="End")
|
||||
row.enabled = self.props.lip_sync_2d_use_bake_range # type: ignore
|
||||
|
||||
row = panel_body.row()
|
||||
row.prop(self.props, "lip_sync_2d_bake_channel")
|
||||
|
||||
Reference in New Issue
Block a user