Another approach to fix undo redo:

Do not open gizmo on shortcut key: only create volume
This commit is contained in:
Filip Sykala - NTB T15p 2023-03-30 19:04:29 +02:00
parent 115b230367
commit dd7a19505a
26 changed files with 54 additions and 49 deletions

View file

@ -2510,7 +2510,7 @@ CommonGizmosDataID GLGizmoCut3D::on_get_requirements() const {
| int(CommonGizmosDataID::ObjectClipper));
}
void GLGizmoCut3D::data_changed(bool is_serializing)
void GLGizmoCut3D::data_changed()
{
update_bb();
if (auto oc = m_c->object_clipper())