Lukas Tönne LukasTonne
Lukas Tönne created branch gpv3-armature-deform-defbase in LukasTonne/blender 2024-09-12 16:49:28 +02:00
Lukas Tönne pushed to physics-jolt-world-data at LukasTonne/blender 2024-09-12 14:06:08 +02:00
881efccd98 Expose center-of-mass and bounds of collision shapes.
Lukas Tönne pushed to physics-jolt-world-data at LukasTonne/blender 2024-09-12 10:31:54 +02:00
146de73cb6 Use a fallback shape to avoid crash when no child shape is connected.
Lukas Tönne pushed to physics-jolt-world-data at LukasTonne/blender 2024-09-11 23:49:58 +02:00
9f0646e79a Clamp box extent to minimum convex radius.
Lukas Tönne pushed to physics-jolt-world-data at LukasTonne/blender 2024-09-11 23:12:13 +02:00
dd12219474 Use delta time for stepping and expose collision steps.
Lukas Tönne pushed to physics-jolt-world-data at LukasTonne/blender 2024-09-11 22:48:59 +02:00
6399f5d3b4 Clean up collision shape code and make sure implementations are separate.
Lukas Tönne pushed to physics-jolt-world-data at LukasTonne/blender 2024-09-11 17:27:12 +02:00
66c4e4ba6f Fix missing collision shape inputs.
Lukas Tönne pushed to physics-jolt-world-data at LukasTonne/blender 2024-09-11 17:05:00 +02:00
172b881d1d Return VArrayImpl_For_ValidatedSpan to a default type.
Lukas Tönne commented on issue blender/blender#126977 2024-09-11 15:43:47 +02:00
Gpencil: GPv3 Time offset not suitable for using multiple modifiers of that kind

In GPv2 the grease pencil modifiers had a special evaluation time remapping feature for this modifier. This required that every modifier allowed the evaluation (scene) time to be mapped _before…

Lukas Tönne pushed to physics-jolt-world-data at LukasTonne/blender 2024-09-11 14:31:19 +02:00
8b0c22e12e Fix argument binding in VArrays and handle nullptr shapes.
Lukas Tönne pushed to physics-jolt-world-data at LukasTonne/blender 2024-09-11 13:36:27 +02:00
94d5a010dc Show missing inputs for tapered capsule collision shapes.
Lukas Tönne pushed to physics-jolt-world-data at LukasTonne/blender 2024-09-11 12:27:48 +02:00
ad3ddfdbe5 Formatting.
Lukas Tönne pushed to physics-jolt-world-data at LukasTonne/blender 2024-09-11 12:16:52 +02:00
ef3b82dbef Fix volatile VArray wrappers.
Lukas Tönne pushed to physics-jolt-world-data at LukasTonne/blender 2024-09-11 10:16:49 +02:00
0d97771374 Fixed build errors.
Lukas Tönne pushed to physics-jolt-world-data at LukasTonne/blender 2024-09-11 10:03:32 +02:00
bf120bcdf0 Merge branch 'main' into physics-jolt-world-data
e00fed43e6 Cleanup: redundant struct declarations
54153629f4 Fix #127329: Keyboard interrupt doesn't work from Python
a8137e62c6 Fix #127382: Area docking crash with Action editor
853269aeb0 Sculpt: Make multires BVH build similar to mesh
Compare 32 commits »
Lukas Tönne deleted branch gpv3-fix-interpolate-point-counts from LukasTonne/blender 2024-09-10 19:35:35 +02:00
Lukas Tönne pushed to main at blender/blender 2024-09-10 19:35:32 +02:00
488b5cda54 Fix: GPv3 interpolation tool incorrect point count
Lukas Tönne merged pull request blender/blender#127353 2024-09-10 19:35:32 +02:00
Fix: GPv3 interpolation tool incorrect point count
Lukas Tönne commented on pull request blender/blender#127353 2024-09-10 18:05:39 +02:00
Fix: GPv3 interpolation tool incorrect point count