v3.0
viewing
Repeats the last camera change in a viewport.
Note: Redo is only available after an Undo operation.
CameraRedo( [View] ); |
Parameter | Type | Description | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
View | Integer | View to redo
Default Value: -1 (current viewport)
|
' 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 |