Lukas Tönne LukasTonne
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-08-18 08:19:45 +02:00
8808a22e4f Merge branch 'main' into geometry-nodes-rb-component
7de383ffc6 Fix: Overlay-Next: Volume outline crashing
cc01e8a74e Tools: support reference data in coverage report
2c52852116 Tests: add initial grease pencil geometry nodes test
daeaac0b1c Fix: Tools: correct default open path in coverage report summary
Compare 75 commits »
Lukas Tönne pushed to jolt-physics at LukasTonne/blender 2024-08-18 00:17:57 +02:00
38022cd38e Enable "Hello World" Jolt test.
Lukas Tönne pushed to jolt-physics at LukasTonne/blender 2024-08-18 00:08:23 +02:00
a005742393 Fix compiler issue on MSVC: needs malloc.h include for _alloca.
Lukas Tönne pushed to jolt-physics at LukasTonne/blender 2024-08-17 17:55:43 +02:00
23d44e89f9 Merge branch 'main' into jolt-physics
7de383ffc6 Fix: Overlay-Next: Volume outline crashing
cc01e8a74e Tools: support reference data in coverage report
2c52852116 Tests: add initial grease pencil geometry nodes test
daeaac0b1c Fix: Tools: correct default open path in coverage report summary
Compare 15 commits »
Lukas Tönne pushed to jolt-physics at LukasTonne/blender 2024-08-17 17:54:13 +02:00
5fa4e5ebce Test node for Jolt hello world example.
Lukas Tönne pushed to jolt-physics at LukasTonne/blender 2024-08-17 17:24:07 +02:00
0d17317958 Build file fixes.
Lukas Tönne pushed to jolt-physics at LukasTonne/blender 2024-08-17 13:04:46 +02:00
d7ac9c7c14 Include Jolt 5.1.0 in the extern folder for static linking.
Lukas Tönne pushed to jolt-physics at LukasTonne/blender 2024-08-16 22:20:02 +02:00
7da144d2a2 Merge branch 'main' into jolt-physics
b04c0da6f0 UI: Increase the Editor Edge Move Zone Size
8f386cd308 GPv3: Edit Mode: "Scale Thickness" option
359caa3710 Fix #126408: macOS ARM Cycles performance regression
abb3f2b0eb Build: Upgrade sse2neon
Compare 5 commits »
Lukas Tönne pushed to jolt-physics at LukasTonne/blender 2024-08-16 22:19:05 +02:00
3f299973cc Basic initialization and simple "hello world" function from Jolt.
Lukas Tönne pushed to jolt-physics at LukasTonne/blender 2024-08-16 19:47:26 +02:00
536185e024 Package configuration for Jolt.
Lukas Tönne pushed to jolt-physics at LukasTonne/blender 2024-08-16 18:39:21 +02:00
7210f15d21 Build files for Jolt Physics.
Lukas Tönne pushed to jolt-physics at LukasTonne/blender 2024-08-16 17:55:48 +02:00
4493842fe7 Cleanup: use ImplicitSharingPtr for volume tree sharing info
cebffdc060 Cleanup: simplify using ImplicitSharingPtr for raw ImplicitSharingInfo
eb8fb9e5a4 BLI: improve api for getting memory count
37ca8347a2 BLI: support smart pointer for weak implicit sharing pointer
e40c3e5662 Geometry Nodes: add memory counting for bake state
Compare 10 commits »
Lukas Tönne created branch jolt-physics in LukasTonne/blender 2024-08-16 17:55:48 +02:00
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-08-16 13:04:15 +02:00
7f458e3d73 Test for constraint frame propagation in realize instances.
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-08-16 12:04:39 +02:00
3977012d0e Test and fix for constraints not getting added to the Bullet world.
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-08-16 10:37:36 +02:00
272268972c Call necessary "ensure" functions for constraints where needed.
79cff7ff01 Extended constraint validation to catch missing updates.
Compare 2 commits »
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-08-16 10:10:32 +02:00
3f18994482 Support physics component in Remove Named Attribute node.
8b6c7d0cdf Fix constraint type and body index propagation during realize instances.
7b9cb18da4 Fix build error.
Compare 3 commits »
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-08-16 09:07:04 +02:00
2a12f2da9a Partial test fixes.
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-08-16 00:44:13 +02:00
1ec0687266 Constraint types changed to support generic atttributes.
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-08-15 21:04:53 +02:00
4ff429b233 Extended join_geometry test to catch error with constraint attributes.