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#130042 2024-11-12 09:29:00 +01:00
EEVEE: Slow file saving because of render settings

Thank you for pointing this out :) setting it to Screenshot or None does solve the issue of long saving times, probably going to use that until the fix gets released. The Screenshot option does…

Philipp Oeser commented on issue blender/blender#130136 2024-11-12 09:24:57 +01:00
"Purge Unused Data" causing a crash when saving file

Is this a regression?

Philipp Oeser commented on issue blender/blender#124725 2024-11-11 14:31:34 +01:00
GPv3: Masked layers not rendering when using mutiple keyframes

No, I don't think it was broken in 4.2.

OK, thx

Philipp Oeser commented on issue blender/blender#124725 2024-11-11 14:15:10 +01:00
GPv3: Masked layers not rendering when using mutiple keyframes

If I am not mistaken, this was broken in GPv2 as well, right?

Philipp Oeser commented on issue blender/blender#129900 2024-11-11 14:00:05 +01:00
GPv3: Crash when removing layer group with masked layer within it (and a few conditions)

Updated the "Worked" field (to help gather a list of fixes for the release notes for issues that were also present in prior versions)

Philipp Oeser commented on issue blender/blender#125230 2024-11-11 13:57:21 +01:00
GPv3: Open a new scene after pin a material to brush, break material UI selector

Updated the "Worked" field (to help gather a list of fixes for the release notes for issues that were also present in prior versions)

Philipp Oeser commented on issue blender/blender#128280 2024-11-11 13:56:29 +01:00
GPv.3: Wrong drawing order of realized instances of GP object

Updated the "Worked" field (to help gather a list of fixes for the release notes for issues that were also present in prior versions)

Philipp Oeser commented on issue blender/blender#129873 2024-11-11 13:40:07 +01:00
GPv3: Some grease pencil overlays do not work

Updated the "Worked" field (to help gather a list of fixes for the release notes for issues that were also present in prior versions)

Philipp Oeser commented on issue blender/blender#126076 2024-11-11 13:37:47 +01:00
GPv3 strokes in multiframe edit always use onion skinning colors

Updated the "Worked" field (to help gather a list of fixes for the release notes for issues that were also present in prior versions)

Philipp Oeser commented on issue blender/blender#130113 2024-11-11 13:20:48 +01:00
Blender 4.3 bpy.data.libraries.write() is not saving the object previews for assets.

@mont29 : do you want this on the 4.3 milestone?

Philipp Oeser commented on issue blender/blender#130113 2024-11-11 13:19:44 +01:00
Blender 4.3 bpy.data.libraries.write() is not saving the object previews for assets.

Can confirm, assume this is also caused by 96198e88e1 (or lets say "exposed")

We have LIB_ID_COPY_NO_PREVIEW and the flag is actually correct (it is not set), but the following code in…

Philipp Oeser commented on pull request blender/blender#130082 2024-11-11 12:08:21 +01:00
Fix #130034: GPv3: Deleting root layer group leads to crash

One more thing I could think of: check the "altered" state when looping by using find_node_by_name [if we dont find the group, it has been deleted already :) ]. Might not be as performant, also…

Philipp Oeser pushed to main at lichtwerk/.profile 2024-11-11 11:49:36 +01:00
3fd9fddd83 ## November 4 - 10
Philipp Oeser commented on pull request blender/blender#130115 2024-11-11 11:32:44 +01:00
Document Operator.bl_options undo flag issues #77557

Generally fine I think, not sure though if we should mention specific reports (", see #77557") in property descriptions.

We should definitely wait for @ideasman42 to greenlight this.

Philipp Oeser commented on issue blender/blender#130034 2024-11-08 15:57:07 +01:00
GPv3 - Deleting root layer group leads to crash

Can confirm, will check

Philipp Oeser commented on issue blender/blender#126391 2024-11-08 15:50:06 +01:00
Blender Viewport Speed Regression

The slowdown from ada367a0e9 should be resolved by 5358d1b09a585c5cc4e07931bf751ed7e1924933 already.

Thx for the info, we are getting the puzzle pieces together one by one

Philipp Oeser commented on issue blender/blender#130027 2024-11-08 15:39:35 +01:00
Appending tool geometry node trees doesn't register

Documentation and reality are a bit apart afaict.

the manual says "For a node group to be shared as a tool, it…

Philipp Oeser commented on issue blender/blender#126391 2024-11-08 15:04:52 +01:00
Blender Viewport Speed Regression

After that, there was a large performance drop caused by a single commit:

  • ada367a0e9278038d76f0aef4fd82d42412b9cbc (14.5fps -> 10.3fps)

@JacquesLucke ^^