Lukas Tönne LukasTonne
Lukas Tönne pushed to fix-unknown-node-storage-3.3 at LukasTonne/blender 2024-01-08 14:27:55 +01:00
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
Compare 10 commits »
Lukas Tönne created branch fix-unknown-node-storage-3.3 in LukasTonne/blender 2024-01-08 14:27:54 +01:00
Lukas Tönne commented on pull request blender/blender#113445 2024-01-08 12:22:57 +01:00
Geometry Nodes: Menu Switch Node

Reported separately for the Index Switch node #116885

Lukas Tönne commented on issue blender/blender#116885 2024-01-08 12:22:28 +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

Lukas Tönne opened issue blender/blender#116885 2024-01-08 12:20:58 +01:00
Index Switch node assert fails when removing all items
Lukas Tönne pushed to nodes-menu-switch at LukasTonne/blender 2024-01-08 12:09:24 +01:00
bb333a721e Explicit default value for the menu socket type.
Lukas Tönne opened issue blender/blender#116883 2024-01-08 11:56:52 +01:00
Crash when debugging under Wayland
Lukas Tönne pushed to nodes-menu-switch at LukasTonne/blender 2024-01-08 11:26:17 +01:00
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
Compare 93 commits »
Lukas Tönne deleted branch master from LukasTonne/.profile 2024-01-08 11:08:08 +01:00
Lukas Tönne pushed to main at LukasTonne/.profile 2024-01-08 11:06:12 +01:00
Lukas Tönne created branch main in LukasTonne/.profile 2024-01-08 11:06:12 +01:00
Lukas Tönne pushed to master at LukasTonne/.profile 2024-01-08 11:05:21 +01:00
00d094db1e Moved into reports folder.
Lukas Tönne pushed to master at LukasTonne/.profile 2024-01-08 11:04:12 +01:00
fe052723c7 Renamed template file.
Lukas Tönne pushed to master at LukasTonne/.profile 2024-01-08 11:03:19 +01:00
afafb373a4 Weekly reports template.
Lukas Tönne created branch master in LukasTonne/.profile 2024-01-08 11:03:19 +01:00
Lukas Tönne created repository LukasTonne/.profile 2024-01-08 10:54:34 +01:00
Lukas Tönne created repository LukasTonne/blender-developer-docs 2024-01-08 10:25:52 +01:00
Lukas Tönne commented on pull request blender/blender#116021 2024-01-07 20:17:02 +01:00
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…

Lukas Tönne pushed to volume-grid-nodes at LukasTonne/blender 2024-01-05 11:51:31 +01:00
026cbe3bda Fix node menus.
Lukas Tönne pushed to volume-grid-nodes at LukasTonne/blender 2024-01-05 11:43:11 +01:00
8205c5b97c Fixed remaining build errors.