姿勢推定と頭部検知を合成する手段を追加
This commit is contained in:
@@ -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."""
|
||||
|
||||
Reference in New Issue
Block a user