mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
hound fix
This commit is contained in:
parent
c00f1b6449
commit
5abbceeace
1 changed files with 2 additions and 2 deletions
|
|
@ -28,8 +28,8 @@ class ValidateAnimationTimeline(pyblish.api.InstancePlugin):
|
|||
frame_end_handle = frame_range["frameEnd"] + int(
|
||||
frame_range["handleEnd"]
|
||||
)
|
||||
if rt.animationRange != rt.interval(
|
||||
frame_start_handle, frame_end_handle):
|
||||
if rt.animationRange != rt.interval(frame_start_handle,
|
||||
frame_end_handle):
|
||||
raise PublishValidationError("Incorrect animation timeline"
|
||||
"set for preview animation.. "
|
||||
"\nYou can use repair action to "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue