mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
tmpVar > gPlayBackSlider
This commit is contained in:
parent
2c2aef60de
commit
a4b1797b2a
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ class AudioLoader(load.LoaderPlugin):
|
|||
file=context["representation"]["data"]["path"], offset=start_frame
|
||||
)
|
||||
cmds.timeControl(
|
||||
mel.eval("$tmpVar=$gPlayBackSlider"),
|
||||
mel.eval("$gPlayBackSlider=$gPlayBackSlider"),
|
||||
edit=True,
|
||||
sound=sound_node,
|
||||
displaySound=True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue