Namespace

Tool

Duik.Tool

Miscellaneous tools

View Source api3.jsxinc, line 23016

Methods

# static cropPrecompositions(precompsopt)

Crops the precompositions without moving them, using the bounds of their masks
Parameters:
Name Type Attributes Description
precomps Array.<AVLayer> | LayerCollection | DuList | AVLayer <optional>
The precompositions to crop. The selected layers by default.

View Source api3.jsxinc, line 23036

# static editExpression(propopt) → {File}

Edits the selected expression using an external editor
Parameters:
Name Type Attributes Description
prop Property | DuAEProperty <optional>
The propety containing the expression. The first selected property if omited.

View Source api3.jsxinc, line 23126

The file used to edit the expression.
File

# static reloadExpressions()

Reloads all expression edited with an external editor (using Duik.Tool.editExpression)

View Source api3.jsxinc, line 23161