Block a user
Lukas Tönne
pushed to hide-node-panels-with-hidden-sockets at LukasTonne/blender
2023-09-28 11:11:45 +02:00
c95e2e57b1
Fix #112588: Hide node panels when all sockets are hidden.
Lukas Tönne
created branch hide-node-panels-with-hidden-sockets in LukasTonne/blender
2023-09-28 11:11:45 +02:00
Tree View: Scroll bar and resize widget missing from the Group tab on the Node editor's side panel
@JulianEisel it's a known issue, but do we have a task for missing tree view features?
49ecff063a
Merge branch 'main' into hide-panels-when-empty
e5a33b3b2c
Vulkan: Rework Initializing/Allocating Textures
8b6b71a47f
Merge branch 'blender-v4.0-release'
afeb3e7784
Fix #112761: Sequencer tweak tool does not box-select
ca9c6372c9
Merge branch 'blender-v4.0-release'
The concept of 'Field Objects'
I like the idea.
where is the composition of multiple fields defined?
This would generally happen on the "target" side of things, for example:
- Force fields are evaluated and simply…
4fac89de67
Merge branch 'main' into socket_subpanels
2f1b8f59e3
Cleanup: Nodes: Simplify drawing function
1da08a5556
Asset shelf: Add asset library selector
e3d4cf9b3d
UI: Allow popover panels to register own notifier listeners
c8cc169d6f
Geometry Nodes: add Inspection Index to Repeat Zone
Lukas Tönne
deleted branch recursive-panel-drawing from LukasTonne/blender
2023-09-27 11:48:50 +02:00
Cleanup: Nodes: Simplify drawing function
Subpanels for node group sockets
This patch won't make it into 4.0, too many risky changes still needed for the panel system in general.
Subpanels for node group sockets
I found an issue that looks to me like it's not a known issue yet
Nice find! (Initial guess: panel identifiers get copied along with the modifier and only the last found panel is used)
fedda6afcd
ui code for property separation thingamagic
b159d6220f
Remove unused function.
f51bb04130
Removed unused forward declaration.
32306d7173
Cleanup: single integer for custom_data_int and better comment.
Subpanels for node group sockets
There is a flicker in the modifier tab of the property editor when I add a new panel to a node group. Looks like the panels are all drawn expanded for one instant.
I suspect this is a general…