Long name (short name) |
Argument types |
Properties |
-firstImageName(-fin) |
|
 |
|
Returns the first image name |
|
-lastImageName(-lin) |
|
 |
|
Returns the last image name |
|
-imageGenericName(-ign) |
|
 |
|
Returns the image generic name |
|
-genericFrameImageName(-gin) |
string |
 |
|
Returns the generic frame image name with the custom specified
frame index token |
|
-fullPath(-fp) |
|
 |
|
Returns the full path for the image using the current project.
Use with firstImageName, lastImageName, or
genericFrameImageName. |
|
-fullPathTemp(-fpt) |
|
 |
|
Returns the full path for the preview render of the image using
the current project. Use with firstImageName, lastImageName, or
genericFrameImageName. |
|
-layer(-lyr) |
string |
 |
|
Specify a render layer name that you want to replace the
current render layer |
|
-camera(-cam) |
string |
 |
|
Specify a camera that you want to replace the current
renderable camera |
|
-customTokenString(-cts) |
string |
 |
|
Specify a custom key-value string to use to replace custom
tokens in the file name. Use with firstImageName or lastImageName.
Basic tokens (Scene, Layer, RenderLayer, Camera, Version,
Extension) will be automatically expanded. Any other tokens must be
specified here to be expanded. The format of the string is a space
separated list of tokens-value pairs. For example, if the file name
string is "myFile_<myToken>_<myOtherToken>_v" then the
argument to this flag string should take the form
"myToken=myTokenValue myOtherToken=myOtherTokenValue". |
|
-leaveUnmatchedTokens(-lut) |
|
 |
|
Do not remove unmatched tokens from the name string. Use with
firstImageName or lastImageName. |
|