RemoveUserNormals
 
 
 

RemoveUserNormals

Introduced

v8.0 (2010)

Description

Removes the user normals associated with the input components.

Scripting Syntax

RemoveUserNormals( [InputObjs], [BleedSelection] );

Parameters

Parameter Type Description
InputObjs String List of components.

Default Value: Currently selected components

BleedSelection Boolean True to extend edge/polygon selections to include neighboring vertices.

Default Value: If not specified, the Tweak User Normal tool setting will be used

Examples

VBScript Example

' Create a sphere, set polygon user normals and then remove the user normals
CreatePrim "Sphere", "MeshSurface"
CreateUserNormals , False
RemoveUserNormals , False

See Also

CreateUserNormals ResetUserNormals AverageUserNormals SetVertexUserNormals SetPolygonUserNormals InvertUserNormals NormalizeUserNormals CopyUserNormals PasteUserNormals SetUserNormalValues