Lukas Tönne LukasTonne
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-09-15 13:21:05 +02:00
8b05373b55 Use Release instead of deleting constraint when destructing world.
1844094fe7 Sanity checks and clamping to avoid asserts in collision shapes.
Compare 2 commits »
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-09-14 20:40:23 +02:00
a3b4127392 Jolt Physics implementation of the geometry nodes physics component.
Lukas Tönne pushed to physics-jolt-world-data at LukasTonne/blender 2024-09-14 20:34:54 +02:00
801cf5d5e7 Merge branch 'main' into physics-jolt-world-data
5475040906 Fix: Spelling mistake in Grease Pencil API docs
c5ccc8ceea Fix #127602: Sculpt multires drawing crash with material index attribute
2946a840ad Fix: Sculpt: Avoid nested threading in undo node push
7283cbef65 Cleanup: Sculpt: Add todo comments for PBVH data to remove
Compare 127 commits »
Lukas Tönne pushed to geometry-nodes-rb-component at LukasTonne/blender 2024-09-14 20:34:27 +02:00
005ed095b8 Merge branch 'main' into geometry-nodes-rb-component
5475040906 Fix: Spelling mistake in Grease Pencil API docs
c5ccc8ceea Fix #127602: Sculpt multires drawing crash with material index attribute
2946a840ad Fix: Sculpt: Avoid nested threading in undo node push
7283cbef65 Cleanup: Sculpt: Add todo comments for PBVH data to remove
Compare 653 commits »
Lukas Tönne pushed to physics-jolt-world-data at LukasTonne/blender 2024-09-14 20:31:48 +02:00
6b5da2487a Validation for the constraint type attribute.
Lukas Tönne pushed to physics-jolt-world-data at LukasTonne/blender 2024-09-14 15:42:46 +02:00
1346a29947 Clamp delta time and substeps to allowed values for Jolt.
Lukas Tönne pushed to physics-jolt-world-data at LukasTonne/blender 2024-09-13 21:43:03 +02:00
d5b86bbd92 Fix constraint angle limits, these need to be clamped for Jolt.
Lukas Tönne pushed to physics-jolt-world-data at LukasTonne/blender 2024-09-13 15:55:05 +02:00
f33e5d88cb Fix constraint adding/removing to world.
Lukas Tönne approved blender/blender#127572 2024-09-13 14:40:00 +02:00
GPv3: Vertex Paint operators

Don't see anything worth changing, looks good to me.

Lukas Tönne pushed to physics-jolt-world-data at LukasTonne/blender 2024-09-13 14:00:28 +02:00
824b8b952d Adapted constraint types to Jolt.
Lukas Tönne pushed to physics-jolt-world-data at LukasTonne/blender 2024-09-13 09:42:50 +02:00
d3ef6378cc Partial implementation of constraints.
Lukas Tönne pushed to physics-jolt-world-data at LukasTonne/blender 2024-09-12 21:41:13 +02:00
e396c8460b Fix domain type for dynamic constraint attributes.
Lukas Tönne pushed to physics-jolt-world-data at LukasTonne/blender 2024-09-12 21:25:44 +02:00
3a7f7bcd58 Fix Radius 2 input for tapered capsule.
Lukas Tönne commented on pull request blender/blender#127515 2024-09-12 19:22:48 +02:00
GPv3: Parent armature with empty weights

Could it be something about line endings?

Lukas Tönne commented on pull request blender/blender#127515 2024-09-12 19:21:34 +02:00
GPv3: Parent armature with empty weights

You may have to revert these first and then run make format. These changes seem to only happen once, and after reverting don't come back ...

Lukas Tönne approved blender/blender#127515 2024-09-12 17:51:11 +02:00
GPv3: Parent armature with empty weights

Formatting seems broken in some places, but otherwise looks good. Make sure we have a task for the Envelope/Automatic weights.

Lukas Tönne commented on pull request blender/blender#127515 2024-09-12 17:51:10 +02:00
GPv3: Parent armature with empty weights

clang-format going rogue again? or were these comments broken before?

Lukas Tönne commented on pull request blender/blender#127515 2024-09-12 17:51:09 +02:00
GPv3: Parent armature with empty weights

format

Lukas Tönne deleted branch gpv3-armature-deform-defbase from LukasTonne/blender 2024-09-12 17:35:57 +02:00
Lukas Tönne merged pull request blender/blender#127509 2024-09-12 17:35:53 +02:00
Fix: GPv3: Armature deform using the wrong vertex group list