hound fix

This commit is contained in:
Kayla Man 2023-06-24 13:55:20 +08:00
parent c00f1b6449
commit 5abbceeace

View file

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