Lukas Tönne LukasTonne
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
Lukas Tönne pushed to gpv3-fix-interpolate-point-counts at LukasTonne/blender 2024-09-10 18:04:01 +02:00
e07575bf97 Full type name for OffsetIndices<int>
Lukas Tönne commented on pull request blender/blender#127353 2024-09-10 18:01:09 +02:00
Fix: GPv3 interpolation tool incorrect point count

Compiler thinks this is ambiguous.

Lukas Tönne commented on pull request blender/blender#127353 2024-09-10 17:59:23 +02:00
Fix: GPv3 interpolation tool incorrect point count

Wasn't there a type alias OffsetIndices for OffsetIndices<int>? Was this removed?

Lukas Tönne pushed to physics-jolt-world-data at LukasTonne/blender 2024-09-10 17:56:45 +02:00
994cdb9b7a Fix varray for inertia calculation from shapes.
Lukas Tönne pushed to main at blender/blender 2024-09-10 17:53:46 +02:00
81fdae07ef Fix #125922: GPv3 interpolate tool copies curve attributes as well
Lukas Tönne deleted branch gpv3-interpolate-material from LukasTonne/blender 2024-09-10 17:53:44 +02:00
Lukas Tönne closed issue blender/blender#125922 2024-09-10 17:53:44 +02:00
Gpencil: GPv3 interpolation sets wrong material on new keyframe
Lukas Tönne merged pull request blender/blender#127350 2024-09-10 17:53:41 +02:00
Fix #125922: GPv3 interpolate tool copies curve attributes as well
Lukas Tönne approved blender/blender#125674 2024-09-10 17:37:50 +02:00
GPv3: Vertex Paint Mode

There may still be some bias in the smear brush calculations, but it's difficult to be sure without extensive testing. Should be fine for now.

Lukas Tönne commented on pull request blender/blender#125674 2024-09-10 17:37:49 +02:00
GPv3: Vertex Paint Mode

Should this be ceil(size/2) (or (size + 1)/2)? I think this could discard points on the fringes if the grid size is odd.

Lukas Tönne pushed to physics-jolt-world-data at LukasTonne/blender 2024-09-10 13:09:37 +02:00
0866dd6243 Fixed a lot of build errors.
Lukas Tönne pushed to physics-jolt-world-data at LukasTonne/blender 2024-09-10 12:36:49 +02:00
0bd6da63e6 Fix Unix build: don't try to find Jolt package by default (use extern).
Lukas Tönne pushed to physics-jolt-world-data at LukasTonne/blender 2024-09-10 11:29:01 +02:00
a06cb19dc2 Merge branch 'main' into physics-jolt-world-data
884d882155 Cleanup: track the "changed" state when exiting local-view
3ad14a6fc0 Viewport: use the smooth-view preference when refreshing
2593fffa4d Fix local view failing to restore axis-roll
d122d19f00 Fix missing redraw when setting the view axis
Compare 420 commits »
Lukas Tönne commented on issue blender/blender#127226 2024-09-10 10:15:21 +02:00
Grease Pencil 3: 'Fill Area' Brush doesn't respond when applying (freezing cursor)

Yes, the fill tool enters a modal state and you have to click again to confirm. This is to support some modal interactions, like various [gap closing methods](https://docs.blender.org/manual/en/lat