Block a user
9673fa2720
Cycles: add ROCm 6 compatibility for HIP
5c164ffaa3
Release: Bump to 3.3.14
b5db5303f1
Fix #115363: Scrollbars for template_lists in popups update issue
843b3b3705
Fix #114557: UI scrollbar "focus bubble" interaction wrong in cases
6b09a0277b
Fix #113325: Zero-sized curve leads to OptiX error
Lukas Tönne
created branch fix-unknown-node-storage-3.3 in LukasTonne/blender
2024-01-08 14:27:54 +01:00
Index Switch node assert fails when removing all items
Found while working on the Menu Switch node (#113445) which had a similar issue. Defining the lf_index_by_bsocket
when constructing the lazy function seems to fix it.
https://projects.blender.or…
Index Switch node assert fails when removing all items
Crash when debugging under Wayland
c3e7393a10
Merge branch 'main' into nodes-menu-switch
4dad262dbe
Fix: EEVEE-Next: Implicit type conversions
98e465109b
EEVEE-Next: Replace lighting tiles by direct stencil setup
8c2222b8d9
Fix #116687: Crash on reload scripts and dropping blend files
7fa88241a8
WM: ensure operator context isn't used for drop operator properties
WIP: Volume Grid Nodes
@JacquesLucke I've updated this branch to build against the new SocketValueVariant
. However, many nodes currently will crash because they don't handle user count correctly yet. I think the steps…