Lukas Tönne LukasTonne
Lukas Tönne pushed to physics-jolt-world-data at LukasTonne/blender 2024-08-29 17:18:40 +02:00
695ed62728 Initial implementation of PhysicsWorldData using Jolt.
Lukas Tönne pushed to physics-jolt-world-data at LukasTonne/blender 2024-08-26 17:50:26 +02:00
0ef97bf793 Removed the "Hello World" physics test node.
Lukas Tönne pushed to physics-jolt-world-data at LukasTonne/blender 2024-08-26 17:36:00 +02:00
5cfee9555d Fix build errors (HACK!).
4e54b52424 Remove ineffective definition.
42bdfa5411 Enable cross-platform deterministic physics.
Compare 3 commits »
Lukas Tönne pushed to physics-jolt-world-data at LukasTonne/blender 2024-08-26 15:25:11 +02:00
a6480fc67c Fix node registration.
Lukas Tönne pushed to physics-jolt-world-data at LukasTonne/blender 2024-08-26 14:45:47 +02:00
d05bc29937 Merge branch 'jolt-physics' into physics-jolt-world-data
7feae676a6 Merge branch 'main' into jolt-physics
38022cd38e Enable "Hello World" Jolt test.
a005742393 Fix compiler issue on MSVC: needs malloc.h include for _alloca.
23d44e89f9 Merge branch 'main' into jolt-physics
Compare 12 commits »
Lukas Tönne pushed to jolt-physics at LukasTonne/blender 2024-08-26 14:43:16 +02:00
7feae676a6 Merge branch 'main' into jolt-physics
81870ce418 Cleanup: Use const char* in declaring imb_exr_get_pass().
d9cfb9fea2 Fix #126573: Crash calling popups without a "window" set
5cb29528e6 Cleanup: spelling in comments
780686f885 Cleanup: correct code-comment
Compare 210 commits »
Lukas Tönne pushed to physics-jolt-world-data at LukasTonne/blender 2024-08-26 14:42:15 +02:00
Lukas Tönne created branch physics-jolt-world-data in LukasTonne/blender 2024-08-26 14:42:15 +02:00
Lukas Tönne deleted branch gn-physics-world from LukasTonne/blender 2024-08-26 14:41:20 +02:00
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-08-26 10:25:06 +02:00
212181f972 Major refactor of the PhysicsGeometry class.
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-08-26 10:17:51 +02:00
25cf4e6e73 Merge branch 'main' into geometry-nodes-rb-component
81870ce418 Cleanup: Use const char* in declaring imb_exr_get_pass().
d9cfb9fea2 Fix #126573: Crash calling popups without a "window" set
5cb29528e6 Cleanup: spelling in comments
780686f885 Cleanup: correct code-comment
Compare 120 commits »
Lukas Tönne pushed to gn-physics-world at LukasTonne/blender 2024-08-26 10:16:51 +02:00
8193fcceef Trim down the PhysicsGeometry class by removing more wrapper functions.
e94e625f4d Merge branch 'main' into gn-physics-world
aea99644d2 Removed some more wrapper functions.
81870ce418 Cleanup: Use const char* in declaring imb_exr_get_pass().
Compare 4 commits »
Lukas Tönne pushed to gn-physics-world at LukasTonne/blender 2024-08-26 07:35:32 +02:00
2dce48538f Merge branch 'main' into gn-physics-world
d9cfb9fea2 Fix #126573: Crash calling popups without a "window" set
5cb29528e6 Cleanup: spelling in comments
780686f885 Cleanup: correct code-comment
9a9df2aad7 Cleanup: use BM_DISK_EDGE_NEXT macro
Compare 13 commits »
Lukas Tönne pushed to gn-physics-world at LukasTonne/blender 2024-08-26 00:35:20 +02:00
0670f663d5 Removed a number of thin wrapper functions in PhysicsGeometry.
Lukas Tönne pushed to gn-physics-world at LukasTonne/blender 2024-08-25 23:41:40 +02:00
e438896e43 PhysicsGeometryImpl becomes PhysicsWorldState.
Lukas Tönne pushed to gn-physics-world at LukasTonne/blender 2024-08-25 18:44:23 +02:00
9555ea22fc New class PhysicsWorldState, public version of PhysicsGeometryImpl.
4b8430e5fd Cleanup: Move attribute functions out of header that don't need inlining.
Compare 2 commits »
Lukas Tönne pushed to gn-physics-world at LukasTonne/blender 2024-08-25 16:42:16 +02:00
26a9bc9fef Allow creation of custom data layer also when world data exists.
Lukas Tönne pushed to gn-physics-world at LukasTonne/blender 2024-08-25 14:52:04 +02:00
a385d7c952 Separate update functions for world data and state data attributes.
Lukas Tönne pushed to gn-physics-world at LukasTonne/blender 2024-08-25 12:41:34 +02:00
35f3501f8f Replace internal world data access for attributes and defer to world data.
1a7309b8b2 Remove unuse Bullet includes.
Compare 2 commits »
Lukas Tönne pushed to gn-physics-world at LukasTonne/blender 2024-08-24 18:13:18 +02:00
3e83a78bb0 Give world data its own set of attribute providers.