Lukas Tönne LukasTonne
Lukas Tönne created pull request blender/blender#112339 2023-09-13 17:16:02 +02:00
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
Compare 4 commits »
Lukas Tönne deleted branch fix-link-drag-socket-init from LukasTonne/blender 2023-09-13 17:10:18 +02:00
Lukas Tönne pushed to main at blender/blender 2023-09-13 17:10:18 +02:00
150f226797 Fix #112330: Group sockets not initialized when created by link-drag
Lukas Tönne closed issue blender/blender#112330 2023-09-13 17:10:17 +02:00
Regression: Nodes: Creating new group input socket with link drag search does not set proper default
Lukas Tönne merged pull request blender/blender#112337 2023-09-13 17:10:15 +02:00
Fix #112330: Group sockets not initialized when created by link-drag
Lukas Tönne created pull request blender/blender#112337 2023-09-13 17:04:39 +02:00
Fix #112330: Group sockets not initialized when created by link-drag
Lukas Tönne pushed to fix-link-drag-socket-init at LukasTonne/blender 2023-09-13 17:03:58 +02:00
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
Compare 4 commits »
Lukas Tönne created branch fix-link-drag-socket-init in LukasTonne/blender 2023-09-13 17:03:58 +02:00
Lukas Tönne pushed to socket_subpanels at LukasTonne/blender 2023-09-13 16:32:26 +02:00
48c9f13bd0 Removed the new modifier callbacks for child panels.
Lukas Tönne commented on pull request blender/blender#112326 2023-09-13 14:46:13 +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…

Lukas Tönne pushed to socket_subpanels at LukasTonne/blender 2023-09-13 14:26:58 +02:00
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
Compare 498 commits »
Lukas Tönne pushed to socket_subpanels at LukasTonne/blender 2023-09-13 14:13:48 +02:00
de67d6ef8b Fix: INSTANCED_PANEL_UNIQUE_STR_LEN was renamed to ..._SIZE.
Lukas Tönne created pull request blender/blender#112326 2023-09-13 14:11:26 +02:00
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
Compare 10 commits »
Lukas Tönne created branch fix-collapsed-panel-link-drawing in LukasTonne/blender 2023-09-13 14:07:23 +02:00
Lukas Tönne commented on pull request blender/blender#112250 2023-09-13 12:53:14 +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.

Lukas Tönne pushed to node-inline-sockets at LukasTonne/blender 2023-09-13 12:52:43 +02:00
25df1d69f3 Construct a flat vector of item pointers instead of using an iterator.