friggog / tree-gen

Procedural generation of tree models in blender
GNU General Public License v3.0
827 stars 74 forks source link

Fix crashes related to undo/redo #58

Closed samipfjo closed 3 years ago

samipfjo commented 3 years ago

Add register and undo to all Operators in gui.py

Tested, definitely stable doing undo and redo now. Couldn't get it to crash no matter how much I monkeyed around.

samipfjo commented 3 years ago

Fixes #57