Block a user
Fix #112331: Add missing node tree updates after exposing sockets
Lukas Tönne
created branch fix-missing-update-group-extend in LukasTonne/blender
2023-09-13 17:15:35 +02:00
Lukas Tönne
pushed to fix-missing-update-group-extend at LukasTonne/blender
2023-09-13 17:15:35 +02:00
a53029f602
Fix #112331: Add missing node tree updates after exposing sockets.
6c98cb73ac
Cycles: Use new MetalRT curve primitives for 3D curves and ribbons
36f31f1eff
Asset shelf: Remove unnecessary separator between buttons in header
5470ce4cf3
Cleanup: Improve comment on asset shelf header size
Lukas Tönne
deleted branch fix-link-drag-socket-init from LukasTonne/blender
2023-09-13 17:10:18 +02:00
Regression: Nodes: Creating new group input socket with link drag search does not set proper default
Fix #112330: Group sockets not initialized when created by link-drag
Fix #112330: Group sockets not initialized when created by link-drag
ad7641eb69
Fix #112330: Group sockets not initialized when created by link-drag.
6c98cb73ac
Cycles: Use new MetalRT curve primitives for 3D curves and ribbons
36f31f1eff
Asset shelf: Remove unnecessary separator between buttons in header
5470ce4cf3
Cleanup: Improve comment on asset shelf header size
Lukas Tönne
created branch fix-link-drag-socket-init in LukasTonne/blender
2023-09-13 17:03:58 +02:00
Fix #112233: Panel collapsed state should not hide socket links
Why are the sockets added to the layout when they're inside a collapsed panel?
They still have a location in the 2D view, the point where links go to. All sockets get put in the same place…
e473952f12
Merge branch 'main' into socket_subpanels
08eb7f1c97
GPv3: Snap selected grease pencil frames
564716d5a2
Fix #112285: Sculpt Mode: Mask brush smoothing is broken
9a0eaa2062
Fix crash using the key-map editor after refreshing internal data
716d1b9e29
Tests: bl_keymap_validate failure wasn't causing tests to fail
Fix #112233: Panel collapsed state should not hide socket links
Lukas Tönne
pushed to fix-collapsed-panel-link-drawing at LukasTonne/blender
2023-09-13 14:07:23 +02:00
23443d1376
Fix #112233: Panel collapsed state should not hide socket links.
08eb7f1c97
GPv3: Snap selected grease pencil frames
564716d5a2
Fix #112285: Sculpt Mode: Mask brush smoothing is broken
9a0eaa2062
Fix crash using the key-map editor after refreshing internal data
716d1b9e29
Tests: bl_keymap_validate failure wasn't causing tests to fail
Lukas Tönne
created branch fix-collapsed-panel-link-drawing in LukasTonne/blender
2023-09-13 14:07:23 +02:00
Nodes: Support for input/output sockets in same vertical space
I've replaced the iterator as suggested, hopefully the code is a little bit easier to understand.