Seam gizmo created on frontend

This commit is contained in:
Lukas Matena 2020-08-31 07:25:12 +02:00
parent db7559157c
commit 01b59ff57b
12 changed files with 323 additions and 37 deletions

View file

@ -375,11 +375,6 @@ bool GLGizmoPainterBase::gizmo_event(SLAGizmoEventType action, const Vec2d& mous
bool GLGizmoPainterBase::on_is_activable() const
{
const Selection& selection = m_parent.get_selection();
@ -403,11 +398,6 @@ bool GLGizmoPainterBase::on_is_selectable() const
&& wxGetApp().get_mode() != comSimple );
}
std::string GLGizmoPainterBase::on_get_name() const
{
return (_(L("FDM Support Editing")) + " [L]").ToUTF8().data();
}
CommonGizmosDataID GLGizmoPainterBase::on_get_requirements() const
{