Go to: Synopsis. Return value. MEL examples.

Synopsis

HfConnectASToHF(string $attractorSetName)

Preview the effect an attractor set has on fur before you render by enabling fur feedback for the attractor set.

Return value

None

Arguments

Variable Name Variable Type Description
None.

MEL examples

        sphere -ch on -o on -po 0 -ax 0 1 0 -r 4.604774 -nsp 4 ;
        applyFurPreset Bear;
        select -r nurbsSphere1 ;
        HfCreateAttractor;
        //Select "One attractor at the origin", "IK chain", "To selection", then click "Create"
        HfAssignAS("FurAttractors1");
        HfConnectASToHF("FurAttractors1");