Skip to content

Commit

Permalink
fixed AnimationLib
Browse files Browse the repository at this point in the history
  • Loading branch information
Zolko-123 authored Jun 29, 2022
1 parent 1044a3f commit 59fc29a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AnimationLib.py
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ def onTimerTick(self):
def setVarValue(self,name,value):
setattr( self.Variables, name, value )
if App.ActiveDocument == self.AnimatedDocument:
self.rootAssembly.recompute('True')
self.rootAssembly.recompute(True)
else:
App.ActiveDocument.recompute(None, True, True)
self.variableValue.setText('{:.2f}'.format(value))
Expand Down

0 comments on commit 59fc29a

Please sign in to comment.