Block a user
Node Wrangler: Fix outdated menu names that break addon loading tests
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.
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
Fix #111763: Incorrect string copy function for default_attribute_name
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
Lukas Tönne
created branch fix-node-group-compat-save in LukasTonne/blender
2023-09-02 11:15:37 +02:00
WIP: New test for node group versioning
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
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…
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.
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.
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.