Block a user
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
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.
Fix #111969: Remove gaps between panels and fill in the background
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
Lukas Tönne
created branch fix-interleaved-node-group-in-out in LukasTonne/blender
2023-09-07 11:19:21 +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…
Fix #111963: Followup fix to ensure sockets inside panels have unique identifiers
@blender-bot build
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.
Nodes: group socket order depends on node selection
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
Fix #111788: Label width needs to use UI scale to match node width