Difference between revisions of "Blend Protected"

From SoftMC-Wiki
Jump to: navigation, search
Line 5: Line 5:
 
Defines the smallest amount at the motion end that is '''not''' blended, which means that according to the blending conditions the un-blended part of the move can be longer but not shorter then the given percentage given in BlendProtected.  
 
Defines the smallest amount at the motion end that is '''not''' blended, which means that according to the blending conditions the un-blended part of the move can be longer but not shorter then the given percentage given in BlendProtected.  
  
{{Note|Has a higher priority than the BlendingFactor.}}
 
  
{{Note|If two motions of the same length that are blended together have <nowiki>Bfactor = 50</nowiki> and and '''the second''' motion has <nowiki>Bprotected = 60</nowiki> the superposition of the two motions will start at 40% of the path of the first move. ''The last 60% of the first motion and the first 40% of the second motion will be super-posed, this means the last 60% of the second motion will be done separately.''}}
+
 
 +
{{Note|'''Has a higher priority than the BlendingFactor.'''<br>If two motions of the same length that are blended together have <nowiki>Bfactor = 50</nowiki> and '''the second''' motion has <nowiki>Bprotected = 60</nowiki> the superposition of the two motions will start at 60% of the path of the first move. ''The last 40% of the first motion and the first 40% of the second motion will be super-posed, this means the last 60% of the second motion will be done separately.''}}
  
 
{{Note|Setting any value > 0 means that the next movement won't be blend although the BlendingFactor is defined. Because the next movement will not have anything to be blended to.}}
 
{{Note|Setting any value > 0 means that the next movement won't be blend although the BlendingFactor is defined. Because the next movement will not have anything to be blended to.}}

Revision as of 06:43, 19 June 2011

Sets the protected part of the move that is guaranteed not going to be blended.

Percentage of the current motion path (measured from the end) that is going to be executed completely separated from the previous or next motions.

Defines the smallest amount at the motion end that is not blended, which means that according to the blending conditions the un-blended part of the move can be longer but not shorter then the given percentage given in BlendProtected.


NOTE-Info.svgNOTE
Has a higher priority than the BlendingFactor.
If two motions of the same length that are blended together have Bfactor = 50 and the second motion has Bprotected = 60 the superposition of the two motions will start at 60% of the path of the first move. The last 40% of the first motion and the first 40% of the second motion will be super-posed, this means the last 60% of the second motion will be done separately.
NOTE-Info.svgNOTE
Setting any value > 0 means that the next movement won't be blend although the BlendingFactor is defined. Because the next movement will not have anything to be blended to.
NOTE-Info.svgNOTE
Applicable only with BlendingMethod=2 (SP blending) and time-based profile active (prftype=2).
In cases of non-SP blending or Sine-Acceleration profile it's value will be silently ignored (no error reported).
NOTE-Info.svgNOTE
Accuracy of the path length depends on the velocity at the moment of blending. Error in the magnitude of should be expected!