Lukas Tönne LukasTonne
Lukas Tönne pushed to gpv3-segment-selection at LukasTonne/blender 2024-08-01 16:06:41 +02:00
bc654d9dc5 Refactor: make View3D copy operator use the new PartialWriteContext API.
06fab9f8f1 Fix #125542: Bone Stick selection color is not drawn
13ceb73941 Fix #124585: Assert when building keylist for dope sheet
6b9b958668 Fix #125291: crash when applying curves modifier when there is a bake
984feb48fc Cleanup: Remove unused integer wrap_pixel method
Compare 10 commits »
Lukas Tönne created branch gpv3-segment-selection in LukasTonne/blender 2024-08-01 16:06:41 +02:00
Lukas Tönne deleted branch gp3-select-segments from LukasTonne/blender 2024-08-01 16:06:17 +02:00
Lukas Tönne pushed to gp3-select-segments at LukasTonne/blender 2024-08-01 15:52:13 +02:00
67594a65aa Improve intersection detection when strokes are almost touching
97788dba3c Cleanup after merge with main
4cad71b604 Merge branch 'main' into gp3-select-segments
Compare 3 commits »
Lukas Tönne created branch gp3-select-segments in LukasTonne/blender 2024-08-01 15:52:13 +02:00
Lukas Tönne pushed to tmp-rb-only-cache-read at LukasTonne/blender 2024-08-01 11:57:29 +02:00
bf309673af Fix for memory corruption due to unchecked use of attribute accessors.
Lukas Tönne commented on issue blender/blender#125679 2024-07-31 17:36:38 +02:00
Regression: GPv3: Sculpt Grab tool does not consider object rotation

I checked the other tools, btw, they handle object transform correctly.

Lukas Tönne pushed to main at blender/blender 2024-07-31 16:29:25 +02:00
9549c6d1ad Fix #125679: Grab tool transform mouse delta must be in layer space
Lukas Tönne deleted branch gpv3-grab-tool-local-delta from LukasTonne/blender 2024-07-31 16:29:24 +02:00
Lukas Tönne closed issue blender/blender#125679 2024-07-31 16:29:24 +02:00
Regression: GPv3: Sculpt Grab tool does not consider object rotation
Lukas Tönne merged pull request blender/blender#125695 2024-07-31 16:29:21 +02:00
Fix #125679: Grab tool transform mouse delta must be in layer space
Lukas Tönne pushed to tmp-rb-only-cache-read at LukasTonne/blender 2024-07-31 14:24:04 +02:00
ea9ec1d42c Ensure all builtin attributes are created.
324163e959 Fix stupid mistake: swapped custom_data and physics attribute providers.
Compare 2 commits »
Lukas Tönne commented on issue blender/blender#123108 2024-07-31 12:25:20 +02:00
Interacting with grease pencil materials causes crash

I can't repro this. ASAN build also stays quiet. It might be something hardware- or driver-related.

Lukas Tönne pushed to tmp-rb-only-cache-read at LukasTonne/blender 2024-07-31 12:09:38 +02:00
ec33bd26d2 Preemtpively update cache to avoid deadlock.
4a4ddf6b40 Merge branch 'main' into tmp-rb-only-cache-read
a3c10a4e62 Funding: Add FUNDING.yml to link to fund.blender.org on GitHub mirror
ef855a8165 Fix #125681: GPv3: Inverted "Fade Inactive Layers" option
ef505727c6 Fix error where upgrading an extension always enabled it
Compare 113 commits »
Lukas Tönne commented on issue blender/blender#125687 2024-07-31 11:40:54 +02:00
Grease Pencil shapes don't show preview before committing
  1. The show_lasso/GP_BRUSH_DISSABLE_LASSO property is only in the GreasePencilDisplayPanel, but this panel never seems to be drawn.
  2. The primitive tools don't show a brush selector. I'm…
Lukas Tönne commented on issue blender/blender#125687 2024-07-31 10:24:42 +02:00
Grease Pencil shapes don't show preview before committing

Hang on, does that mean hiding the fill color is actually intentional, and fill showing up is the broken part?

Lukas Tönne commented on issue blender/blender#125687 2024-07-31 10:14:58 +02:00
Grease Pencil shapes don't show preview before committing

@PratikPB2123 Since it's so easy to get into a non-repro state i would take the bisect with a grain of salt. You might see a "good" commit and it never goes back to a "bad" commit. Could you still…

Lukas Tönne commented on issue blender/blender#125687 2024-07-31 09:51:15 +02:00
Grease Pencil shapes don't show preview before committing

Also worth pointing out that some of the shapes like Arc and Curve start out "flat" with no visible area, so the fill isn't visible until adding more points or moving the control handles. Should…

Lukas Tönne commented on issue blender/blender#125687 2024-07-31 09:48:59 +02:00
Grease Pencil shapes don't show preview before committing

Was able to repro it once, but not any more. I'm not sure which action "fixed" the drawing:

  • At some point i started drawing regular strokes with the fill material and they show up correctly. -…
Lukas Tönne created pull request blender/blender#125695 2024-07-31 09:34:53 +02:00
Fix #125679: Grab tool transform mouse delta must be in layer space