Streamline/clarify usage of AnimGraphBlendTree::m_*_buffer/storage #14
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: martin/AnimTestbed#14
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Ideally:
For input and output buffers the corresponding socket ptr_ptrs point to null while they are not connected. When they are connected, they point to actual memory locations.
This could also help to identify which output sockets have to be activated during the first blend tree evaluation sweep.