Skip to content

Commit aaaf6b7

Browse files
fixed exprhotstring sync and minor error
1 parent c475be6 commit aaaf6b7

File tree

5 files changed

+4
-1
lines changed

5 files changed

+4
-1
lines changed
-496 Bytes
Binary file not shown.
-96 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.

scripts/ResetPLS/script_reset.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,10 @@
4444
# misc
4545
if parent().par.Timeline.eval():
4646
op('/').time.frame = parent().par.Frame.eval()
47-
ui.panes.current.owner.time.frame = parent().par.Frame.eval()
47+
try:
48+
ui.panes.current.owner.time.frame = parent().par.Frame.eval()
49+
except:
50+
pass
4851

4952
if parent().par.Customscript.eval():
5053
op('callbackManager').Execute('onReset')()

0 commit comments

Comments
 (0)