Lukas Tönne LukasTonne
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
Lukas Tönne created pull request blender/blender#127355 2024-09-09 17:33:24 +02:00
Fix #126707: SVG export nodes wrong hierarchy ignores clipping
Lukas Tönne pushed to gpv3-fix-svg-node-hierarchy at LukasTonne/blender 2024-09-09 17:32:45 +02:00
35be9f47d8 Fix #126707: SVG export nodes wrong hierarchy ignores clipping.
Lukas Tönne created branch gpv3-fix-svg-node-hierarchy in LukasTonne/blender 2024-09-09 17:32:45 +02:00
Lukas Tönne commented on pull request blender/blender#127353 2024-09-09 16:53:41 +02:00
Fix: GPv3 interpolation tool incorrect point count

This can be seen in the test file from #125922 See comment here: blender/blender#125922 (comment)

Lukas Tönne created pull request blender/blender#127353 2024-09-09 16:52:57 +02:00
Fix: GPv3 interpolation tool incorrect point count
Lukas Tönne pushed to gpv3-fix-interpolate-point-counts at LukasTonne/blender 2024-09-09 16:51:37 +02:00
427b4fe587 Fix: GPv3 interpolation tool incorrect point count
Lukas Tönne created branch gpv3-fix-interpolate-point-counts in LukasTonne/blender 2024-09-09 16:51:37 +02:00
Lukas Tönne closed pull request blender/blender#126832 2024-09-09 16:38:56 +02:00
GPv3: Copy materials to new drawing for interpolate tool
Lukas Tönne commented on pull request blender/blender#126832 2024-09-09 16:38:53 +02:00
GPv3: Copy materials to new drawing for interpolate tool

New patch: #127350

Lukas Tönne created pull request blender/blender#127350 2024-09-09 15:56:41 +02:00
Fix #125922: GPv3 interpolate tool copies curve attributes as well
Lukas Tönne pushed to gpv3-interpolate-material at LukasTonne/blender 2024-09-09 13:49:42 +02:00
e034bcc1ad Handle case of attributes that exist on another domain.
13ef5c8930 Fix #125922: GPv3 interpolate tool copies curve attributes as well.
1bc0ec1b80 Sculpt: Improve mesh BVH build time by storing less temporary data
0358a3d11f Fix #127319: Access violation in Sample Nearest Surface node
06b25fee0e Cleanup: Remove useless/incorrect comments
Compare 425 commits »
Lukas Tönne commented on pull request blender/blender#126832 2024-09-09 12:39:49 +02:00
GPv3: Copy materials to new drawing for interpolate tool

I'm working on more general support for copying/interpolating curve attributes in interpolate_curves.cc. Then we don't have to do special handling for material indices, and all the usual curve…

Lukas Tönne commented on pull request blender/blender#126987 2024-09-09 10:56:44 +02:00
WIP: Fix #126901: Inconsistent particle object starting velocity behavior

Haven't looked at it closely yet, but wanted to note this related issue: blender/blender#81957 (comment)

You can see a stray particle in the bug…