Go to: Synopsis. Return value. MEL examples.

Synopsis

HfAddAttractorToAS(string $attractorSetName)

Used to add existing attractors to a set.

Return value

None

Arguments

Variable Name Variable Type Description
None.

MEL examples

 // Step 1. Select the attractor. (Window > Outliner and click the attractor name)
 // Step 2. HfAddAttractorToAS $attractorSetName;
 //         where $attractorSetName is the name of the attractor set you want to add the selected attractors to.