Lukas Tönne LukasTonne
Lukas Tönne commented on pull request blender/blender#108648 2023-06-06 14:25:20 +02:00
More flexible callback for persistent panel expand flags

I think returning the integer via pointer doesn't really get us anything at the moment-- it still gives a 64 panel limit

Yes, it's in preparation for returning a larger bit vector for…

Lukas Tönne pushed to socket_subpanels at LukasTonne/blender 2023-06-06 12:24:55 +02:00
1b63cbccc2 Merge branch 'node-socket-categories' into socket_subpanels
5bf853f3aa Removed unused variable.
Compare 2 commits »
Lukas Tönne pushed to node-socket-categories at LukasTonne/blender 2023-06-06 12:19:06 +02:00
5bf853f3aa Removed unused variable.
Lukas Tönne commented on pull request blender/blender#108565 2023-06-06 11:59:38 +02:00
Subpanels for node group sockets

These two PRs implement part of the feature for easier independent review: Category declaration in node trees and sockets for grouping sockets #108649 More flexible callback for persistent panel…

Lukas Tönne pushed to socket_subpanels at LukasTonne/blender 2023-06-06 11:57:18 +02:00
e671f8b247 Merge branch 'node-socket-categories' into socket_subpanels
4dd0a31195 Merge branch 'panel_expand_flags_bit_vector' into socket_subpanels
5c8233edb3 Removed unnecessary range check of unsigned integer variable.
909430f5dc Category declarations in node trees for organizing modifier UI.
7b7716a887 Cleanup: clang format.
Compare 6 commits »
Lukas Tönne created pull request blender/blender#108649 2023-06-06 11:47:59 +02:00
Category declaration in node trees and sockets for grouping sockets
Lukas Tönne pushed to node-socket-categories at LukasTonne/blender 2023-06-06 11:25:55 +02:00
5c8233edb3 Removed unnecessary range check of unsigned integer variable.
909430f5dc Category declarations in node trees for organizing modifier UI.
Compare 2 commits »
Lukas Tönne created branch node-socket-categories in LukasTonne/blender 2023-06-06 11:25:55 +02:00
Lukas Tönne pushed to socket_subpanels at LukasTonne/blender 2023-06-06 10:44:00 +02:00
80eedb67f9 Cleanup: clang format.
Lukas Tönne created pull request blender/blender#108648 2023-06-06 10:38:54 +02:00
More flexible callback for persistent panel expand flags
Lukas Tönne pushed to panel_expand_flags_bit_vector at LukasTonne/blender 2023-06-06 10:27:56 +02:00
7b7716a887 Cleanup: clang format.
Lukas Tönne created branch panel_expand_flags_bit_vector in LukasTonne/blender 2023-06-05 17:21:10 +02:00
Lukas Tönne pushed to panel_expand_flags_bit_vector at LukasTonne/blender 2023-06-05 17:21:10 +02:00
26a0e7359a Return a simple bit data array for expand flags.
Lukas Tönne pushed to socket_subpanels at LukasTonne/blender 2023-06-05 14:23:52 +02:00
bf207e6621 Merge branch 'main' into socket_subpanels
c18ee2e84d Fix compile error on MSVC
d54fe40807 Cleanup: EEVEE: Simplify computation in #ltc_evaluate_disk_simple
Compare 3 commits »
Lukas Tönne pushed to socket_subpanels at LukasTonne/blender 2023-06-05 14:08:19 +02:00
b9a99ab3d0 Merge branch 'main' into socket_subpanels
ebb5643e59 Readfile: Refactor several parts of the process
cdd4beeb5e Cleanup: Use C++ functor for button pushed query callback
8eb75deb46 Merge branch 'blender-v3.6-release'
93de57b707 I18N: Updated UI translations from SVN trunk (r6562).
Compare 32 commits »
Lukas Tönne pushed to socket_subpanels at LukasTonne/blender 2023-06-05 14:07:20 +02:00
2ba9f75703 Return a simple bit data array for expand flags.
Lukas Tönne pushed to socket_subpanels at LukasTonne/blender 2023-06-05 11:58:38 +02:00
ef822f0f2d Remove unnecessary child panel index offset.
Lukas Tönne commented on issue blender/blender#105248 2023-06-03 13:14:25 +02:00
Node Group usability tasks for Node assets

WIP PR for subpanels: #108565

Lukas Tönne created pull request blender/blender#108565 2023-06-03 12:42:53 +02:00
WIP: Subpanels for node group sockets
Lukas Tönne pushed to socket_subpanels at LukasTonne/blender 2023-06-03 12:06:21 +02:00
9afdaa49d0 Cleanup: clang formatting.