mwganson / DynamicData

FreeCAD workbench for creating and managing custom property container objects.
GNU Lesser General Public License v2.1
41 stars 8 forks source link

Created Container can't be removed with Undo/Redo commands #56

Closed ryanthara closed 2 years ago

ryanthara commented 2 years ago

I take a look to your workbench and start realizing the power of the idea behind it.

When adding a dynamic data object into an empty document it can't be undone.

It is no problem to undo/redo the property changes, but the object creation can not be undone.

mwganson commented 2 years ago

I see in the source code commented out code to make object creation something you can undo. I don't know why I would have commented it out. I guess because dynamic properties were not supported at the time for all object types. I will add this back in for the next version.