Block a user
Node Panels: links no longer show when the panel is collapsed
Fix #112233: Panel collapsed state should not hide socket links
dac4fdc263
Merge branch 'main' into geometry-nodes-flip
0b8c83d273
GPv3: Send updates after drop operation
a53329fda7
Cleanup: Strict compiler warnings in Cycles Metal BVH
bd305c8d18
Fix #110108: NLA absolute snapping
4790c6ac61
addon_utils: don't print a traceback when the add-on isn't found
Lukas Tönne
pushed to fix-collapsed-panel-link-drawing at LukasTonne/blender
2023-09-15 11:58:46 +02:00
5d5293aaef
Renamed node socket visibility functions.
f96841e9b5
Merge branch 'main' into fix-collapsed-panel-link-drawing
a53329fda7
Cleanup: Strict compiler warnings in Cycles Metal BVH
bd305c8d18
Fix #110108: NLA absolute snapping
4790c6ac61
addon_utils: don't print a traceback when the add-on isn't found
Fix #112233: Panel collapsed state should not hide socket links
Well, is_visible_panel_closed
is also not quite accurate: The function just does not care if the panel is closed or not, while the is_visible
would strictly require `!this->is_panel_collapsed()…
Subpanels for node group sockets
For the purpose of modifier node panels i added a modifier_subpanel_register_ex
function that allows overriding the default poll
callback and flags. The poll callback still only gets the panel…
82f2f95ae1
New menu switch node.
4086ef986c
Fix #112374: loading reference/background images filters out movies
2ec2e52a90
UI: Theme: Allow transparency when editing text in widgets
42ed81b9ab
Fix #112299: crash calling context.copy() in operator with popup
89b3249c14
UV: when finding the best packing method, use area as tie breaker
Fix #112233: Panel collapsed state should not hide socket links
ok can we agree on keeping is_visible
and renaming is_icon_visible
to has_interactive_icon
? I want to wrap this up.
Fix #112233: Panel collapsed state should not hide socket links
Yeah that's what our discussion was about. Hans wants to rename the is_visible
but it's not clear what a better name would be (meaning "The socket is has a valid location and may be connected"…
Lukas Tönne
deleted branch fix-node-draw-unused-vars from LukasTonne/blender
2023-09-14 16:33:19 +02:00
Node drawing: Fix unused variables in release builds
Node drawing: Fix unused variables in release builds