We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b262d1 commit 9441b53Copy full SHA for 9441b53
scripts/zMayaTools/taskbar_progress.py
@@ -48,6 +48,9 @@ class ProgressWindowWindowsTaskbarUnavailable(util.ProgressWindow):
48
@classmethod
49
def available(cls):
50
return False
51
+
52
+ def set_total_progress_value(self, total_progress_values):
53
+ pass
54
55
ProgressWindowWindowsTaskbar = ProgressWindowWindowsTaskbarUnavailable
56
0 commit comments