Miscellaneous tools
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. |
# 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. |
The file used to edit the expression.
File
# static reloadExpressions()
Reloads all expression edited with an external editor (using
Duik.Tool.editExpression
)