File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
content/en-us/reference/engine/classes Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -617,8 +617,11 @@ methods:
617617 of the initial weight of the animation.
618618
619619 It is not recommended to use a fadeTime of 0 seconds to try to override
620- this effect and end the animation immediately as presently, this causes
621- the `Class.AnimationTrack` poses to freeze.
620+ this effect and end the animation immediately for `Class.Motor6D|Motor6Ds`
621+ that have their `Class.Motor.MaxVelocity` set to zero, as this causes
622+ the joints to freeze in place. If it must end immediately, ensure the
623+ `Class.Motor.MaxVelocity` of `Class.Motor6D|Motor6Ds` in your rig are
624+ high enough for them to snap properly.
622625 code_samples :
623626 - AnimationTrack-Stop
624627 parameters :
You can’t perform that action at this time.
0 commit comments