We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20d7363 commit 07d6ea4Copy full SHA for 07d6ea4
animationrender/notification.py
@@ -41,7 +41,6 @@ def showNotify(firstFrame, lastFrame, currentFrame, totalFrames, frameStartTime,
41
renderingText = " - Rendering"
42
if oSystem == "Darwin":
43
osSound = bpy.context.preferences.addons['animationrender'].preferences.soundList
44
- percentage = 0
45
if oSystem == "Windows":
46
icopath = sys.path[12]+'\\animationrender\\ico\\Icon3.ico'
47
elif oSystem == "Linux":
0 commit comments