UnhideAll
 
 
 

UnhideAll

Introduced

v1.0

Description

Unhides hidden objects.

Scripting Syntax

UnhideAll( [PropertyName] );

Parameters

Parameter Type Description
PropertyName String Visibility parameters to set.

Default Value: visibility

Possible Values:

Description:

visibility View and Render visibility
viewvis View visibility
rendvis Render visibility
selectability Selectability
ghosting Animation ghosting

Examples

VBScript Example

' Unhide all objects in both the viewports and in the rendering
UnhideAll
'Unhide all objects in the viewports
UnhideAll "viewvis"