Lukas Tönne LukasTonne
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-08-18 20:59:43 +02:00
7c294e66e0 Default values for attributes.
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-08-18 19:46:13 +02:00
51a72fe1c1 Fix invalid VArrays: the read cache is only invalidated with world data.
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-08-18 12:46:54 +02:00
400dea333d Fix constraint attribute propagation when changing types or bodies.
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-08-18 11:40:46 +02:00
b50cdc9dff Use references instead of pointers for constraints.
699e158c8a Removed the "None" constraint type.
Compare 2 commits »
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-08-18 09:59:17 +02:00
4426756571 Fix merge error.
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.