| Commit message (Collapse) | Author | Age |
| | |
|
| | |
|
| |
|
|
|
|
|
|
| |
Switch from static branching approach using per-op data and fixed
execution order to dynamic branching approach using dynamic data.
This confers the main benefit of letting us dynamically reorder ops and
duplicate them. It also lets us eliminate some of the plumbing tedium
whenever we want to add new ops.
|
| | |
|
| |
|
|
|
| |
Connect a GameObject and a chain of FoldNodes, then click the keyframe
button. Actual keyframe logic not yet implemented.
|
|
|
The idea is to expose a visual programming environment to speed up &
simplify animating vertex deformation effects.
|