mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 05:42:15 +01:00
Don't query comp again
This commit is contained in:
parent
b16adc958b
commit
333c282eba
1 changed files with 0 additions and 1 deletions
|
|
@ -161,7 +161,6 @@ class FusionLoadSequence(load.LoaderPlugin):
|
|||
with comp_lock_and_undo_chunk(comp, "Create Loader"):
|
||||
args = (-32768, -32768)
|
||||
tool = comp.AddTool("Loader", *args)
|
||||
comp = get_current_comp()
|
||||
tool["Clip"] = comp.ReverseMapPath(path)
|
||||
|
||||
# Set global in point to start frame (if in version.data)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue