ynput / ayon-kitsu

Official AYON<->Kitsu intetgration (WIP)
Apache License 2.0
8 stars 5 forks source link

Remove one frame when calculating end frame with nb_frames #45

Closed EmberLightVFX closed 5 months ago

EmberLightVFX commented 5 months ago

Currently the syncing adds one extra frame to the frame_end as the first frame gets calculated twice. Once in frame_start and then again in nb_frames.

This PR fixes this.

To try the fix: Create a shot in Kitsu. Set the length of the clip. Sync to Ayon and check that it's using the same amount of frames.

iLLiCiTiT commented 5 months ago

This looks like it can be opened for review?

EmberLightVFX commented 5 months ago

Oh, my bad. Yes it's ready for review