Skip to content

v1.0.76

Choose a tag to compare

@db-lyon db-lyon released this 06 Jun 02:35

v1.0.76

Native Level Sequence authoring beyond empty tracks - sections, keyframes, camera binding, and playback range - so cinematic setup stays native instead of falling back to the MovieScene Python API.

Server

  • editor(add_sequence_section) - add a section to a track (creating the track if needed), set its start/end in seconds, and for a CameraCut track bind it to a camera actor. Returns the section index and its channel names. (#548)
  • editor(set_sequence_keyframes) - add keyframes to a section channel. Transform double channels (Location.X/Y/Z, Rotation.X/Y/Z, plus friendly x/y/z and yaw/pitch/roll) and float channels (Fade/Float), with cubic or linear interpolation. (#548)
  • editor(set_sequence_playback_range) - set a Level Sequence's playback range in seconds. (#548)

Internals

  • add_sequence_section resolves a CameraCut camera binding before creating the section, so a bad camera label can't leave an orphan section behind. (#548)