mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-26 22:02:15 +01:00
update docstring for 'get_frame_range'
This commit is contained in:
parent
30f1145c8b
commit
bb91cc523e
1 changed files with 2 additions and 2 deletions
|
|
@ -235,10 +235,10 @@ def reset_scene_resolution():
|
|||
|
||||
|
||||
def get_frame_range(task_entity=None) -> Union[Dict[str, Any], None]:
|
||||
"""Get the current folder frame range and handles.
|
||||
"""Get the current task frame range and handles
|
||||
|
||||
Args:
|
||||
folder_entiy (dict): Folder eneity.
|
||||
task_entity (dict): Task Entity.
|
||||
|
||||
Returns:
|
||||
dict: with frame start, frame end, handle start, handle end.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue