18 lines
430 B
Markdown
18 lines
430 B
Markdown
|
|
# Synced Animation Graphs for Godot
|
||
|
|
|
||
|
|
|
||
|
|
## Questions
|
||
|
|
|
||
|
|
1. Given an animation "Walk" with a call-method track and given that it is used as an input to a Blend2 node: will the
|
||
|
|
method be called twice?
|
||
|
|
1. a)
|
||
|
|
|
||
|
|
## Open Issues
|
||
|
|
|
||
|
|
1. Dynamic Track Caches
|
||
|
|
|
||
|
|
When AnimationMixer performs blends it c
|
||
|
|
|
||
|
|
AnimationMixer still has all sampled Animations and therefore their Tracks individually. However for the SAG
|
||
|
|
evaluation all operations are
|