feat: 完善 Face 一级编辑与隔离计算

This commit is contained in:
2026-08-05 15:08:16 +08:00
parent a76282d7dd
commit ed1faf51d8
28 changed files with 3740 additions and 876 deletions
+12
View File
@@ -86,6 +86,10 @@ CASES: tuple[tuple[str, tuple[str, ...]], ...] = (
"planar Face on curved Solid disables local-only deformation",
("verify_face_mixed_surface_guard.py",),
),
(
"freeform Face stays read-only with a clear blocker",
("verify_face_freeform_guard.py",),
),
(
"cylindrical side Face height edits are checked",
("verify_cylindrical_height_resize.py",),
@@ -130,6 +134,14 @@ CASES: tuple[tuple[str, tuple[str, ...]], ...] = (
"Face logical selection stays on the edited face",
("verify_face_logical_selection_retention.py",),
),
(
"Face selection identity UI prefers logical IDs",
("verify_selection_identity_ui.py",),
),
(
"Face feature parameters stay stable after full recognition cache",
("verify_face_feature_parameter_consistency.py",),
),
(
"Face invalid positive targets are blocked",
("verify_face_invalid_target_guards.py",),