Lukas Tönne LukasTonne
Lukas Tönne pushed to context_for_tree_view_rename at LukasTonne/blender 2023-08-25 15:51:33 +02:00
8a8c1cca5f Add a context argument to tree view item rename functions.
b05d44b75b Fix #109847: Inconsistent panning in editors
a186f5e48a Cleanup: unused variable in release builds.
888a7f0bf0 Cleanup: remove C++ RawArray
b150b47720 UI: add a preference for the number of samples used for FPS playback
Compare 9 commits »
Lukas Tönne created branch context_for_tree_view_rename in LukasTonne/blender 2023-08-25 15:51:32 +02:00
Lukas Tönne pushed to node-panels-final at LukasTonne/blender 2023-08-25 15:35:42 +02:00
7c2b6dc50d Move topology cache update closer to the code that needs it.
Lukas Tönne pushed to node-panels-final at LukasTonne/blender 2023-08-25 15:29:31 +02:00
3a0db7cba9 Fix for consistent panel states: Copy the old states before replacing.
Lukas Tönne pushed to node-panels-final at LukasTonne/blender 2023-08-25 13:53:50 +02:00
93aa416fa6 Replace is_input/is_output flags with an enum for in_out flags.
Lukas Tönne pushed to node-panels-final at LukasTonne/blender 2023-08-25 13:01:21 +02:00
6745adac51 Insert new items after the current active.
b0765a1991 Set a sensible interface active item index when removing or copying.
2eb9c31a9d Fix active item callback for interface tree view.
Compare 3 commits »
Lukas Tönne pushed to node-panels-final at LukasTonne/blender 2023-08-25 12:26:11 +02:00
d0844d3d2c Fix insert location for drag+drop.
Lukas Tönne pushed to node-panels-final at LukasTonne/blender 2023-08-25 12:06:29 +02:00
efa5ce9660 Fix interface test, take new sockets..panels ordering into account.
c91afe3f3a Fix insertion constraint function, inserting shifts item at that pos.
Compare 2 commits »
Lukas Tönne pushed to node-panels-final at LukasTonne/blender 2023-08-25 11:05:47 +02:00
effb72cb4a Merge branch 'main' into node-panels-final
0094bf8357 Remove debug printf committed by accident
4c0ef81926 Fix frame-rate display using times from previous playback
2c587e31dd Fix error in frame-rate display check
1954baaed3 Fix frame-rate display with multiple viewports open
Compare 42 commits »
Lukas Tönne pushed to node-panels-final at LukasTonne/blender 2023-08-24 18:48:18 +02:00
73a8499119 Added flag to keep panels grouped at the bottom of the list.
Lukas Tönne pushed to node-panels-final at LukasTonne/blender 2023-08-24 16:22:42 +02:00
a3dcc27447 Generate sockets in outputs..inputs order when both are enabled.
Lukas Tönne pushed to node-panels-final at LukasTonne/blender 2023-08-24 16:18:12 +02:00
cdb3b8e096 Fix versioning, still wasn't copying 'default_value' from old sockets.
Lukas Tönne pushed to node-panels-final at LukasTonne/blender 2023-08-24 16:02:47 +02:00
408b3b7164 Removed the up/down buttons.
Lukas Tönne commented on pull request blender/blender#111348 2023-08-24 15:00:44 +02:00
Nodes: Panels integration with blend files and UI
Lukas Tönne created pull request blender/blender-addons#104849 2023-08-24 14:48:32 +02:00
Node wrangler: Node socket interface class changed.
Lukas Tönne pushed to node-panels-final at LukasTonne/blender-addons 2023-08-24 14:47:24 +02:00
f5ae704751 Node wrangler: Node socket interface class changed.
604985452a Fix label alignment in preview commit (pose library)
3c3a2ce205 Pose Library: Always use asset shelf, remove old UI (hint at new one)
4fe61805c6 Fix #104838: Modifier keys are not listed in "Is key Free" addon
4c1d613615 Fix error loading brush-set files with UTF8 incompatible names
Compare 10 commits »
Lukas Tönne created branch node-panels-final in LukasTonne/blender-addons 2023-08-24 14:47:24 +02:00
Lukas Tönne commented on pull request blender/blender#111348 2023-08-24 14:09:30 +02:00
Nodes: Panels integration with blend files and UI

I wonder why we need the Up/Down arrows in the socket tree view at all if we have drag and drop. Currently, I find the behavior of these buttons fairly unpredictable when there are panels (and I…

Lukas Tönne commented on pull request blender/blender#111348 2023-08-24 13:58:55 +02:00
Nodes: Panels integration with blend files and UI