UnhideAll

Introduced

1.0

Description

Unhides hidden objects.

Scripting Syntax

UnhideAll( [PropertyName] )

Parameters

Parameter

Type

Description

PropertyName

String

Visibility parameters to set.

Default Value: visibility

Possible Values:

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"


Autodesk Softimage v7.5