Difference between revisions of "MC-Basic:element.BLENDINGFACTOR"

From SoftMC-Wiki
Jump to: navigation, search
 
Line 1: Line 1:
{{Languages|MC-Basic:element.BLENDINGFACTOR}}
+
{{Languages|MC-Basic:element.BLENDINGFACTOR}}  
 
{{MC-Basic
 
{{MC-Basic
 
|SHORT FORM=
 
|SHORT FORM=
Line 53: Line 53:
 
|SEE ALSO=
 
|SEE ALSO=
 
* [[MC-Basic:element.BLENDINGMETHOD|element.BLENDINGMETHOD]]
 
* [[MC-Basic:element.BLENDINGMETHOD|element.BLENDINGMETHOD]]
 +
* [[MC-Basic:element.BLENDINGPERCENTAGE|element.BLENDINGPERCENTAGE]]
 
* [[MC-Basic:element.CP|element.CP]]
 
* [[MC-Basic:element.CP|element.CP]]
  
  
 
}}
 
}}

Latest revision as of 08:35, 25 May 2023

Language: English  • 中文(简体)‎

Percentage of the movement’s length that will be not blended with the next movement. Works with BLENDINGMETHOD = 2 only (SP Blending)!

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

?<element>.BlendingFactor

<element>. BlendingFactor  = <value>

Availability

Since Version 3.6.20

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

Examples

Axis
A1.BlendingFactor = 10
?A1.BlendingFactor

Group
G1.BlendingFactor = 10
?G1.BlendingFactor

See Also