Skip to content

Commit 07d6ea4

Browse files
committed
Update notification.py
1 parent 20d7363 commit 07d6ea4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

animationrender/notification.py

-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ def showNotify(firstFrame, lastFrame, currentFrame, totalFrames, frameStartTime,
4141
renderingText = " - Rendering"
4242
if oSystem == "Darwin":
4343
osSound = bpy.context.preferences.addons['animationrender'].preferences.soundList
44-
percentage = 0
4544
if oSystem == "Windows":
4645
icopath = sys.path[12]+'\\animationrender\\ico\\Icon3.ico'
4746
elif oSystem == "Linux":

0 commit comments

Comments
 (0)