dynCache
dynCache は 「元に戻す」が可能、「照会」が不可能、「編集」が不可能 です。
カレント タイムで、すべてのパーティクル シェイプのカレント状態がキャッシュされます。なし
// 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;