Field name | Type | Description |
---|---|---|
Required fields | ||
path | string | the file location with tokens to replace. Valid tokens are:
|
Optional fields | ||
type | FileLocation.Type | Optional. Automatically determined by content and tokens in the path. |
offset | int | offset that is added to the frame number before substitution |
padding | int | frame numbers are padded with zeros, till they are at least padding long |
variable | StringVariable | the content of variable token ("$variable") will be replaced with the value of this |
Enum name | Description |
---|---|
simple | The path field is taken as is |
session | The token $session will be replaced with the current session or token ID |
frame | The token $frame will be replaced with the current frame number |
sessionandframe | The tokens $session and $frame will be replaced. |
var | The token $variable will be replaced with the result of a StringVariable |
Terms of Use | © 2017, Impossible Software, or its affiliates.