Lukas Tönne LukasTonne
Lukas Tönne merged pull request blender/blender#112074 2023-09-07 15:06:46 +02:00
Fix #111963: Followup fix to ensure sockets inside panels have unique identifiers
Lukas Tönne pushed to fix-node-panel-copy-identifiers at LukasTonne/blender 2023-09-07 15:04:22 +02:00
0278fb2013 Cleanup: renamed uid_gen callback.
261a6dd447 Merge branch 'main' into fix-node-panel-copy-identifiers
8f21353b5d Fix #111788: Label width needs to use UI scale to match node width
6a1ba2aca1 Cleanup: remove unused defines, reduce variable scope
3f9a15bc30 Fix #112052: Theme access asserts on startup
Compare 21 commits »
Lukas Tönne pushed to geometry-nodes-tetrahedralization2 at LukasTonne/blender 2023-09-07 15:00:35 +02:00
979db6cd5c Fixed some of the test functions.
Lukas Tönne pushed to geometry-nodes-tetrahedralization2 at LukasTonne/blender 2023-09-07 14:17:02 +02:00
24fd20faeb Fix assert when clearing in case of an empty simplex component.
c2631744d6 Finished copy functions for simplex data with index masks.
Compare 2 commits »
Lukas Tönne created pull request blender/blender#112078 2023-09-07 12:18:06 +02:00
Fix #111969: Remove gaps between panels and fill in the background
Lukas Tönne pushed to node-panels-remove-gaps at LukasTonne/blender 2023-09-07 12:17:35 +02:00
e360792386 Fix #111969: Remove gaps between panels and fill in the background.
Lukas Tönne pushed to node-panels-remove-gaps at LukasTonne/blender 2023-09-07 12:16:12 +02:00
Lukas Tönne created branch node-panels-remove-gaps in LukasTonne/blender 2023-09-07 12:16:12 +02:00
Lukas Tönne created pull request blender/blender#112076 2023-09-07 11:19:51 +02:00
Fix #112073: Add all group outputs first, followed by all inputs
Lukas Tönne pushed to fix-interleaved-node-group-in-out at LukasTonne/blender 2023-09-07 11:19:21 +02:00
f3add3c060 Fix #112073: Add all group outputs first, followed by all inputs.
8f21353b5d Fix #111788: Label width needs to use UI scale to match node width
6a1ba2aca1 Cleanup: remove unused defines, reduce variable scope
3f9a15bc30 Fix #112052: Theme access asserts on startup
3059c3ee26 UI: display a short pulse when displaying reports in the status bar
Compare 10 commits »
Lukas Tönne created branch fix-interleaved-node-group-in-out in LukasTonne/blender 2023-09-07 11:19:21 +02:00
Lukas Tönne commented on issue blender/blender#112073 2023-09-07 11:16:20 +02:00
Nodes: Interleaved group inputs and outputs based on node selection

It's expected that socket order depends on selection, that has always been the case. The regression here is that inputs and outputs get interleaved, when they should keep the conventional…

Lukas Tönne created pull request blender/blender#112074 2023-09-07 11:02:23 +02:00
Fix #111963: Followup fix to ensure sockets inside panels have unique identifiers
Lukas Tönne pushed to fix-node-panel-copy-identifiers at LukasTonne/blender 2023-09-07 10:51:16 +02:00
caff04d0ec Finished copy functions with optional uid generators.
Lukas Tönne opened issue blender/blender#112073 2023-09-07 10:39:16 +02:00
Nodes: group socket order depends on node selection
Lukas Tönne pushed to main at blender/blender 2023-09-07 09:21:44 +02:00
8f21353b5d Fix #111788: Label width needs to use UI scale to match node width
Lukas Tönne closed issue blender/blender#111788 2023-09-07 09:21:43 +02:00
Error in label cutting in node panel name
Lukas Tönne deleted branch fix-node-panel-label-width from LukasTonne/blender 2023-09-07 09:21:43 +02:00
Lukas Tönne merged pull request blender/blender#112047 2023-09-07 09:21:41 +02:00
Fix #111788: Label width needs to use UI scale to match node width