feat: 完善 Face 一级编辑与隔离计算
This commit is contained in:
@@ -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",),
|
||||
|
||||
Reference in New Issue
Block a user