playblast [-activeEditor] [-cameraSetup string string] [-clearCache boolean] [-codecOptions] [-combineSound] [-completeFilename string] [-compression string] [-editorPanelName string] [-endTime time] [-exposure float] [-filename string] [-forceOverwrite] [-format string] [-frame time] [-framePadding int] [-gamma float] [-height int] [-indexFromZero] [-offScreen] [-offScreenViewportUpdate] [-options] [-partialSave boolean] [-percent int] [-quality int] [-rawFrameNumbers] [-replaceAudioOnly] [-replaceEndTime time] [-replaceFilename string] [-replaceStartTime time] [-sequenceTime boolean] [-showOrnaments boolean] [-sound string] [-startTime time] [-throwOnError] [-useTraxSounds] [-viewer boolean] [-width int] [-widthHeight int int]
filename
playblast は、取り消し可能、照会不可能、および編集不可能です。
現在の再生範囲をプレイブラストします。サウンドはオプションです。 プレイブラスト コマンドは、プレイブラストが発生しているかどうかをユーザがモニタできるように、「playblasting」という条件を登録します。この条件は、API (MConditionMessage)またはスクリプト(scriptJob と条件コマンド)を使用してモニタできます。string | 作成される moviefile の名前。 |
ロング ネーム(ショート ネーム) | 引数タイプ | プロパティ | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
-activeEditor(-ae)
|
|
![]() |
||||||||||||||||||
|
||||||||||||||||||||
-cameraSetup(-cs)
|
string string
|
![]() ![]() |
||||||||||||||||||
|
||||||||||||||||||||
-clearCache(-cc)
|
boolean
|
![]() |
||||||||||||||||||
|
||||||||||||||||||||
-codecOptions(-co)
|
|
![]() |
||||||||||||||||||
|
||||||||||||||||||||
-combineSound(-csd)
|
|
![]() |
||||||||||||||||||
|
||||||||||||||||||||
-completeFilename(-cf)
|
string
|
![]() |
||||||||||||||||||
|
||||||||||||||||||||
-compression(-c)
|
string
|
![]() |
||||||||||||||||||
|
||||||||||||||||||||
-editorPanelName(-epn)
|
string
|
![]() |
||||||||||||||||||
|
||||||||||||||||||||
-endTime(-et)
|
time
|
![]() |
||||||||||||||||||
|
||||||||||||||||||||
-exposure(-exp)
|
float
|
![]() |
||||||||||||||||||
|
||||||||||||||||||||
-filename(-f)
|
string
|
![]() |
||||||||||||||||||
|
||||||||||||||||||||
-forceOverwrite(-fo)
|
|
![]() |
||||||||||||||||||
|
||||||||||||||||||||
-format(-fmt)
|
string
|
![]() |
||||||||||||||||||
|
||||||||||||||||||||
-frame(-fr)
|
time
|
![]() ![]() |
||||||||||||||||||
|
||||||||||||||||||||
-framePadding(-fp)
|
int
|
![]() |
||||||||||||||||||
|
||||||||||||||||||||
-gamma(-g)
|
float
|
![]() |
||||||||||||||||||
|
||||||||||||||||||||
-height(-h)
|
int
|
![]() |
||||||||||||||||||
|
||||||||||||||||||||
-indexFromZero(-ifz)
|
|
![]() |
||||||||||||||||||
|
||||||||||||||||||||
-offScreen(-os)
|
|
![]() |
||||||||||||||||||
|
||||||||||||||||||||
-offScreenViewportUpdate(-osv)
|
|
![]() |
||||||||||||||||||
|
||||||||||||||||||||
-options(-o)
|
|
![]() |
||||||||||||||||||
|
||||||||||||||||||||
-partialSave(-ps) 2026
|
boolean
|
![]() |
||||||||||||||||||
|
||||||||||||||||||||
-percent(-p)
|
int
|
![]() |
||||||||||||||||||
|
||||||||||||||||||||
-quality(-qlt)
|
int
|
![]() |
||||||||||||||||||
|
||||||||||||||||||||
-rawFrameNumbers(-rfn)
|
|
![]() |
||||||||||||||||||
|
||||||||||||||||||||
-replaceAudioOnly(-rao)
|
|
![]() |
||||||||||||||||||
|
||||||||||||||||||||
-replaceEndTime(-ret)
|
time
|
![]() |
||||||||||||||||||
|
||||||||||||||||||||
-replaceFilename(-rf)
|
string
|
![]() |
||||||||||||||||||
|
||||||||||||||||||||
-replaceStartTime(-rst)
|
time
|
![]() |
||||||||||||||||||
|
||||||||||||||||||||
-sequenceTime(-sqt)
|
boolean
|
![]() |
||||||||||||||||||
|
||||||||||||||||||||
-showOrnaments(-orn)
|
boolean
|
![]() |
||||||||||||||||||
|
||||||||||||||||||||
-sound(-s)
|
string
|
![]() |
||||||||||||||||||
|
||||||||||||||||||||
-startTime(-st)
|
time
|
![]() |
||||||||||||||||||
|
||||||||||||||||||||
-throwOnError(-toe)
|
|
![]() |
||||||||||||||||||
|
||||||||||||||||||||
-useTraxSounds(-uts)
|
|
![]() |
||||||||||||||||||
|
||||||||||||||||||||
-viewer(-v)
|
boolean
|
![]() |
||||||||||||||||||
|
||||||||||||||||||||
-width(-w)
|
int
|
![]() |
||||||||||||||||||
|
||||||||||||||||||||
-widthHeight(-wh)
|
int int
|
![]() |
||||||||||||||||||
|
![]() |
![]() |
![]() |
![]() |
// Run movieplayer on the currently playblasted range // (including sound) and save the movie to a file. // playblast -s ohNo -f myMovie.mv; // Run movieplayer on the currently playblasted range // (at 60% of the size of the current view), and // save the movie to file "myMovie.mv" and don't // launch any viewing program. // playblast -p 60 -s ohNo -f myMovie.mv -v false; // Output frames 2, 3, 8 as images and launch the viewer; // playblast -frame 8 -frame 3 -frame 2 -format image -viewer 1; // Output an image sequence in 'gif' format // playblast -format "image" -compression "gif"; // Output depth with image in 'iff' format // playblast -format image -compression "maya" -saveDepth;