Toon Boom Storyboard Pro 6.0.2 Release Notes

Here is the list of changes in Storyboard Pro 6.0.2, build 14.20.2.13969:

Features

Scripting

Feature Description
Auto-matte on source layer

The LayerManager.generateMatteLayer() method can now generate the matte directly on the source layer instead of in a new layer. To do this, pass an object with the onNewLayer property set to false to its options parameter.

Layer index in layer selection

Selected layer objects returned by the SelectionManager:getLayerSelection() method now have a layerIndex property. This property specifies the actual index of the selected layer in the panel's layer list.

NOTE The index property is still present. It specifies the order in which the layer was added to the selection.

Bug Fixes

  • Fixed issue causing artwork drawn with a Wacom Stylus/Cintiq tablet to be offset on Windows since the Wacom driver update 6.3.30-6.
  • Fixed issue causing some projects to no longer synchronize audio clips with panels and scenes when editing the duration of panels.
  • Fixed issue where using the LayerManager.generateMatteLayer() method with a colour that has an alpha value would ignore the alpha value and generate an opaque matte.