removed get_project/asset_data methods

This commit is contained in:
iLLiCiT 2019-07-31 06:04:50 +02:00
parent 76c9adf016
commit 9d2c48e4e2
8 changed files with 14 additions and 84 deletions

View file

@ -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