viewcopy
command
Copies settings from one viewport or view-memory to another.
Replaced by: hou.GeometryViewportSettings
Usages
-
viewcopy source destination [destination2 ...]
For example, you can set up memory buttons based on the current state of a viewport, copy the state stored in the memory buttons back to a viewport, or copy settings between different viewports.
Note
If destination is a view-memory that does not exist, it will be created.
See how to refer to viewers and viewports .
Examples
viewcopy Build.pane1.world.persp1 Build.pane1.world:1
Copies the perspective view to memory location 1 of pane1 of the Build desk.
viewcopy Build.pane1.world:1 Build.pane1.world.persp1 Build.pane1.world:some_name
Copies memory location 1 to the perspective view and also to a named memory location in the perspective view of the Build desktop’s viewer in pane1.