ApplyHairDynamicsOp

Introduced

v2.0

Description

Adds the hair simulator.

Scripting Syntax

oReturn = ApplyHairDynamicsOp( in_Objs );

Return Value

Returns the full path of the hair operator.

Parameters

Parameter Type Description
in_Objs Selection list Specifies the objects to be modified

Examples

VBScript Example

'Create a grid and generate hairs from it.

CreatePrim "Grid", "MeshSurface"

ApplyHairOp

'Then Add the simulation operator to it.

ApplyHairDynamicsOp