AXY:MC-Basic:axis.BLENDINGFACTOR

From SoftMC-Wiki
Revision as of 16:01, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= |SYNTAX= ?<Axis>.BlendingFactor<br> <Axis>. BlendingFactor  = ''<value>'' |AVAILABILITY= Versions AMCS 0.3.6.20 and higher |DESCRIPTION= Percentage…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Percentage of the movement’s 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) .

Syntax

?<Axis>.BlendingFactor

<Axis>. BlendingFactor  = <value>

Availability

Versions AMCS 0.3.6.20 and higher

Type

Double

Range

0 to 100

Units

Percents of the segments length

Default

100 (no blending)

Scope

Task or Terminal

Limitations

Mixed profiler types are not valid , Modal/Nodal

Example             Ax1. BlendingFactor= 10

?Ax1. BlendingFactor

See Also