NewScene
 
 
 

NewScene

Introduced

v1.0

Description

Creates a new empty scene.

Scripting Syntax

NewScene( [ProjectPathName], [Confirm] );

Parameters

Parameter Type Description
ProjectPathName String Path of the project

Default Value: Current project

Confirm Boolean True to prompt user to save the scene if the scene contains unsaved changes

Default Value: True

Examples

VBScript Example

NewScene , False

See Also

OpenScene SaveScene