Difference between revisions of "AXY:MC-Basic:axis.BLENDINGFACTORPREVIOUS"

From SoftMC-Wiki
Jump to: navigation, search
Line 43: Line 43:
 
* [[MC-Basic:axis.BLENDINGFACTOR|axis.BLENDINGFACTOR]]
 
* [[MC-Basic:axis.BLENDINGFACTOR|axis.BLENDINGFACTOR]]
 
* [[MC-Basic:axis.BLENDINGMETHOD|axis.BLENDINGMETHOD]]
 
* [[MC-Basic:axis.BLENDINGMETHOD|axis.BLENDINGMETHOD]]
* [[Axystems:MC-Basic:axis.CP|axis.CP]]
+
* [[MC-Basic:axis.CP|axis.CP]]
  
  
 
}}
 
}}

Revision as of 08:44, 22 May 2014

Percentage of the movement length that will be not blended with the next movement.

  • 0% – blending of second movement started from the beginning of the first one.
  • 100% – blending of second movement started from the end of the first one (no blending).

Short form

BFPrev

Syntax

?<axis>.BlendingFactorPrevious

<axis>. BlendingFactorPrevious = <value>

Type

Double

Range

-1 to 100

Units

Percents of the segments length

Default

-1 (not active)

Scope

Task or Terminal

Limitations

Mixed profiler types are not valid, Modal/Nodal

Examples

Ax1.BlendingFactorPrevious= 10

?Ax1.BlendingFactorPrevious

See Also