mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-12 09:17:52 -06:00
SlaSupports gizmo - most of updating now assumes that common data struct is updated properly
This commit is contained in:
parent
08dcbd0271
commit
4f43c6d3f8
3 changed files with 14 additions and 72 deletions
|
@ -366,6 +366,7 @@ bool CommonGizmosData::update_from_backend(GLCanvas3D& canvas, ModelObject* mode
|
|||
m_model_object_id = m_model_object->id();
|
||||
|
||||
if (m_mesh != m_old_mesh) {
|
||||
wxBusyCursor wait;
|
||||
m_mesh_raycaster.reset(new MeshRaycaster(*m_mesh));
|
||||
m_object_clipper.reset();
|
||||
m_supports_clipper.reset();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue