Skip to content

Releases: apetrynet/hiero-otio

hiero-otio1.2.0

11 Mar 22:52
Compare
Choose a tag to compare

Changes

  • Updated import statements to function in both python 2 and 3, making it ready for Nuke13+

hiero-otio1.1.0

09 Mar 10:24
f448905
Compare
Choose a tag to compare

Version bump

Did a huge leap in version to align with nukepedia.

Changes

  • Treat image sequence based clips the same as movie based clips and start available_range at 0.

hiero-otio0.1.2

16 Feb 16:58
6f1f098
Compare
Choose a tag to compare

Initial release of the Hiero/Nuke Studio OpenTimelineIO Plugin

Import and export .otio files directly from Hiero or Nuke Studio

Features

  • Multiple tracks
  • Tags
  • Markers
  • Simple re-time (reverese, constant slowdown, constant speedup)
  • Fade in/out and cross dissolves
  • Nested sequences are created separately and replaced with gaps in the main sequence.
  • Linked audio/video when clip shares same media source

Install

The easiest way to install the plugin is to unpack the contents to the .nuke folder in your "HOME" directory.
For Hiero/Nuke Studio version < 12 extract to the .hiero folder.

~/.nuke/Python/Startup/otioexporter
~/.nuke/Python/StartupUI/otioimporter

If you choose to install the plugin to another location, make sure to append the full path of the folder containing the Python folder to the HIERO_PLUGIN_PATH environment variable.

export HIERO_PLUGIN_PATH=/my/shared/plugin/folder

Note

Make sure you have OpenTimelineIO available in PYTHONPATH before you launch.

Feedback

Please submit feedback and bug report via the issues