v3.0
ビューポートでカメラによる最後の変更を繰り返します。
注: やり直しは、元に戻すの操作後のみに選択できます。
CameraRedo( [View] ); |
パラメータ | タイプ | 説明 | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
View | Integer |
元に戻すビュー デフォルト値: -1 (現在のビューポート)
|
' Create a Sphere primitive CreatePrim "Sphere", "NurbsSurface", "MySphere" ' =============================================== ' Perform a manual View Operation (ex Pan/Zoom/Orbit ' tool) on top View in Viewport "A", before ' calling the next command ' =============================================== ' Undo Last Camera change CameraUndo 0 ' Redo Previous "Undo CameraRedo 0 |