This commit is contained in:
Rowland 2026-01-26 11:03:29 +08:00
parent e42d3cfa30
commit 058cfe454d
16 changed files with 2 additions and 1 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1819,7 +1819,8 @@ class SelectionSystem:
self.gizmo.setPos(center)
# 实时更新属性面板
self.world.property_panel.refreshModelValues(self.gizmoTarget)
if hasattr(self.world, 'property_panel') and self.world.property_panel:
self.world.property_panel.refreshModelValues(self.gizmoTarget)
# 每次拖拽都输出调试信息(但限制频率)
if not hasattr(self, '_last_drag_debug_time'):