Go to: Synopsis. Return value. MEL examples.

Synopsis

HfEditAS(string $attractorSetName)

Open the Fur Attractors node in the Attribute Editor

Return value

None

Arguments

Variable Name Variable Type Description
None.

MEL examples

 string $attractorSetName = "myAttractor";
 HfEditAS $attractorSetName;
 // Where $attractorSetName is the name of the Attractor Set you
 // want to edit.