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 created pull request blender/blender#105829 2023-03-16 14:44:28 +01:00
backporting commits for 3.3.5
Philipp Oeser pushed to blender-v3.3-release at lichtwerk/blender 2023-03-16 14:42:17 +01:00
c86cda24a3 Fix #104534: Image editor doesn't refresh after render.render.
88dcc0b176 WM: Fix invalid memory access in wmTimer handling code.
a274713f6c Fix #105230: Crash when reloading a library when one of its scene is active.
0e8080419d Fix #104341: Handle edge case in Curve to Mesh node
cb9cd06f06 Fix #104347: Loop Cut Tool becomes impressive with GPU Subdivision
Compare 41 commits »
Philipp Oeser commented on issue blender/blender#105640 2023-03-16 14:40:23 +01:00
Vertex Weight Proximity not working for Grease Pencil Thickness Modifier

@ChengduLittleA : it will work on new modifiers, but wont do the trick for the file reported (for that you need versioning code I think -- or check both flags as mentioned in my previous comment)

Philipp Oeser pushed to blender-v3.3-release at blender/blender 2023-03-16 13:55:10 +01:00
02498e8f13 Fix failing test after own recent commit regarding Main freeing function.
28cb5a3a04 Cleanup: Add warning to ListBase's BLI_remlink regarding not cleared prev/next pointers.
f4b095c872 Fix #99836: Blender SEGV when open .blend file in blender.
b9d242797b Add a mechanism to abort a blend file reading on critical error.
6494fbbdc5 Fix (unreported) potential leak in Main freeing function.
Compare 5 commits »
Philipp Oeser merged pull request blender/blender#105486 2023-03-16 13:55:09 +01:00
Add a mechanism to abort a blend file reading on critical error - Blender 3.3 LTS
Philipp Oeser pushed to blender-v3.3-release at blender/blender 2023-03-16 13:51:25 +01:00
0c79ec15f4 Release cycle: Version bump to 3.3.5 candidate
Philipp Oeser deleted branch blender-v2.93-release from lichtwerk/blender 2023-03-16 13:18:31 +01:00
Philipp Oeser pushed to blender-v2.93-release at blender/blender 2023-03-16 13:18:29 +01:00
bb32f316f6 GPencil: Fix unreported Eyedropper color difference in Materials
06c974bca6 Fix #104810: Appending a camera does not pull in background movie clip
000dda3d38 Release cycle: Version bump to 2.93.16 rc
Compare 3 commits »
Philipp Oeser merged pull request blender/blender#105827 2023-03-16 13:18:28 +01:00
backporting commits for 2.93.16
Philipp Oeser commented on pull request blender/blender#105827 2023-03-16 12:43:43 +01:00
backporting commits for 2.93.16
Philipp Oeser created pull request blender/blender#105827 2023-03-16 12:43:08 +01:00
backporting commits for 2.93.16
Philipp Oeser pushed to blender-v2.93-release at lichtwerk/blender 2023-03-16 12:40:32 +01:00
bb32f316f6 GPencil: Fix unreported Eyedropper color difference in Materials
06c974bca6 Fix #104810: Appending a camera does not pull in background movie clip
000dda3d38 Release cycle: Version bump to 2.93.16 rc
563e45e58f WM: Fix invalid memory access in wmTimer handling code. 2.93 version
a13960c8a2 Fix failing test after own recent commit regarding Main freeing function.
Compare 10 commits »
Philipp Oeser created branch blender-v2.93-release in lichtwerk/blender 2023-03-16 12:40:32 +01:00
Philipp Oeser merged pull request blender/blender#105406 2023-03-16 12:38:36 +01:00
WM: Fix invalid memory access in wmTimer handling code. 2.93 version
Philipp Oeser pushed to blender-v2.93-release at blender/blender 2023-03-16 12:38:36 +01:00
563e45e58f WM: Fix invalid memory access in wmTimer handling code. 2.93 version
Philipp Oeser commented on issue blender/blender#105640 2023-03-16 10:12:24 +01:00
Vertex Weight Proximity not working for Grease Pencil Thickness Modifier

Just talked to @ChengduLittleA in chat, he'll take care

Philipp Oeser commented on issue blender/blender#105640 2023-03-16 10:06:48 +01:00
Vertex Weight Proximity not working for Grease Pencil Thickness Modifier

Think this is a consequence by own 6aa29549e889679112fd55f8d4a867c860646387 (see also #103887).

Seems the culprit commits mentioned in 6aa29549e889679112fd55f8d4a867c860646387 were also missing…

Philipp Oeser commented on pull request blender/blender#105301 2023-03-06 11:22:08 +01:00
UI: add parenting (Keep Transform Without Inverse) to menu

Feel free to just commit this sine I am afk for a bit due to holidays

Philipp Oeser commented on pull request blender/blender#105400 2023-03-06 11:20:59 +01:00
Fix #105363: Frame nodes can act wrong in transform system

Feel free to just commit this since I am afk for a bit due to holidays

Philipp Oeser closed issue blender/blender#105330 2023-03-04 07:19:00 +01:00
Using bpy.ops.gpencil.interpolate_sequence() in a Context Override will crash Blender