Sets the camera of the viewport to the defined "home" position.
"viewport_var" is a variable referencing a Viewport object.
|
"viewport_var" is a variable referencing a Viewport object.
|
Type | Description |
boolean | Returns true if setting the view orientation was successful. |
Name | Type | Description |
transition | boolean | If this is true it will do a smooth transition from the current camera position to the home position. If false, the view will jump to the home position with no intermediate steps. This is an optional argument whose default value is True. |