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#130838 2024-11-25 09:15:11 +01:00
Blender FBX import error

Can confirm.

Philipp Oeser deleted branch 130686 from lichtwerk/blender 2024-11-23 10:52:21 +01:00
Philipp Oeser pushed to main at blender/blender 2024-11-23 10:52:20 +01:00
531ed68061 Fix #130686: Outliner vertex groups sorting is broken
Philipp Oeser closed issue blender/blender#130686 2024-11-23 10:52:18 +01:00
Outliner vertex groups sorting is broken
Philipp Oeser merged pull request blender/blender#130750 2024-11-23 10:52:17 +01:00
Fix #130686: Outliner vertex groups sorting is broken
Philipp Oeser created pull request blender/blender#130750 2024-11-22 16:28:03 +01:00
Fix #130686: Outliner vertex groups sorting is broken
Philipp Oeser pushed to 130686 at lichtwerk/blender 2024-11-22 16:27:38 +01:00
3d2855e190 Fix #130686: Outliner vertex groups sorting is broken
ba92a25e1c Fix: Crash renaming modifier in Outliner and then toggling a property
15cdeae620 Fix: Compile error in Despeckle node for Metal
2c3397aa51 Cleanup: replace the removed std::shared_ptr::unique API in C++20
39e96d9c0f Fix #130155: Handle opacityThreshold controlled with individual image channels
Compare 10 commits »
Philipp Oeser created branch 130686 in lichtwerk/blender 2024-11-22 16:27:37 +01:00
Philipp Oeser closed issue blender/blender#130735 2024-11-22 13:55:23 +01:00
ACCESS VIOLATION when trying to save a file!
Philipp Oeser commented on issue blender/blender#130735 2024-11-22 13:55:19 +01:00
ACCESS VIOLATION when trying to save a file!

Same as #130720

Please subscribe in #130720 if you want further updtes, will close as a duplicate

Philipp Oeser pushed to main at blender/blender 2024-11-22 13:45:39 +01:00
06e1da7230 Fix #130719: Painting face sets does not work with hidden faces
Philipp Oeser deleted branch 130719 from lichtwerk/blender 2024-11-22 13:45:35 +01:00
Philipp Oeser closed issue blender/blender#130719 2024-11-22 13:45:35 +01:00
Painting face sets does not work with hidden faces
Philipp Oeser merged pull request blender/blender#130724 2024-11-22 13:45:32 +01:00
Fix #130719: Painting face sets does not work with hidden faces
Philipp Oeser commented on issue blender/blender#130218 2024-11-22 13:14:44 +01:00
changing colourspace in image datablock via python resets modifies image scale

Just noting that it seems if the prop is a PROP_POINTER, we always do validation and BKE_report in the setter

Philipp Oeser commented on issue blender/blender#130720 2024-11-22 12:52:42 +01:00
Crash when saving blend file

Total stab in the dark, but this avoids the crash, and that also has a working file thumbnail (code that used to crash), it is not freeing the mem though, havent checked on that, maybe still gives…

Philipp Oeser commented on issue blender/blender#130218 2024-11-22 12:41:54 +01:00
changing colourspace in image datablock via python resets modifies image scale

@3di : if you do it like that, it should still be possible since at that point (directly after bpy.data.images.new), the new image is not dirty yet

Philipp Oeser commented on issue blender/blender#130720 2024-11-22 12:02:21 +01:00
Crash when saving blend file

Yeah, caused by 129a2aa0f4

CC @HooglyBoogly