mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
removed get_project/asset_data methods
This commit is contained in:
parent
76c9adf016
commit
9d2c48e4e2
8 changed files with 14 additions and 84 deletions
|
|
@ -369,7 +369,9 @@ def reset_frame_range_handles():
|
|||
|
||||
# get handles values
|
||||
handles = avalon.nuke.get_handles(asset)
|
||||
handle_start, handle_end = pype.get_handle_irregular(asset)
|
||||
asset_entity = pype.get_asset(asset)
|
||||
handle_start = asset_entity["data"]["handle_start"]
|
||||
handle_end = asset_entity["data"]["handle_end"]
|
||||
|
||||
fps = asset["data"]["fps"]
|
||||
edit_in = int(asset["data"]["fstart"]) - handle_start
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue