drawing.add_strokes()
drawing.strokes
doesn't have length of 0
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…
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…
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…
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…
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…
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…
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) -…
Fix is up, see !128688