Blurサイズ問題の修正
This commit is contained in:
+1
-1
@@ -74,7 +74,6 @@ class SEQUENCER_PT_face_mask(Panel):
|
||||
col = box.column(align=True)
|
||||
col.prop(scene, "facemask_conf_threshold")
|
||||
col.prop(scene, "facemask_iou_threshold")
|
||||
col.prop(scene, "facemask_mask_scale")
|
||||
|
||||
def _draw_server_status(self, layout):
|
||||
"""Draw server status and GPU info."""
|
||||
@@ -225,6 +224,7 @@ class SEQUENCER_PT_face_mask(Panel):
|
||||
# Bake parameters
|
||||
col = box.column(align=True)
|
||||
col.prop(context.scene, "facemask_bake_blur_size")
|
||||
col.prop(context.scene, "facemask_bake_display_scale")
|
||||
col.prop(context.scene, "facemask_bake_format")
|
||||
|
||||
# Source status
|
||||
|
||||
Reference in New Issue
Block a user