2.0.3 版本说明
发布日期: 22nd February 2024
在 Cavalry 2.0.2 或更早版本中创建的场景,在 Cavalry 2.0.3 中打开时将会被转换。该文件将被复制为一个新场景,需要保存——你会注意到旧场景在打开时将被命名为 <yourSceneName> [Converted].cv。从 2.0.3 起保存的任何场景将不兼容任何旧版本的 Cavalry。
新功能
标题为“新功能”的章节Behaviours
标题为“Behaviours”的章节
New Bend Deformer.
New Squash and Stretch. This replaces the old Squetch Deformer (old Scenes will continue to work).
- Fill and Stroke are now first class Utilities. It has always been possible to ‘Reveal Generator’ for these but this change means it’s now easier to share materials (including Shaders) by connecting these Utilities to Shapes.
setStepadded to NumericField.- getInOutKeyframeIds
- timecodeToFrames
- framesToTimecode
- hexToRgba
- hsvToRgba
We’ve spotted a bit of a mix up with colors in the API. hexToRgb and hsvToRgb return values in the range 0…1 but Cavalry expects 0..255. These have now been hidden in favour of hexToRgba and hsvToRgba but old scripts will be unaffected as the functions remain.
- Cross context Pre-Selection Highlighting. When hovering a Shape in the Viewport, its row will also highlight in the Scene Window (and vice versa).
- The number of decimals displayed across the UI is now reduced. Float values (values that can include decimals) now hide any trailing zeros beyond the first decimal place. For example,
1.00or2.130will resolve to1.0or2.13respectively. - The expanded/collapsed state for UIs in the Attribute Editor is now remembered when switching Compositions.
- Alpha is now supported for WebM export.
- Text Shapes now automatically rename themselves based on their String. This only happens if you have not explicitly set a nice name for the Layer.
- The Bounding Box Utility can now calculate values on a defined frame.
- Improved visual spacing between settings in the Tool Settings window.
- Add Divisions now has an Edge Length mode.
- It’s now possible to toggle the frame indicator in the Scene Window to a timecode by Option/Alt clicking.
- Connection Hints - when selecting a Layer, the connection icons in the Scene Window of any other Layers connected to it will be hinted with an outline.
重要 Bug 修复
标题为“重要 Bug 修复”的章节- Using a Shape as a Track Matte to a Text Shape is now working.
- The Align Deformer is now working again when used in a Pre-Comp.
- Undoing connecting a Shader to a Shape via the Scene Window is now working.