• Joined on 2020-10-13
46 contributions in the last 12 months
MayJunJulAugSepOctNovDecJanFebMarAprMonWedFri
Less
More
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.
martin created branch RefactorInstanceConnections in martin/AnimTestbed 2024-04-01 21:18:31 +02:00
martin pushed to RefactorInstanceConnections at martin/AnimTestbed 2024-04-01 21:18:31 +02:00
5d54b57a95 Trying to only store a single socket in AnimGraphConnection. Not sure yet where this leads.
28eca48a61 Added a test that checks socket propagation into an embedded BlendTree.
76ea38f118 Added support of time updates for simple embedded graphs.