martin closed issue martin/AnimTestbed#3
Switch to better imgui node graph systemmartin commented on issue martin/AnimTestbed#3
Switch to better imgui node graph systemImplemented as of 44087d7a7. Nevertheless the editor still needs heaps of work. Also pretty it is not.
martin closed issue martin/AnimTestbed#6
AnimGraph.m_connection_data_storage size based on input sockets not number of connections.martin commented on issue martin/AnimTestbed#6
AnimGraph.m_connection_data_storage size based on input sockets not number of connections.Fixed as of cd56efca3d53. Could still be improved / streamlined to make it easier to understand what actually ends up in `AnimGraphBlendTree::m_input_buffer, AnimGraphBlendTree::m_output_buffer,…
martin opened issue martin/AnimTestbed#14
Streamline/clarify usage of AnimGraphBlendTree::m_*_buffer/storagemartin commented on issue martin/AnimTestbed#7
Embedded BlendTreesFixed as of cd56efca.
martin pushed to main at martin/AnimTestbed
- 99d5a5eb0f Minor refactor.
- 698abbce4b BlendTree input and output sockets can now be registered via the AnimGraphResource.
- b9789bd1e1 Minor refactor.
- 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.
- Compare 31 commits »
martin opened issue martin/AnimTestbed#13
Import animation data from .gltf files in editor.martin opened issue martin/AnimTestbed#12
Import skeleton from .gltf files in editormartin opened issue martin/AnimTestbed#11
Define data type colors and connection stylemartin pushed to RefactorUnifiedBlendTreeStateMachineHandling at martin/AnimTestbed
- 99d5a5eb0f Minor refactor.
martin pushed to main at martin/GodotComponentTest
- 3e251d2843 Intermediate commit
- a74145fc57 Moved Action UI
- Compare 2 commits »
martin pushed to RefactorUnifiedBlendTreeStateMachineHandling at martin/AnimTestbed
- 698abbce4b BlendTree input and output sockets can now be registered via the AnimGraphResource.
martin pushed to RefactorUnifiedBlendTreeStateMachineHandling at martin/AnimTestbed
- b9789bd1e1 Minor refactor.
martin pushed to RefactorUnifiedBlendTreeStateMachineHandling at martin/AnimTestbed
- fd032c273b Links can now be removed by hovering link and pressing the Delete key.
martin pushed to RefactorUnifiedBlendTreeStateMachineHandling at martin/AnimTestbed
- da431a3879 Fixed setting location of new nodes and minor connection rejection refactor.
martin pushed to RefactorUnifiedBlendTreeStateMachineHandling at martin/AnimTestbed
- 84fc49af30 Properly store and restore node positions in editor.