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#126391 2024-11-06 10:16:35 +01:00
Blender Viewport Speed Regression

Here are my results for 60k_cubes_same_mesh.blend

Philipp Oeser commented on issue blender/blender#129871 2024-11-06 09:28:15 +01:00
Convert a text object sharing data with another one into mesh give empty mesh

Indeed caused by ada367a0e9

Philipp Oeser commented on issue blender/blender#129802 2024-11-06 09:27:30 +01:00
Hair Curves: Snap operator does not affect bezier handles

Hint: 12df5a68babd058459ae16699777cc91b827224f added support transforming Bezier handles in edit mode

Philipp Oeser commented on issue blender/blender#129871 2024-11-06 09:10:45 +01:00
Convert a text object sharing data with another one into mesh give empty mesh

This was working in 4.1.1

Philipp Oeser commented on issue blender/blender#129726 2024-11-05 16:01:58 +01:00
Blender freezes on islands selection

Fix is up, see !129869

Philipp Oeser created pull request blender/blender#129869 2024-11-05 16:00:26 +01:00
Fix #129726: UV islands box/lasso/circle selection can be very slow
Philipp Oeser pushed to 129726 at lichtwerk/blender 2024-11-05 15:56:47 +01:00
3834fbd087 Fix #129726: UV islands selection can be very slow
a3b04dffbc Fix #129798: GPv3: Selection to Cursor/Grid missing immediate update
74f98b1e92 Fix: Geometry Nodes: crash when converting layers to instances
334e9be8f4 Fix #129819: GPv3: Context menu for all paint tools
Compare 4 commits »
Philipp Oeser created branch 129726 in lichtwerk/blender 2024-11-05 15:56:47 +01:00
Philipp Oeser commented on issue blender/blender#129726 2024-11-05 13:48:26 +01:00
Blender freezes on islands selection

I can also see it is quite slow, I have a fix that would speed this up considerably, but need to do further checks.... Will put on my desk.

Philipp Oeser commented on issue blender/blender#129843 2024-11-05 12:29:06 +01:00
, in Driver Editor not registering as .

Not sure this "works correctly" elsewhere.

Sure, Blender will substitute the comma on input directly to a . on input (if you use the numpad), however if you really use the comma (from the…

Philipp Oeser commented on issue blender/blender#129797 2024-11-05 11:56:06 +01:00
bpy.data.libraries.write() is no longer saving the asset_data associated with the ID-block.

Caused by 96198e88e18af23468496a214ae0e5700d7e393d

CC @mont29

Philipp Oeser commented on issue blender/blender#129726 2024-11-05 10:46:18 +01:00
Blender freezes on islands selection

Example file would still be good

Philipp Oeser commented on issue blender/blender#129106 2024-11-05 10:42:35 +01:00
Wrong Constraint transformation after reopening the file

So constrainTransformation_without.blend is without dependency cycles and then the problem is gone?

Philipp Oeser commented on issue blender/blender#129798 2024-11-05 10:28:45 +01:00
Grease Pencil - Using "Selection to Cursor"-operator on non-poly type strokes doesn't immediately update geometry

Will also raise priority (since this was working in 4.2 LTS [GPv2])

Philipp Oeser created pull request blender/blender#129848 2024-11-05 10:28:10 +01:00
Fix #129798: GPv3: Selection to Cursor/Grid missing immediate update
Philipp Oeser pushed to 129798 at lichtwerk/blender 2024-11-05 10:27:15 +01:00
e5249abc4b Fix #129798: GPv3: Selection to Cursor/Grid missing immediate update
5c572f01cf Fix #129461: Sample index geometry node does not support Grease Pencil
be54e36333 Fix #125816: Clear constraint while action baking not doing visual keying
103f494062 Fix #129589: Crash when pushing down NLA track
ca1c06e8c4 Vulkan: Hide behind developer extras
Compare 10 commits »
Philipp Oeser created branch 129798 in lichtwerk/blender 2024-11-05 10:27:14 +01:00
Philipp Oeser commented on issue blender/blender#129798 2024-11-05 10:17:09 +01:00
Grease Pencil - Using "Selection to Cursor"-operator on non-poly type strokes doesn't immediately update geometry

Think this is just missing tagging positions_changed, will post a PR shortly

Philipp Oeser commented on issue blender/blender#129106 2024-11-05 09:30:34 +01:00
Wrong Constraint transformation after reopening the file

Think so, too. When you have a dependency cycle a random dependency gets removed from the graph. This is why the result of a setup with dependency cycle can not be deterministic.

So please try…