Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
Maya Timeline Range: Fix range by including handles according to sett…
Browse files Browse the repository at this point in the history
…ings
  • Loading branch information
BenSouchet committed Sep 11, 2024
1 parent d9731d0 commit 327d99a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openpype/hosts/maya/api/lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -2355,6 +2355,8 @@ def get_frame_range(include_animation_range=False):
animation_start -= int(handle_start)
animation_end += int(handle_end)

frame_range["frameStart"] = animation_start
frame_range["frameEnd"] = animation_end
frame_range["animationStart"] = animation_start
frame_range["animationEnd"] = animation_end

Expand Down

0 comments on commit 327d99a

Please sign in to comment.