Hide supports when Manual editing mode is active in SLA supports gizmo
This commit is contained in:
parent
a65a68ad93
commit
8a959883b4
1 changed files with 2 additions and 0 deletions
|
@ -123,6 +123,8 @@ void GLGizmoSlaSupports::on_render()
|
||||||
glsafe(::glEnable(GL_BLEND));
|
glsafe(::glEnable(GL_BLEND));
|
||||||
glsafe(::glEnable(GL_DEPTH_TEST));
|
glsafe(::glEnable(GL_DEPTH_TEST));
|
||||||
|
|
||||||
|
show_sla_supports(!m_editing_mode);
|
||||||
|
|
||||||
render_volumes();
|
render_volumes();
|
||||||
render_points(selection);
|
render_points(selection);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue