Philipp Oeser lichtwerk
  • Blender Bug Triaging Lead and Developer (as in : supporting modules with bugfixes), LTS releases Prior to that, mainly doing R&D at studios in Germany and the UK.

  • Joined on 2008-09-14
Philipp Oeser commented on issue blender/blender#129195 2024-10-18 09:08:34 +02:00
B

This report does not contain all the requested information, which is required for us to investigate the issue.

Please submit a new report and carefully follow the instructions. Be sure to…

Philipp Oeser commented on issue blender/blender#129144 2024-10-18 08:57:46 +02:00
Blender 4.2 LTS Crashes when rendered with Principled BSDF

Cannot reproduce on my end

**System Information**
Operating system: macOS-15.0.1-arm64-arm-64bit 64 Bits
Graphics card: Metal API Apple M2 1.2
version: 4.2.3 LTS, branch: blender-v4.2-re…
Philipp Oeser pushed to main at lichtwerk/debugging-tools 2024-10-18 08:46:35 +02:00
1de7c8fcdc Make open_in() work on all major platforms (#1)
Philipp Oeser merged pull request lichtwerk/debugging-tools#1 2024-10-18 08:46:33 +02:00
Make open_in() work on all major platforms
Philipp Oeser pushed to main at blender/blender 2024-10-17 14:56:28 +02:00
b5abb8a2e3 Merge branch 'blender-v4.3-release'
3c5103d9c9 Fix #129148: Weight/Vertex paint not switching to Blur with Shift
58248c34cb Fix: Linked/liboverride objects can get their materials assignments modified by drag and drop
Compare 3 commits »
Philipp Oeser deleted branch 129148 from lichtwerk/blender 2024-10-17 14:55:36 +02:00
Philipp Oeser closed issue blender/blender#129148 2024-10-17 14:55:34 +02:00
Weightpaint mode: holding 'Shift' with the paint tool doesn't activate 'Blur' tool.
Philipp Oeser merged pull request blender/blender#129158 2024-10-17 14:55:29 +02:00
Fix #129148: Weight/Vertex paint not switching to Blur with Shift
Philipp Oeser pushed to blender-v4.3-release at blender/blender 2024-10-17 14:55:29 +02:00
3c5103d9c9 Fix #129148: Weight/Vertex paint not switching to Blur with Shift
Philipp Oeser deleted branch 127605_a from lichtwerk/blender 2024-10-17 14:55:04 +02:00
Philipp Oeser merged pull request blender/blender#129064 2024-10-17 14:55:01 +02:00
Fix: Linked/liboverride objects can get their materials assignments modified by drag and drop
Philipp Oeser pushed to blender-v4.3-release at blender/blender 2024-10-17 14:55:01 +02:00
58248c34cb Fix: Linked/liboverride objects can get their materials assignments modified by drag and drop
Philipp Oeser created pull request blender/blender#129158 2024-10-17 14:11:49 +02:00
Fix #129148: Weight/Vertex paint not switching to Blur with Shift
Philipp Oeser created branch 129148 in lichtwerk/blender 2024-10-17 14:08:33 +02:00
Philipp Oeser pushed to 129148 at lichtwerk/blender 2024-10-17 14:08:33 +02:00
5941d9e88e Fix #129148: Weight/Vertex paint not switching to Blur with Shift
36877ce6d9 Fix: Essentials asset library loaded from wrong location if present
328ec2b172 Fix #123963: Unable to select through unselectable bones
40e1bf214a Fix: GPv3: Don't create handle types attribute for all curve types
a66601ee95 Cleanup: remove deprecated typing built-ins for extension logic
Compare 10 commits »
Philipp Oeser commented on issue blender/blender#129148 2024-10-17 14:00:47 +02:00
Weightpaint mode: holding 'Shift' with the paint tool doesn't activate 'Blur' tool.

It is actually "Blur" in both essentials_brushes-mesh_vertex.blend and essentials_brushes-mesh_weight.blend I think

Philipp Oeser commented on issue blender/blender#129148 2024-10-17 12:54:09 +02:00
Weightpaint mode: holding 'Shift' with the paint tool doesn't activate 'Blur' tool.

Ah, got the fix, will post PR shortly

Philipp Oeser commented on issue blender/blender#129148 2024-10-17 12:42:43 +02:00
Weightpaint mode: holding 'Shift' with the paint tool doesn't activate 'Blur' tool.

Can confirm, this is in the console:

`WARN (ed.sculpt_paint): source/blender/editors/sculpt_paint/paint_vertex.cc:595 smooth_brush_toggle_on: Switching to the blur (smooth) brush not possible,…