Lukas Tönne LukasTonne
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-08-12 09:36:11 +02:00
7628aebb76 Merge branch 'main' into geometry-nodes-rb-component
cb9ca2f7a7 Fix: USD: Write vertex crease data correctly and add tests
56779c7bb0 Fix: USD: Ensure mesh velocity data is written sparsely and add tests
b2f65b9bcb USD: Add additional attribute and sub-d test files
2dcf3467ce USD: Add tests for additional light setups
Compare 7 commits »
Lukas Tönne pushed to main at LukasTonne/.profile 2024-08-12 09:29:14 +02:00
6dd6339567 update
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-08-12 08:48:20 +02:00
d51a5eb090 Regression tests for cache updates (currently fails).
108cb62e5d Rename cache flags, these are used to mean "valid".
Compare 2 commits »
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-08-11 20:33:28 +02:00
8a811595b5 Avoid assert when converting unnormalized transform to quaternion.
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-08-11 18:16:59 +02:00
db57a4b243 Remove outdated node menu entry.
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-08-11 16:53:04 +02:00
954a18a82b Refactoring of physics world data and improved CoW support.
Lukas Tönne pushed to tmp-rb-only-cache-read at LukasTonne/blender 2024-08-11 16:38:15 +02:00
168c47e37a Merge branch 'geometry-nodes-rb-component' into tmp-rb-only-cache-read
6e57b88b1e Merge branch 'main' into geometry-nodes-rb-component
30038f1710 UI: Allow BLF_svg_icon_bitmap to Optionally Get Multicolor Bitmap
c3377a3498 UI: Improved Gray scale Values for Rendered SVG Bitmaps
1c98cdbc52 Refactor: UI_list: Move PointerRNA containers to C++ code.
Compare 35 commits »
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-08-11 16:37:35 +02:00
6e57b88b1e Merge branch 'main' into geometry-nodes-rb-component
30038f1710 UI: Allow BLF_svg_icon_bitmap to Optionally Get Multicolor Bitmap
c3377a3498 UI: Improved Gray scale Values for Rendered SVG Bitmaps
1c98cdbc52 Refactor: UI_list: Move PointerRNA containers to C++ code.
7d52265771 Fix several issues with i18n tools on non-linux platforms.
Compare 114 commits »
Lukas Tönne pushed to tmp-rb-only-cache-read at LukasTonne/blender 2024-08-11 16:35:59 +02:00
6c22ce2013 Cleanup: remove unused code.
Lukas Tönne pushed to tmp-rb-only-cache-read at LukasTonne/blender 2024-08-11 15:03:43 +02:00
ac4dce0fad Lock-free shape update variant (internal) to prevent deadlock.
Lukas Tönne pushed to tmp-rb-only-cache-read at LukasTonne/blender 2024-08-11 12:50:48 +02:00
9257ac2b2a Cleanup: remove unused arguments.
Lukas Tönne pushed to tmp-rb-only-cache-read at LukasTonne/blender 2024-08-11 12:35:51 +02:00
3101b4c466 Test and fix issues when making physics geometry mutable.
Lukas Tönne pushed to tmp-rb-only-cache-read at LukasTonne/blender 2024-08-11 10:57:56 +02:00
bbcf294421 Fix test data memory leak.
Lukas Tönne pushed to tmp-rb-only-cache-read at LukasTonne/blender 2024-08-11 10:52:33 +02:00
a03a204f4f Regression test and fix for lost shape indices due to cache update rewriting them.
Lukas Tönne pushed to tmp-rb-only-cache-read at LukasTonne/blender 2024-08-11 00:41:34 +02:00
c26f32a69b Fixed more issues with shapes.
Lukas Tönne pushed to tmp-rb-only-cache-read at LukasTonne/blender 2024-08-11 00:00:53 +02:00
f20c8d48a7 Lots of fixes and more tests.
Lukas Tönne pushed to tmp-rb-only-cache-read at LukasTonne/blender 2024-08-10 14:44:25 +02:00
703b7af2f5 Test for body shapes after joining geometry (moves physics data!)
Lukas Tönne pushed to tmp-rb-only-cache-read at LukasTonne/blender 2024-08-10 14:35:21 +02:00
fb3e2f836f Fix invalid body state after changing collision shapes.
945e2801cd Expanded the realize instances test to include collision shapes.
Compare 2 commits »
Lukas Tönne pushed to tmp-rb-only-cache-read at LukasTonne/blender 2024-08-09 18:00:20 +02:00
af3b78cf2e Ensure bodies are in the world before doing a time step.
Lukas Tönne pushed to tmp-rb-only-cache-read at LukasTonne/blender 2024-08-09 17:32:56 +02:00
4f71b0b3b3 Make sure all physics bodies are in the world.