Age | Commit message (Collapse) | Author |
|
|
|
|
|
Fix remaining fade doesn't clear when reset in AnimationNodeTransition
|
|
|
|
|
|
Fix broken first frame of `NodeTransition`/`NodeOneShot` when xfade is 0
|
|
|
|
|
|
|
|
1. `number_width` isn't used later
2. `return_type` is used only once
3. AudioServer::get_singleton()->get_channel_count() always returns a channel_count of 1 or larger
4. negative `aa->backward` conditional
5. `current_canvas` == `find_world_2d()->get_canvas()`
6. identical if `render_shadows`
|
|
Fix AnimationNodeTransition initialization and AnimationNode remapping method
|
|
|
|
|
|
Consistent with NodeTimeSeek parameters OtherNodes
|
|
|
|
|
|
Make restart in NodeStateMachine / NodeTransition optional
|
|
|
|
Consistent with NodeBlendSpace1D option NodeBlendSpace2D
|
|
|
|
Fix error messages for {}Tweener.new()
|
|
Co-authored-by: Skrapion <rick@firefang.com>
|
|
|
|
Allow the Reset option of NodeTransition to be set for each Input
|
|
|
|
|
|
Fix unsafe murmur3 hash use for the default material keys, expose alpha hash transparency mode for default materials and Label3D and Sprite3D.
|
|
|
|
|
|
|
|
Make `AnimatedSprite`'s playback API consistent with `AnimationPlayer`
|
|
|
|
|
|
|
|
|
|
state transitioning from.
|
|
|
|
transparency mode for default materials and Label3D and Sprite3D.
|
|
Fix weird behavior of teleporting to self-state when `reset_on_teleport` is `false` in StateMachine
|
|
Expose `fading_from` from StateMachine
|
|
Fix wrong BezierTrack init value
|
|
|
|
|
|
|
|
|
|
|
|
Allow AnimationStateMachine / AnimationNode to restart when transitioning to the same state
|
|
Add next/reset function to `AnimationStateMachine`
|
|
|
|
|