update docstring for 'get_frame_range'

This commit is contained in:
Kayla Man 2024-04-02 18:16:01 +08:00
parent 30f1145c8b
commit bb91cc523e

View file

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