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

From SoftMC-Wiki
Jump to: navigation, search
Line 12: Line 12:
 
|DESCRIPTION=
 
|DESCRIPTION=
  
The [[Axystems:MC-Basic:group.BLENDINGFACTOR|'''BF''']] of the previous motion meant to be applied between the previous motion and the current one. The meaning of the range between 0 and 100 is the same as with [[Axystems:MC-Basic:group.BLENDINGFACTOR|'''BF''']] If no such overwriting is desired BFPrev must be set to -1. For more description see also: [[Blending| Blending Behavior]]
+
The [[MC-Basic:group.BLENDINGFACTOR|'''BF''']] of the previous motion meant to be applied between the previous motion and the current one. The meaning of the range between 0 and 100 is the same as with [[MC-Basic:group.BLENDINGFACTOR|'''BF''']] If no such overwriting is desired BFPrev must be set to -1. For more description see also: [[Blending| Blending Behavior]]
  
 
|TYPE=
 
|TYPE=
Line 40: Line 40:
  
 
|SEE ALSO=
 
|SEE ALSO=
* [[Axystems:MC-Basic:group.BLENDINGFACTOR|group.BLENDINGFACTOR]]
+
* [[MC-Basic:group.BLENDINGFACTOR|group.BLENDINGFACTOR]]
 
* [[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]]

Revision as of 08:50, 22 May 2014

The BF of the previous motion meant to be applied between the previous motion and the current one. The meaning of the range between 0 and 100 is the same as with BF If no such overwriting is desired BFPrev must be set to -1. 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