ジャンプ先: 概要. 戻り値. キーワード. フラグ. MEL 例.
timeCode [-mayaStartFrame float] [-productionStartFrame float] [-productionStartHour float] [-productionStartMinute float] [-productionStartSecond float]
timeCode は、取り消し可能、照会可能、および編集可能です。
このコマンドを使用して、ファイルのタイム コード情報を照会および設定します。
照会モードでは、戻り値のタイプは照会されたフラグに基づきます。
timecode, time
mayaStartFrame, productionStartFrame, productionStartHour, productionStartMinute, productionStartSecond
フラグはコマンドの作成モードで表示できます
|
フラグはコマンドの編集モードで表示できます
|
フラグはコマンドの照会モードで表示できます
|
コマンド内でフラグを複数回使用できます。
|
//set the production start time to 1 hour, 33 min, 52 seconds, and 23 frames
timeCode -psh 1 -psm 33 -pss 52 -psf 23;
// query the production start time
timeCode -q -psh;
// result: 1
timeCode -q -psm;
// result: 33