Another approach to fix undo redo:
Do not open gizmo on shortcut key: only create volume
This commit is contained in:
parent
115b230367
commit
dd7a19505a
26 changed files with 54 additions and 49 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue