• Joined on 2020-10-13
fd032c273b Links can now be removed by hovering link and pressing the Delete key.
da431a3879 Fixed setting location of new nodes and minor connection rejection refactor.
84fc49af30 Properly store and restore node positions in editor.
7c7a765455 New nodes now spawn at popup start location.
e3baa65c3b Added breadcrumb navigation for embedded graphs.
44087d7a7c Removed legacy editor, started working on editing embedded graphs.
e8af30d10c Added embedded fonts.
Compare 2 commits »
4d1990bea8 Reactivated the sidebar in the new node editor.
5e34aaf3db Extremely basic blend tree editing.
3fb2995b02 Fixed building of editor app, though crashes everywhere.
c267276be3 Fixed connection validation when one of the nodes is an embedded blend tree.
53c0bff7a6 Minor cleanup.
91e226945c Added basic connection validation and connection removal to BlendTreeResources.
d95bc9fb9c Made BlendTreeResource::m_nodes and ::m_connections private.
2d5337ed1d Reduced connection data block size.
9f9ac60f9c Cleaned up some compilation issues for the AnimGraphEditor.
1741238a61 Fixed variable shadowing.
Compare 2 commits »
8694a11416 Removed even more unused files.
3444f8a625 Removed dead code and unused files.
martin deleted branch RefactorInstanceConnections from martin/AnimTestbed 2024-04-04 19:37:50 +02:00
cd56efca3d Only storing single socket in AnimGraphConnections and simplified wiring logic.
martin pushed to RefactorInstanceConnections at martin/AnimTestbed 2024-04-02 18:22:35 +02:00
4b8bee5a9b Some progress with single socket storage.