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#106022 2023-03-23 10:45:36 +01:00
Missing object in rendering(while still shows in viewport)

This is due to the fact that the preceding Subdivision modifier has different levels for the viewport and final render:

image

That means…

Philipp Oeser commented on issue blender/blender#106022 2023-03-23 10:11:06 +01:00
Missing object in rendering(while still shows in viewport)

Can confirm on first sight, will check on this...

Philipp Oeser commented on issue blender/blender#106021 2023-03-23 10:04:30 +01:00
Outliner: two linked objects selected, instead of one

This changed in b077de086e14291fe5f7cdf6d3564a8f1cfb9cb3 btw.

CC @JulianEisel

Philipp Oeser commented on issue blender/blender#106020 2023-03-23 09:52:16 +01:00
Blender crashes when opening

Cant repro here.

For completeness, please attach Help > Save System Info.

Is this the daily from https://builder.blender.org/download/daily/ ? Does the 3.5 daily work? Do any other…

Philipp Oeser commented on issue blender/blender#105953 2023-03-23 09:42:43 +01:00
Regression: QuadriFlow Remesh Crash

Can also confirm this fixes it for me (#105164 still crashes though, but that is another story...)

Philipp Oeser commented on issue blender/blender#106021 2023-03-23 09:36:40 +01:00
Outliner: two linked objects selected, instead of one

Can confirm, this seems to have changed between 2.90 and 2.91 (even though 2.90 also had it glitch on mouseover -- appearing to highlight multiple cubes)

Philipp Oeser commented on issue blender/blender#103796 2023-03-23 09:26:52 +01:00
Library override problem for non rigify-generated armature

I am not sure what problems this may cause though? Can't say I understand this statement:

This will cause problems, for example when duplicating the same props.

@JohanTriHandoyo : could…

Philipp Oeser commented on issue blender/blender#103796 2023-03-22 14:56:30 +01:00
Library override problem for non rigify-generated armature

The interesting bit is probably the fact that the rig object has more users:

>>> bpy.data.user_map(subset=(bpy.data.objects['rig'], ))
{bpy.data.objects['rig']: {bpy.data.scenes['Scene'],…
Philipp Oeser commented on issue blender/blender#103926 2023-03-22 12:58:59 +01:00
Unable to remap user for a single object

Sorry this has been lying around for a bit.

Not sure I understand correctly, but:

Lets say you have two cubes (same object data) and a Suzanne monkey

Attempt to use the remap user…

Philipp Oeser created pull request blender/blender#105991 2023-03-22 12:36:17 +01:00
Fix #105989: Outliner: Make Single User duplicates data
Philipp Oeser pushed to 105989 at lichtwerk/blender 2023-03-22 12:35:36 +01:00
aece25917e Fix #105989: Outliner: Make Single User duplicates data
e4300bbf2d Cleanup: quiet warnings by using system-includes for ./extern/
3afe88b6c7 Cleanup: cmake indentation
ca08de5de4 PyAPI: raise an exception when removing an AOV which is not found
a1f52a02a8 Mesh: Set bounds eagerly for spherical and cylindrical primitive nodes
Compare 10 commits »
Philipp Oeser created branch 105989 in lichtwerk/blender 2023-03-22 12:35:36 +01:00
Philipp Oeser commented on issue blender/blender#105989 2023-03-22 12:29:58 +01:00
Outliner: Make Single User duplicates data (even though there is only one user)

id_single_user could just check ID_REAL_USERS, will put up a PR for this...

Philipp Oeser opened issue blender/blender#105989 2023-03-22 12:28:50 +01:00
Outliner: Make Single User duplicates data (even though there is only one user)
Philipp Oeser commented on issue blender/blender#105968 2023-03-22 10:49:09 +01:00
Crash when delete linked object in scenes outliner

Caused by b0741e1dcbc5e4549e95745b1f1b501f8cd33add btw.

CC @natecraddock

Philipp Oeser commented on issue blender/blender#105205 2023-03-21 16:28:55 +01:00
Regression: Selecting coplanar faces causes a long freeze

I think this is caused by the same commit (12becbf0dffe06b6f28c4cc444fe0312cf9249b9), but hasnt been fixed like #105046 was.

CC @ideasman42 CC @HooglyBoogly

Philipp Oeser commented on issue blender/blender#105949 2023-03-21 16:06:41 +01:00
Regression: Assert after recent refactor related to draw buffer cache data

Can confirm.

/blender/source/blender/draw/intern/draw_cache_extract_mesh_render_data.cc:292:20: runtime error: signed integer overflow: -1094795586 + -1094795586 cannot be represented in…
Philipp Oeser commented on issue blender/blender#105950 2023-03-21 15:54:11 +01:00
Keying Set 'location, rotation, scale + custom properties' Is not including custom properties

Also, since you said it was working before, which version was working?

Philipp Oeser commented on issue blender/blender#105950 2023-03-21 15:53:34 +01:00
Keying Set 'location, rotation, scale + custom properties' Is not including custom properties

Cannot repro in 3.6 or 3.5 (seems to work fine)

Just to be clear:

  • can you re-check this with File → Defaults → Load Factory Settings to see if you still can reproduce this issue
  • can…
Philipp Oeser commented on issue blender/blender#105954 2023-03-21 15:34:03 +01:00
Depsgraph RIGIDBODY_REBUILD failure on rendering if a scene has a PointerProperty of type collection [which is set to a collection containing rigid bodies]

I think you'll have to share the code that makes this fail (in a way that is easily reproducable by devs).

Can you share a blend file including the code and/or a minimal Addon that exposes…