• Joined on 2020-10-13
martin pushed to main at martin/DashBoomColorClash 2024-01-27 01:43:45 +01:00
2295db0e42 Cleanup
martin pushed to main at martin/DashBoomColorClash 2024-01-27 01:17:19 +01:00
52e3db3041 Using viewport texture instead of manual rect blending
4501b19bc4 Basing world coloring works.
Compare 2 commits »
martin created branch main in martin/DashBoomColorClash 2024-01-26 22:29:51 +01:00
martin pushed to main at martin/DashBoomColorClash 2024-01-26 22:29:51 +01:00
00d3088e21 Initial commit
martin created repository martin/DashBoomColorClash 2024-01-26 21:12:41 +01:00
martin pushed to main at martin/AnimTestbed 2023-05-13 09:30:27 +02:00
4f0331f941 Fixed sgl initialization on my laptop.
martin pushed to main at martin/AnimTestbed 2023-04-21 13:16:10 +02:00
586f3d0c65 Fixed sgl initialization on my laptop.
martin pushed to main at martin/AnimTestbed 2023-04-21 12:44:19 +02:00
8c68737f62 Fixed referenced filenames in AnimGraphResourceTests.
martin pushed to main at martin/AnimTestbed 2023-04-21 11:55:42 +02:00
8dfc8dd05c Started thedmd/imgui-node-editor integration
martin pushed to main at martin/AnimTestbed 2023-04-21 10:04:59 +02:00
2dbf8373a8 imnodes: fixed compatibility with dear imgui 1.89.5
c809fe0c8c Fixed various clang-tidy messages.
c659909020 Fixed loading of graphs in the GraphEditor.
Compare 3 commits »
martin pushed to main at martin/AnimTestbed 2023-04-15 21:52:07 +02:00
9a1a82f681 Fixed loading of graphs in the GraphEditor.
martin opened issue martin/AnimTestbed#8 2023-04-15 15:35:12 +02:00
Synchronized blending in BlendTrees
martin opened issue martin/AnimTestbed#7 2023-04-15 15:34:36 +02:00
Embedded BlendTrees
martin pushed to main at martin/AnimTestbed 2023-04-15 00:24:41 +02:00
3f609310e2 Properly enabled docking for the application.
26d070c4d3 Using latest imgui docking branch.
72bcf8a21b Updated ozz-animation to version 0.14.1.
eb70c06c57 Updated sokol to latest git commit 1d48f3a.
2e631b4fc3 Updated imgui to 1.89.5
Compare 5 commits »
martin pushed to main at martin/AnimTestbed 2023-04-14 17:22:04 +02:00
509f9616ad Scene now rendered to separate widget.
martin pushed to main at martin/AnimTestbed 2023-04-14 08:52:55 +02:00
e8ef7924d2 Fixed Blend2Node::UpdateFlags().
0a45497de9 Added LockTranslationNode.
7c8b44247b Fixed SpeedScale node not properly propagating time.
abf44a875a Added support for const node inputs.
42303d5f47 Store the input values of nodes if they are non-zero.
Compare 55 commits »
martin pushed to AnimGraphEditor at martin/AnimTestbed 2023-04-03 19:31:14 +02:00
e8ef7924d2 Fixed Blend2Node::UpdateFlags().
martin pushed to AnimGraphEditor at martin/AnimTestbed 2023-04-02 21:40:53 +02:00
0a45497de9 Added LockTranslationNode.
martin pushed to AnimGraphEditor at martin/AnimTestbed 2023-04-02 21:24:21 +02:00
7c8b44247b Fixed SpeedScale node not properly propagating time.
martin closed issue martin/AnimTestbed#4 2023-04-02 16:27:16 +02:00
Allow values set for simple node inputs directly on the node