mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
Update openpype/hosts/maya/plugins/load/load_audio.py
Co-authored-by: Roy Nieterau <roy_nieterau@hotmail.com>
This commit is contained in:
parent
dbd03c6c5a
commit
4d22b6cf4b
1 changed files with 1 additions and 1 deletions
|
|
@ -84,7 +84,7 @@ class AudioLoader(load.LoaderPlugin):
|
|||
project_name, version["parent"], fields=["parent"]
|
||||
)
|
||||
asset = get_asset_by_id(
|
||||
project_name, subset["parent"], fields=["parent", "data"]
|
||||
project_name, subset["parent"], fields=["parent", "data.frameStart", "data.frameEnd"]
|
||||
)
|
||||
|
||||
source_start = 1 - asset["data"]["frameStart"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue