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

From SoftMC-Wiki
Jump to: navigation, search
(Created page with "{{MC-Basic |SHORT FORM= BFPrev |SYNTAX= ?<Axis>.BlendingFactorPrevious<br> <Axis>. BlendingFactorPrevious = ''<value>'' |AVAILABILITY= |DESCRIPTION= Percentage of the movemen…")
 
m (Text replace - "''<value>''" to "<''value''>")
Line 6: Line 6:
 
?<Axis>.BlendingFactorPrevious<br>
 
?<Axis>.BlendingFactorPrevious<br>
  
<Axis>. BlendingFactorPrevious = ''<value>''
+
<Axis>. BlendingFactorPrevious = <''value''>
  
 
|AVAILABILITY=
 
|AVAILABILITY=

Revision as of 08:33, 17 March 2014

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

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