mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-07-28 04:14:27 +03:00
Fix non thread-safe data flow between plater and hollowing gizmo.
This commit is contained in:
@@ -79,8 +79,8 @@ public:
|
||||
|
||||
|
||||
std::pair<const TriangleMesh *, sla::HollowingConfig> get_hollowing_parameters() const;
|
||||
void set_hollowing_result(std::unique_ptr<TriangleMesh> mesh);
|
||||
void update_hollowed_mesh();
|
||||
void update_mesh_raycaster(std::unique_ptr<MeshRaycaster> &&rc);
|
||||
void update_hollowed_mesh(std::unique_ptr<TriangleMesh> &&mesh);
|
||||
|
||||
bool is_selection_rectangle_dragging() const { return m_selection_rectangle.is_dragging(); }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user