姿勢推定と頭部検知を合成する手段を追加

This commit is contained in:
2026-02-23 04:21:53 +09:00
parent de99aef9ad
commit eb028ed278
6 changed files with 540 additions and 1 deletions
+6
View File
@@ -289,6 +289,12 @@ class SEQUENCER_PT_face_mask(Panel):
icon='FILE_REFRESH',
)
op.force = True
if strip.type == 'MOVIE':
box.operator(
"sequencer.augment_pose_mask",
text="Augment with Pose",
icon='MOD_ARMATURE',
)
def _draw_blur_controls(self, layout, context, strip):
"""Draw blur application controls."""