Hide supports when Manual editing mode is active in SLA supports gizmo
This commit is contained in:
parent
a65a68ad93
commit
8a959883b4
@ -123,6 +123,8 @@ void GLGizmoSlaSupports::on_render()
|
||||
glsafe(::glEnable(GL_BLEND));
|
||||
glsafe(::glEnable(GL_DEPTH_TEST));
|
||||
|
||||
show_sla_supports(!m_editing_mode);
|
||||
|
||||
render_volumes();
|
||||
render_points(selection);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user