Lukas Tönne LukasTonne
Lukas Tönne commented on pull request blender/blender#130594 2024-11-21 15:42:09 +01:00
Fix #130323: Make Grease Pencil interpolate tool retain point distribution

@frogstomp

The jittering in this case is probably because if curve pairing issues: it matches one of the selected curves to an unselected curve, and so the unselected curve is also changed.…

Lukas Tönne commented on pull request blender/blender#130594 2024-11-21 13:48:47 +01:00
Fix #130323: Make Grease Pencil interpolate tool retain point distribution

@frogstomp It should be working now. The points are chosen such that a source point always has an exact matching sample and does not get "smoothed out" and the space between points is distributed…

Lukas Tönne pushed to gpv3-non-uniform-interpolate at LukasTonne/blender 2024-11-21 13:45:05 +01:00
598a83a0c0 More stable way of computing segment ranges without index errors.
Lukas Tönne commented on pull request blender/blender#130594 2024-11-20 14:53:21 +01:00
Fix #130323: Make Grease Pencil interpolate tool retain point distribution

tested with this file. Not sure about the result, a lot of movement in strokes that should be static

Thanks for testing. I've made a partial fix, but still looking for a better way to…

Lukas Tönne pushed to gpv3-non-uniform-interpolate at LukasTonne/blender 2024-11-20 14:47:39 +01:00
5ffd7a0537 Fix incomplete fill of the indices array.
Lukas Tönne created pull request blender/blender#130594 2024-11-20 11:43:28 +01:00
Fix #130323: Make Grease Pencil interpolate tool retain point distribution
Lukas Tönne pushed to gpv3-non-uniform-interpolate at LukasTonne/blender 2024-11-20 11:35:47 +01:00
f13749d4c9 Support reverse direction.
Lukas Tönne pushed to gpv3-non-uniform-interpolate at LukasTonne/blender 2024-11-20 11:19:40 +01:00
70390b1dc8 Cleanup unused code.
2be4ac5ac9 Fixes for the cyclic case.
Compare 2 commits »
Lukas Tönne pushed to gpv3-non-uniform-interpolate at LukasTonne/blender 2024-11-20 10:20:31 +01:00
14d6d1d083 Store relative indices when sampling, instead of point indices.
Lukas Tönne pushed to gpv3-non-uniform-interpolate at LukasTonne/blender 2024-11-19 17:45:21 +01:00
3badac82fc stuff.
Lukas Tönne pushed to gpv3-non-uniform-interpolate at LukasTonne/blender 2024-11-19 16:41:12 +01:00
1ddd4fc4de Merge branch 'main' into gpv3-non-uniform-interpolate
c46dec5b3a Fix #130521: Grease Pencil: Selection not working when everything was selected
a54bbe0b92 Fix: Overlay: In Front support
c2695e2dcc Vulkan: Add support for legacy platforms
8c87732454 Overlay-Next: Object Name
Compare 26 commits »
Lukas Tönne pushed to gpv3-non-uniform-interpolate at LukasTonne/blender 2024-11-19 15:52:46 +01:00
551f655f85 Testing simpler method.
Lukas Tönne pushed to gpv3-non-uniform-interpolate at LukasTonne/blender 2024-11-19 14:02:16 +01:00
9a610bf587 Stuff.
Lukas Tönne commented on issue blender/blender#130459 2024-11-19 10:44:43 +01:00
Select tool in weight paint mode is not working

How do you get the box select button in the first place?

Lukas Tönne pushed to gpv3-non-uniform-interpolate at LukasTonne/blender 2024-11-19 10:17:25 +01:00
85c2439fce Merge branch 'main' into gpv3-non-uniform-interpolate
e16cc94c5c Merge branch 'blender-v4.3-release'
2b18cad88b Fix #130459: Select tools do not work in Weight Paint
7788c85472 Cleanup: USD: remove dead fields from ImportSettings struct
911ccac5f8 Fix #130198: GPv3 build modifier timing for nature drawing speed
Compare 68 commits »
Lukas Tönne pushed to fix-gp-engine-matrix-init at LukasTonne/blender 2024-11-18 17:17:23 +01:00
1b1924b6eb Push the object bounds matrix to the GPU with correct type.
Lukas Tönne commented on issue blender/blender#130456 2024-11-18 17:16:36 +01:00
Crash on files with Grease Pencil

I don't know. Maybe there is some optimization that turns out differently.