BipFixer Core Interface

Interfaces > Core Interfaces > BipFixer

 

   

Character Studio - Quick Navigation

   

Core Interfaces - Quick Navigation

   

Interface:BipFixer 

   

Methods:

<void>BipFixer.DoAngSmoothing <&node array>nodeTab <integer>width <float>damping   

nodeTab is In and Out parameter 

Fix the specified nodes with the Rot Smoothing Fixer using the supplied width and damping values.

   

<void>BipFixer.DoAngBlurring <&node array>nodeTab <integer>width <float>damping 

nodeTab is In and Out parameter 

Fix the specified nodes with the Rot Blurring Fixer using the supplied width and damping values.

   

<void>BipFixer.DoAdvAngSmoothing <&node array>nodeTab <integer>width <float>damping 

nodeTab is In and Out parameter 

Fix the specified nodes with the Adv Rot Smoothing Fixer using the supplied width and damping values.

   

<void>BipFixer.DoPosSmoothing <&node array>nodeTab <integer>width <float>damping 

nodeTab is In and Out parameter 

Fix the specified nodes with the Pos Smoothing Fixer using the supplied width and damping values.

   

<void>BipFixer.DoPosBlurring <&node array>nodeTab <integer>width <float>damping 

nodeTab is In and Out parameter 

Fix the specified nodes with the Pos Blurring Fixer using the supplied width and damping values.

   

<void>BipFixer.DoRemoveKeys <&node array>nodeTab <integer>intervalWidth <boolean>deleteKeys 

nodeTab is In and Out parameter 

Fix the specified nodes with the Remove Keys Fixer using the supplied interval width. When deleteKeys is supplied as true , keys will be deleted.

   

<void>BipFixer.DoKneeWobbleFix <&node array>nodeTab <float>frameThreshold <float>fluctuationThreshold  

nodeTab is In and Out parameter 

Fix the specified nodes with the Knee Wobble Fixer using the supplied frame and fluctuation thresholds.

   

<void>BipFixer.DoKneeExtensionFix <&node array>nodeTab <float>kneeAngle 

nodeTab is In and Out parameter 

Fix the specified nodes with the Knee Extension Fixer using the supplied knee angle.

See Also