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#128756 2024-10-08 14:06:10 +02:00
Fix #128746: SequenceCache modifier not available in dropdown for Curves
Philipp Oeser created branch 128746 in lichtwerk/blender 2024-10-08 14:04:12 +02:00
Philipp Oeser pushed to 128746 at lichtwerk/blender 2024-10-08 14:04:12 +02:00
4298966b88 Fix #128746: SequenceCache modifier not available in dropdown for Curves
Philipp Oeser created pull request blender/blender#128755 2024-10-08 13:47:52 +02:00
Fix: Sequencecache modifier opening a file mem allocation mismatch
Philipp Oeser pushed to meshsequencecache_open_crash at lichtwerk/blender 2024-10-08 13:46:49 +02:00
e586d2ce0a Fix: Sequencecache modifier opening a file mem allocation mismatch
92b4c853db Fix: Python: Incorrect default curve_type when calling drawing.add_strokes()
09ca5a4c5f Fix: Python: Empty list of drawing.strokes doesn't have length of 0
35c2461130 Fix: Build warnings missing include
27932162d8 Fix: Cache files location
Compare 10 commits »
Philipp Oeser created branch meshsequencecache_open_crash in lichtwerk/blender 2024-10-08 13:46:49 +02:00
Philipp Oeser commented on issue blender/blender#128746 2024-10-08 13:20:14 +02:00
MeshSequenceCache modifier not available in dropdown for Curves (Hair) object

Can confirm.

Seems like BKE_object_support_modifier_type_check has correct check already, so we probably dont need a new flag like eModifierTypeFlag_AcceptsCurves?

Just adding a case for…

Philipp Oeser commented on issue blender/blender#128689 2024-10-08 12:50:38 +02:00
Segmentation fault using OpenCV (probably QT related)

Not sure about the way blender should support this usage of QT/OpenCv (and being aware that the back-trace doesn't point to Blender's code), I will still confirm this since this was working fine…

Philipp Oeser commented on issue blender/blender#128689 2024-10-08 12:06:30 +02:00
Segmentation fault using OpenCV (probably QT related)

if I use a self-compiled blender, that should be 3.11

On linux there's an option to compile blender use system python instead of bundled python, so it's not guaranteed that you will get…

Philipp Oeser commented on issue blender/blender#128689 2024-10-08 11:38:55 +02:00
Segmentation fault using OpenCV (probably QT related)

Also a bit confused about the python version mismatch (that command uses sys.executable, if I use a self-compiled blender, that should be 3.11, isnt pip supposed to grab the right libs…

Philipp Oeser pushed to main at blender/blender 2024-10-08 08:21:15 +02:00
6bd8871409 Merge branch 'blender-v4.3-release'
3dd20a64f0 Fix #128633: Image gizmo missing update for the Properties Editor
dc652aeedb Fix: UI: Restore GP3 Join operator in menu
Compare 3 commits »
Philipp Oeser deleted branch 128633 from lichtwerk/blender 2024-10-08 08:20:07 +02:00
Philipp Oeser closed issue blender/blender#128633 2024-10-08 08:20:05 +02:00
Using gizmo to adjust image empties does not immediately update the corresponding values in its properties
Philipp Oeser merged pull request blender/blender#128688 2024-10-08 08:20:01 +02:00
Fix #128633: Image gizmo missing update for the Properties Editor
Philipp Oeser pushed to blender-v4.3-release at blender/blender 2024-10-08 08:20:00 +02:00
3dd20a64f0 Fix #128633: Image gizmo missing update for the Properties Editor
Philipp Oeser commented on issue blender/blender#128673 2024-10-07 15:03:28 +02:00
Asset Shelf: Can't toggle column of boolean properties with single mouse stroke

Note to myself: We are losing BUTTON_STATE_WAIT_DRAG too soon (possibly through a redraw?)

If that happens, the codepath in ui_do_but_ANY_drag_toggle will return (instead of going through…

Philipp Oeser commented on issue blender/blender#128508 2024-10-07 13:13:10 +02:00
Camera shifts large distance when orbiting around selected after unhiding a face set

Also seeing this when doing repro steps:

Code marked as unreachable has been executed. Please report this as a bug.
Error found at source/blender/blenkernel/intern/paint.cc:2214 in…
Philipp Oeser commented on issue blender/blender#128685 2024-10-07 12:55:19 +02:00
pose clear transform

Cant repro in simple tests.

  • which blender version are you having this problem in?
  • is this happening in all files? (if not, please share an example .blend file where this problem shows) -…
Philipp Oeser created pull request blender/blender#128688 2024-10-07 12:50:39 +02:00
Fix #128633: Image gizmo missing update for the Properties Editor