ui替换
This commit is contained in:
parent
e42d3cfa30
commit
058cfe454d
BIN
RenderPipelineFile/core/RotationHandleQuarter.fbx
Executable file
BIN
RenderPipelineFile/core/RotationHandleQuarter.fbx
Executable file
Binary file not shown.
BIN
RenderPipelineFile/core/TranslateArrowHandle.fbx
Executable file
BIN
RenderPipelineFile/core/TranslateArrowHandle.fbx
Executable file
Binary file not shown.
BIN
RenderPipelineFile/core/UniformScaleHandle.fbx
Executable file
BIN
RenderPipelineFile/core/UniformScaleHandle.fbx
Executable file
Binary file not shown.
BIN
RenderPipelineFile/rp/core/RotationHandleFull.fbx
Executable file
BIN
RenderPipelineFile/rp/core/RotationHandleFull.fbx
Executable file
Binary file not shown.
BIN
RenderPipelineFile/rp/core/RotationHandleQuarter.fbx
Executable file
BIN
RenderPipelineFile/rp/core/RotationHandleQuarter.fbx
Executable file
Binary file not shown.
BIN
RenderPipelineFile/rp/core/TranslateArrowHandle.fbx
Executable file
BIN
RenderPipelineFile/rp/core/TranslateArrowHandle.fbx
Executable file
Binary file not shown.
BIN
RenderPipelineFile/rp/core/UniformScaleHandle.fbx
Executable file
BIN
RenderPipelineFile/rp/core/UniformScaleHandle.fbx
Executable file
Binary file not shown.
BIN
RenderPipelineFile/rp/shader/core/RotationHandleFull.fbx
Executable file
BIN
RenderPipelineFile/rp/shader/core/RotationHandleFull.fbx
Executable file
Binary file not shown.
BIN
RenderPipelineFile/rp/shader/core/RotationHandleQuarter.fbx
Executable file
BIN
RenderPipelineFile/rp/shader/core/RotationHandleQuarter.fbx
Executable file
Binary file not shown.
BIN
RenderPipelineFile/rp/shader/core/TranslateArrowHandle.fbx
Executable file
BIN
RenderPipelineFile/rp/shader/core/TranslateArrowHandle.fbx
Executable file
Binary file not shown.
BIN
RenderPipelineFile/rp/shader/core/UniformScaleHandle.fbx
Executable file
BIN
RenderPipelineFile/rp/shader/core/UniformScaleHandle.fbx
Executable file
Binary file not shown.
BIN
RenderPipelineFile/rptemp/core/RotationHandleFull.fbx
Executable file
BIN
RenderPipelineFile/rptemp/core/RotationHandleFull.fbx
Executable file
Binary file not shown.
BIN
RenderPipelineFile/rptemp/core/RotationHandleQuarter.fbx
Executable file
BIN
RenderPipelineFile/rptemp/core/RotationHandleQuarter.fbx
Executable file
Binary file not shown.
BIN
RenderPipelineFile/rptemp/core/TranslateArrowHandle.fbx
Executable file
BIN
RenderPipelineFile/rptemp/core/TranslateArrowHandle.fbx
Executable file
Binary file not shown.
BIN
RenderPipelineFile/rptemp/core/UniformScaleHandle.fbx
Executable file
BIN
RenderPipelineFile/rptemp/core/UniformScaleHandle.fbx
Executable file
Binary file not shown.
@ -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'):
|
||||
|
||||
Loading…
Reference in New Issue
Block a user