Lukas Tönne LukasTonne
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
Lukas Tönne pushed to hide-panels-when-empty at LukasTonne/blender 2023-09-28 11:07:33 +02:00
11252147b6 Actually hide panels when their content is full invisible.
Lukas Tönne commented on issue blender/blender#112992 2023-09-28 10:45:37 +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?

Lukas Tönne pushed to hide-panels-when-empty at LukasTonne/blender 2023-09-28 10:39:26 +02:00
845cecb61b Undo merge error.
Lukas Tönne pushed to hide-panels-when-empty at LukasTonne/blender 2023-09-28 10:36:54 +02:00
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'
Compare 223 commits »
Lukas Tönne commented on issue blender/blender#112956 2023-09-27 16:34:54 +02:00
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…
Lukas Tönne pushed to socket_subpanels at LukasTonne/blender 2023-09-27 11:54:59 +02:00
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
Compare 57 commits »
Lukas Tönne deleted branch recursive-panel-drawing from LukasTonne/blender 2023-09-27 11:48:50 +02:00
Lukas Tönne merged pull request blender/blender#112860 2023-09-27 11:48:48 +02:00
Cleanup: Nodes: Simplify drawing function
Lukas Tönne pushed to main at blender/blender 2023-09-27 11:48:48 +02:00
2f1b8f59e3 Cleanup: Nodes: Simplify drawing function
Lukas Tönne pushed to socket_subpanels at LukasTonne/blender 2023-09-27 11:47:55 +02:00
82259645a1 Fix panel drawing when using multiple modifiers.
Lukas Tönne commented on pull request blender/blender#108565 2023-09-27 11:15:39 +02:00
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.

Lukas Tönne pushed to socket_subpanels at LukasTonne/blender 2023-09-26 18:50:20 +02:00
f9f477b091 Removed the "_ex" subpanel registration method.
Lukas Tönne commented on pull request blender/blender#108565 2023-09-26 18:32:53 +02:00
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)

Lukas Tönne pushed to socket_subpanels at LukasTonne/blender 2023-09-26 18:26:02 +02:00
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.
Compare 4 commits »
Lukas Tönne commented on pull request blender/blender#108565 2023-09-26 18:20:39 +02:00
Subpanels for node group sockets

Looks like it, don't remember why i added this.

Lukas Tönne commented on pull request blender/blender#108565 2023-09-26 18:04:05 +02:00
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…

Lukas Tönne pushed to hide-panels-when-empty at LukasTonne/blender 2023-09-26 17:35:10 +02:00
068abda381 Determine visibility of panel content as part of drawing.