Lukas Tönne LukasTonne
Lukas Tönne created branch gp3-sculpt-smooth in LukasTonne/blender 2024-03-19 16:25:23 +01:00
Lukas Tönne pushed to gp3-sculpt-thickness at LukasTonne/blender 2024-03-19 10:48:04 +01:00
a643578ef9 Merge branch 'gp3-sculpt-mode' into gp3-sculpt-thickness
Lukas Tönne created branch gp3-sculpt-thickness in LukasTonne/blender 2024-03-19 10:48:03 +01:00
Lukas Tönne deleted branch gp3-sculpt-tools from LukasTonne/blender 2024-03-19 10:47:20 +01:00
Lukas Tönne pushed to gp3-sculpt-mode at LukasTonne/blender 2024-03-19 10:47:04 +01:00
6b6ab23cda Merge branch 'main' into gp3-sculpt-mode
a535524fe1 Fix #119500: Installing an Extension via dragging has no feedback
5319e6af7b Fix: Geometry Nodes: Separate Transform node
38dc888d7f Cleanup: use ELEM macro, remove redundant "struct"
573146518d check_licenses: exclude ./lib/ from source code checks
Compare 110 commits »
Lukas Tönne created pull request blender/blender#119650 2024-03-19 09:49:36 +01:00
Fix #119554: Remove links to and from unsupported socket types
Lukas Tönne pushed to fix-unsupported-socket-links-4.2 at LukasTonne/blender 2024-03-19 09:46:50 +01:00
58cc7ff48b Fix #119554: Remove links to and from unsupported socket types
a535524fe1 Fix #119500: Installing an Extension via dragging has no feedback
5319e6af7b Fix: Geometry Nodes: Separate Transform node
38dc888d7f Cleanup: use ELEM macro, remove redundant "struct"
573146518d check_licenses: exclude ./lib/ from source code checks
Compare 10 commits »
Lukas Tönne created branch fix-unsupported-socket-links-4.2 in LukasTonne/blender 2024-03-19 09:46:50 +01:00
Lukas Tönne deleted branch fix-unsupported-socket-links from LukasTonne/blender 2024-03-19 09:38:08 +01:00
Lukas Tönne closed issue blender/blender#119554 2024-03-19 09:38:05 +01:00
Appending node group with Menu Switch node in 4.0 or earlier version crashes Blender
Lukas Tönne merged pull request blender/blender#119630 2024-03-19 09:38:02 +01:00
Fix #119554: Remove links to and from unsupported socket types
Lukas Tönne pushed to blender-v3.6-release at blender/blender 2024-03-19 09:38:01 +01:00
95f35a86ee Fix #119554: Remove links to and from unsupported socket types
Lukas Tönne commented on pull request blender/blender#119630 2024-03-18 17:43:39 +01:00
Fix #119554: Remove links to and from unsupported socket types

I haven't actually tested running this. Fine with me.

do you have any tips for building 3.6 without the hassle that you apparently ran into today? Part of that was having to change my git…

Lukas Tönne pushed to fix-unsupported-socket-links at LukasTonne/blender 2024-03-18 17:28:54 +01:00
a63b5191c2 Use MEM_delete to free non-trivial socket runtime data.
Lukas Tönne commented on issue blender/blender#110751 2024-03-18 17:27:03 +01:00
Blender segfault if Bake Line Art

IIRC it's quite common to lock the UI during baking to avoid crashes, see WM_set_locked_interface.