Lukas Tönne LukasTonne
Lukas Tönne merged pull request blender/blender-addons#104862 2023-09-02 13:18:58 +02:00
Node Wrangler: Fix outdated menu names that break addon loading tests
Lukas Tönne created pull request blender/blender-addons#104862 2023-09-02 13:18:00 +02:00
Node Wrangler: Fix outdated menu names that break addon loading tests
Lukas Tönne created branch fix-node-wrangler-menu-names in LukasTonne/blender-addons 2023-09-02 13:15:30 +02:00
Lukas Tönne pushed to fix-node-wrangler-menu-names at LukasTonne/blender-addons 2023-09-02 13:15:30 +02:00
7ff9293776 Node Wrangler: Fix outdated menu names that break addon loading tests.
4df6f7c66d Node Wrangler: fix node add menu entry
6b7ecd37ed Export_3ds: Removed multiple diffuse texture export
0cddda9150 glTF: fix after recent nodegroup interface change
bc2953aec3 Node wrangler: Node socket interface class changed.
Compare 10 commits »
Lukas Tönne created pull request blender/blender#111824 2023-09-02 11:48:15 +02:00
Fix 111817: Use new interface API in move-to-nodes operator
Lukas Tönne created branch fix-move-to-nodes-operator in LukasTonne/blender 2023-09-02 11:46:59 +02:00
Lukas Tönne pushed to fix-move-to-nodes-operator at LukasTonne/blender 2023-09-02 11:46:59 +02:00
d68dd4b001 Use new node group interface API in the move-to-nodes operator.
Lukas Tönne pushed to node_scout at LukasTonne/blender-addons 2023-09-02 11:37:17 +02:00
9b1ab6dc4a Updated node scout to support Blender 4.0 API.
Lukas Tönne created pull request blender/blender#111823 2023-09-02 11:16:18 +02:00
Fix #111763: Incorrect string copy function for default_attribute_name
Lukas Tönne pushed to fix-node-group-compat-save at LukasTonne/blender 2023-09-02 11:15:38 +02:00
03a0af5fab Fix #111763: Incorrect string copy function for default_attribute_name.
b0d5f3dc22 Fix #111711: bone collection visibility cannot be overridden
8cadeac18b Cleanup: fix node registration
1c0a1ae801 Fix #109561: Overwrite existing imagepath based on relativepath property
a7ad0ad8fb UI: Theme Versioning for Enum Highlighting
Compare 10 commits »
Lukas Tönne created branch fix-node-group-compat-save in LukasTonne/blender 2023-09-02 11:15:37 +02:00
Lukas Tönne pushed to test_nodegroup_compat at LukasTonne/blender 2023-09-01 19:00:00 +02:00
b234d07105 Cleanup: Removed debugging code.
Lukas Tönne created pull request blender/blender#111800 2023-09-01 18:56:01 +02:00
WIP: New test for node group versioning
Lukas Tönne created branch test_nodegroup_compat in LukasTonne/blender 2023-09-01 18:54:00 +02:00
Lukas Tönne pushed to test_nodegroup_compat at LukasTonne/blender 2023-09-01 18:54:00 +02:00
e828dfa5c4 New test for node group versioning.
cc5dd9e3d3 Cleanup: use libdecor_ prefix for libdecor_frame_interface callbacks
e711af8987 GHOST/Wayland: correction to xdg_toplevel_listener::configure use
5c9e5d9dc8 Cleanup: line-length, use percentage formatting
523700030f Fix enabling experimental gpencil-v3 failing to refresh the keymap
Compare 10 commits »
Lukas Tönne commented on pull request blender/blender#111704 2023-09-01 14:27:52 +02:00
Fix versioning old 2.6 node groups, causing dangling link pointers

Getting back to the original question: "Does this after_linking code still work after regular versioning to 4.0?"

Yes! And in this case running in after_linking is necessary, because the…

Lukas Tönne commented on pull request blender/blender#111704 2023-09-01 13:52:48 +02:00
Fix versioning old 2.6 node groups, causing dangling link pointers

I find so many broken things with 2.5 nodes versioning, might be preferable to complete this PR for 2.6 compatibility and continue fixing 2.5 nodes separately.

Lukas Tönne commented on issue blender/blender#111786 2023-09-01 13:08:22 +02:00
Node panel title interrupts node resize

Not intended, i guess the panel header invisible button just overlaps with the border enough to confuse the operator. Will take a look after more high priority issues.

Lukas Tönne commented on pull request blender/blender#111704 2023-09-01 13:06:16 +02:00
Fix versioning old 2.6 node groups, causing dangling link pointers

The offending nodeUniqueName was added by eb01c483 but it re-generates the identifier for every socket in a node and adds the node to nodes_by_id as many times.