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

From SoftMC-Wiki
Jump to: navigation, search
Line 46: Line 46:
 
* [[Axystems:MC-Basic:group.BLENDINGMETHOD|group.BLENDINGMETHOD]]
 
* [[Axystems:MC-Basic:group.BLENDINGMETHOD|group.BLENDINGMETHOD]]
 
* [[Axystems:MC-Basic:group.CP|group.CP]]
 
* [[Axystems:MC-Basic:group.CP|group.CP]]
* [[Axystems:MC-Basic:group.CPPREVIOUS|group.CPPrev]]
+
* [[Axystems:MC-Basic:group.CPPREV|group.CPPrev]]
  
  
 
}}
 
}}

Revision as of 08:45, 13 April 2011

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) .

For more description see also: Blending Behavior

Short form

BFPrev

Syntax

?<group>.BlendingFactorPrevious

<group>. 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

G1.BlendingFactorPrevious= 10

?G1.BlendingFactorPrevious

See Also