移動先: 概要 戻り値 MEL 例.

概要

dynCache

dynCache は 「元に戻す」が可能、「照会」が不可能「編集」が不可能 です。

カレント タイムで、すべてのパーティクル シェイプのカレント状態がキャッシュされます。

戻り値

なし

MEL 例

// Create an emitter and connect it to a particle shape
emitter -typ omni -pos 1 1 1 -n myEmitter;
particle -n myParticles;
connectDynamic -em myEmitter myParticles;

// Cache all attributes of the particle shape at time 50
playbackOptions -min 0 -max 50 -ast 0 -aet 100;
currentTime 0;
play -w;
dynCache;