Add Lattice Magic to Addons #48

Merged
Nick Alberelli merged 36 commits from feature/lattice_magic into main 2023-05-17 20:48:52 +02:00
Showing only changes of commit 42ead47dd3 - Show all commits

View File

@ -63,6 +63,5 @@ def unregister():
from bpy.utils import unregister_class
unregister_class(LatticeMagicPreferences)
for m in modules:
m.unregister()
if hasattr(m, 'unregister'):
m.unregister()