feat: 完善一级关系编辑 UI 与视图体验
This commit is contained in:
@@ -7062,7 +7062,7 @@ class WindowActionMixin:
|
||||
target_logical_id = self._edit_target_logical_id(target_kind, target_id)
|
||||
result_deflection = float(getattr(self, "edit_result_deflection", 1.6))
|
||||
if operation_name == "拉伸/切除平面":
|
||||
result_deflection = max(result_deflection, 2.4)
|
||||
result_deflection = max(result_deflection, 0.35)
|
||||
context = {
|
||||
"operation_name": operation_name,
|
||||
"target": target,
|
||||
|
||||
Reference in New Issue
Block a user