Skip to content

Commit

Permalink
bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobsamo committed May 12, 2022
1 parent d7ff6a5 commit 58a3a60
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion Sago Zip/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"name": "Sago",
"description": "Extra render settings STILL IN EARLY STAGES OF DEVOLMENT",
"author": "Jacob Samorowksi",
"version": (0, 0, 2),
"version": (0, 0, 3),
"blender": (2, 83, 0),
"location": "3d View > Tool shelf",
"warning": "make sure that all your files are saved before clicking shutdown computer otherwise you will lose files i take no responsibility for the lose of files and make sure that the blend file is saved before rendering as it will not work",
Expand Down
2 changes: 0 additions & 2 deletions Sago Zip/ui_panels.py
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ def draw(self, context):

def some_other_function(self, dummy):
sago = bpy.context.scene.sago
self.report({'INFO'}, "Render complete")
print("Render complete")
sago.close_blender = False
bpy.ops.wm.save_mainfile()
Expand All @@ -104,7 +103,6 @@ def some_other_function(self, dummy):

def some_function(self, dummy):
sago = bpy.context.scene.sago
self.report({'INFO'}, "Render complete")
print("Render complete")
sago.shutdown_computer = False
bpy.ops.wm.save_mainfile()
Expand Down

0 comments on commit 58a3a60

Please sign in to comment.