Go to: Synopsis. Return value. MEL examples.

Synopsis

HfRemoveAttractorFromAS(string $attractorSetName)

Used to remove attractors from 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. Execute "HfRemoveAttractorFromAS $attractorSetName;
 // where $attractorSetName is the name of the attractor set you want to remove the selected attractors from.