Lukas Tönne LukasTonne
Lukas Tönne created pull request blender/blender#119630 2024-03-18 16:56:48 +01:00
Fix #119554: Remove links to and from unsupported socket types
Lukas Tönne pushed to fix-unsupported-socket-links at LukasTonne/blender 2024-03-18 16:53:50 +01:00
865e643264 Fix #119554: Remove links to and from unsupported socket types.
2c4589ca82 Fix LibOverride asserting when same RNA path changes type.
cdb6e15b62 Fix #118300: Broken liboverride data can crash Blender on load.
94554354a3 Fix #118299: Crash in some cases with invalid/deprecated LibOverride data.
5edbcb1a50 Revert "Fix missing relations built for camera referenced by markers"
Compare 10 commits »
Lukas Tönne created branch fix-unsupported-socket-links in LukasTonne/blender 2024-03-18 16:53:50 +01:00
Lukas Tönne commented on issue blender/blender#119554 2024-03-18 16:12:39 +01:00
Appending node group with Menu Switch node in 4.0 or earlier version crashes Blender

After half a day of struggling to build 3.6 i can finally debug this. The issue seems to be an oversight in #114401: The forward-compatibility code removes sockets in older Blender versions that…

Lukas Tönne commented on issue blender/blender#119618 2024-03-18 11:29:01 +01:00
Brushes' use of object mode for polling is ambiguous

What i would suggest:

Instead of using object mode as proxy for the tool type/paint settings, use maybe the [context mode](https://projects.blender.org/blender/blender/src/commit/433d91fca8a8e

Lukas Tönne opened issue blender/blender#119618 2024-03-18 11:17:13 +01:00
Brushes' use of object mode for polling is ambiguous
Lukas Tönne pushed to main at LukasTonne/.profile 2024-03-18 10:47:32 +01:00
8abbbf5d89 update
Lukas Tönne pushed to socket-type-inference at LukasTonne/blender 2024-03-18 10:45:12 +01:00
dcc2d51acd Merge branch 'main' into socket-type-inference
f0c3d9c556 stuff
b3095d9c2e Merge branch 'blender-v4.1-release'
d739d27a2d Fix #119203: Change default NDOF Deadzone value
e4e4b51c83 Fix: add missing socket type in forward declaration list
Compare 82 commits »
Lukas Tönne pushed to node_inferencing_visualizer at LukasTonne/blender-addons 2024-03-18 09:03:35 +01:00
0e771ca637 Thicker arrows.
971ebffa2f Fix incorrect socket return value for outputs.
Compare 2 commits »
Lukas Tönne pushed to node_inferencing_visualizer at LukasTonne/blender-addons 2024-03-17 16:07:59 +01:00
0726873cbc draw constraint arrows
64e97f2508 Filter unavailable sockets when computing index.
Compare 2 commits »
Lukas Tönne pushed to node_inferencing_visualizer at LukasTonne/blender-addons 2024-03-17 11:01:25 +01:00
89d1d0eac7 Include node parents when computing location.
Lukas Tönne pushed to node_inferencing_visualizer at LukasTonne/blender-addons 2024-03-17 10:46:03 +01:00
660e88a7db Handle unknown node/socket names gracefully.
Lukas Tönne pushed to socket-type-inference at LukasTonne/blender 2024-03-17 10:45:30 +01:00
948b6a9c08 Skip unavailable sockets for constraints.
Lukas Tönne pushed to node_inferencing_visualizer at LukasTonne/blender-addons 2024-03-17 10:06:19 +01:00
7c798e34ef Added an export operator.
Lukas Tönne pushed to node_inferencing_visualizer at LukasTonne/blender-addons 2024-03-16 16:29:42 +01:00
17050a0e0d Better code organization and ui_scale fix.
Lukas Tönne pushed to socket-type-inference at LukasTonne/blender 2024-03-16 13:56:24 +01:00
1fcf9240a4 Operator to explicitly dump debug data into a json file.
Lukas Tönne pushed to socket-type-inference at LukasTonne/blender 2024-03-15 18:33:15 +01:00
aef69e3f98 progress
Lukas Tönne pushed to node_inferencing_visualizer at LukasTonne/blender-addons 2024-03-15 18:32:54 +01:00
6316415fb4 progress
Lukas Tönne pushed to socket-type-inference at LukasTonne/blender 2024-03-15 15:37:19 +01:00
a5d83bfdf1 More logging functions.