chore(auto_export): more minor tweaks

This commit is contained in:
kaosat.dev 2024-04-05 23:21:39 +02:00
parent 1b1fc31d5d
commit ccaeecf6f1

View File

@ -50,7 +50,6 @@ class AutoExportTracker(PropertyGroup):
# reset whether there have been changed objects since the last save
cls.changed_objects_per_scene.clear()
# all our logic is done, mark this as done
print("EXPORT DONE")
@classmethod
def deps_update_handler(cls, scene, depsgraph):