Lukas Tönne LukasTonne
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 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 deleted branch gpv3-interpolate-material from LukasTonne/blender 2024-09-10 17:53:44 +02:00
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

Lukas Tönne pushed to gpv3-interpolate-material at LukasTonne/blender 2024-09-10 10:01:43 +02:00
01aaf8e897 Change order of selection and to_static_type.
Lukas Tönne pushed to main at blender/blender 2024-09-09 18:42:43 +02:00
8aead3a6d9 Fix #126707: SVG export nodes wrong hierarchy ignores clipping
Lukas Tönne deleted branch gpv3-fix-svg-node-hierarchy from LukasTonne/blender 2024-09-09 18:42:42 +02:00
Lukas Tönne closed issue blender/blender#126707 2024-09-09 18:42:41 +02:00
GPv3: Export to SVG using clip camera option fails
Lukas Tönne merged pull request blender/blender#127355 2024-09-09 18:42:38 +02:00
Fix #126707: SVG export nodes wrong hierarchy ignores clipping