Skip to content

0.5.1

Latest
Compare
Choose a tag to compare
@ynbot ynbot released this 12 Feb 09:35

Changelog

πŸ’š Enhancement

Chore: Remove 'six' usage - #49

Removed usage of six.


AY-7235 Restrict shot/plate/audio instance collection from selected clips in the timeline - #45

resolve #36
These changes allows to restrict the collection of plate, shot and audio instances via a newly added creator setting.
An additional check is added to ensure associated shot instances are also enabled.


Add creator attributes to be able to disable effect discovery and publishing for clip from plate instances. - #44

resolve: #26

Initial idea was to be able to collect and create instances for each effects within the creators, unfortnately this is proven to be more difficult then expected to sync the instances with the sequence effects (more detail on the ticket).

This PR implement a Publish clip effects trigger to enable and disable the effect publishing for a specific plate clip.
image


πŸ› Bug

AY-7460 Fix clip source resolution detection from timeline - #47

This issue was reported by one of our clients.
Source clip resolution detection was unreliable.


Support optional state of `Version-up Workfile` plug-in - #43

Support optional state of Version-up Workfile plug-in. It now correctly exposes optional state the UI.


Fix clip attribute value for frame rate options - #42
More consolidations on Hiero OTIO exporter - #40

help resolve #29

  • We were loosing some accuracy on OTIO export for source range start_time, this was causing rounding issues with longest frame range.