In query mode, return type is based on queried flag.
Long name (short name) |
Argument types |
Properties |
|
-capture(-c)
|
|
|
|
Create a new component to capture a sequence of image for the current scene.
|
|
-capturedFrameCount(-cfc)
|
|
|
|
Query only. Return the number of frames which have been captured.
|
|
-closeCurrentSession(-ccs)
|
|
|
|
Delete the current thumbnail component (preview image will be destroyed).
|
|
-delete(-d)
|
|
|
|
Delete the generated image sequence and preview for the current capture session.
|
|
-endFrame(-ef)
|
int
|
|
|
Set the end captured frame. Only valid when the -c/capture flag is set.
If -sf/startFrame is set and not -ef/endFrame, or if endFrame is smaller than startFrame, endFrame will be automatically set to startFrame.
|
|
-fileDialogCallback(-fdc)
|
string
|
|
|
MEL only. Set the callback file dialog which is called after the capture component window has been closed. Only valid when the -c/capture flag is set.
|
|
-isSessionOpened(-iso)
|
|
|
|
Returns true if a thumbnail/playblast capture session is currently running (already opened and still not cancelled/saved).
|
|
-launchedFromOptionsBox(-lfo)
|
|
|
|
Returns true if the thumbnail capture component was launched through the options dialog box, else false.
|
|
-previewPath(-pp)
|
|
|
|
Returns the generated preview path (the first frame of generated sequence resized to 100x100 px).
|
|
-removeProjectThumbnail(-rpt)
|
string
|
|
|
Remove all captured thumbnail/playblast from the given project file path.
|
|
-save(-s)
|
string
|
|
|
Save the generated image sequence for the given file to disk. The file path must be an absolute path.
|
|
-startFrame(-sf)
|
int
|
|
|
Set the start captured frame. Only valid when -c/capture flag is set.
|
|