thumbnailCaptureComponent [-capture] [-capturedFrameCount] [-closeCurrentSession] [-delete string] [-endFrame int] [-fileDialogCallback] [-isSessionOpened] [-launchedFromOptionsBox] [-previewPath] [-removeProjectThumbnail] [-save string] [-startFrame int]
[string]
thumbnailCaptureComponent は、取り消し可能、照会可能、および編集不可能です。
このコマンドは、シーンからサムネイル/シーケンスのプレイブラストを生成するために使用されます。なし
照会モードでは、戻り値のタイプは照会されたフラグに基づきます。
ロング ネーム(ショート ネーム) | 引数タイプ | プロパティ | ||
---|---|---|---|---|
-capture(-c)
|
|
![]() |
||
|
||||
-capturedFrameCount(-cfc)
|
|
![]() |
||
|
||||
-closeCurrentSession(-ccs)
|
|
![]() |
||
|
||||
-delete(-d)
|
string
|
![]() |
||
|
||||
-endFrame(-ef)
|
int
|
![]() ![]() |
||
|
||||
-fileDialogCallback(-fdc)
|
|
![]() |
||
|
||||
-isSessionOpened(-iso)
|
|
![]() |
||
|
||||
-launchedFromOptionsBox(-lfo)
|
|
![]() |
||
|
||||
-previewPath(-pp)
|
|
![]() |
||
|
||||
-removeProjectThumbnail(-rpt)
|
|
![]() |
||
|
||||
-save(-s)
|
string
|
![]() |
||
|
||||
-startFrame(-sf)
|
int
|
![]() ![]() |
||
|
![]() |
![]() |
![]() |
![]() |
// Launch an option box used to capture the scene // thumbnailCaptureComponent -capture -startFrame 20 -endFrame 60; // Save the generated thumbnails sequence for "mesh.mb" between frame 20 and 60 // thumbnailCaptureComponent -save "C:/maya/projects/default/scenes/mesh.mb" // Delete generated thumbnails for "test.mb" project // thumbnailCaptureComponent -delete "test.mb"; // Returns the path of generated sequence preview. // thumbnailCaptureComponent -q -previewPath; // Result: C:/Users/toto/Documents/maya/projects/default/images/.MayaTempCaptureComponent/tmp.preview //