mirror of
https://github.com/kaosat-dev/Blender_bevy_components_workflow.git
synced 2024-11-22 11:50:53 +00:00
chore(auto_export): more minor tweaks
This commit is contained in:
parent
1b1fc31d5d
commit
ccaeecf6f1
@ -50,7 +50,6 @@ class AutoExportTracker(PropertyGroup):
|
|||||||
# reset whether there have been changed objects since the last save
|
# reset whether there have been changed objects since the last save
|
||||||
cls.changed_objects_per_scene.clear()
|
cls.changed_objects_per_scene.clear()
|
||||||
# all our logic is done, mark this as done
|
# all our logic is done, mark this as done
|
||||||
print("EXPORT DONE")
|
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def deps_update_handler(cls, scene, depsgraph):
|
def deps_update_handler(cls, scene, depsgraph):
|
||||||
|
Loading…
Reference in New Issue
Block a user