Lukas Tönne LukasTonne
Lukas Tönne commented on pull request blender/blender#111348 2023-08-28 10:58:10 +02:00
Nodes: Panels integration with blend files and UI
Lukas Tönne pushed to node-panels-final at LukasTonne/blender 2023-08-28 10:54:54 +02:00
42556bbb75 Show default_closed property for panels with "Closed by Default" text.
Lukas Tönne pushed to node-panels-final at LukasTonne/blender 2023-08-28 10:50:29 +02:00
d6b5c04f32 Avoid small offsets when placing items in a collapsed panel.
Lukas Tönne pushed to node-panels-final at LukasTonne/blender 2023-08-28 10:40:17 +02:00
c010de1200 Swap order of inputs and outputs when making a node group.
Lukas Tönne pushed to node-panels-final at LukasTonne/blender 2023-08-28 10:30:55 +02:00
ecd4c3a22f Restore alignment rules for sockets to their previous behavior.
Lukas Tönne pushed to node-panels-final at LukasTonne/blender 2023-08-28 09:48:01 +02:00
45ec9915ea Merge branch 'main' into node-panels-final
c388ff6f89 Viewport: show fractional FPS playback values
8a735d0aa4 Fix: EEVEE: Incorrect GGX BRDF pdf and BTDF evaluation
6538a58725 Correct missing include from 7458d68b35
0e2f4046c6 Fix #111579: erratic viewport FPS at high frame rate
Compare 24 commits »
Lukas Tönne pushed to geometry-nodes-flip at LukasTonne/blender 2023-08-27 23:32:07 +02:00
a64e72c804 Partial fix for constant output buffers.
5844ead0be Fixed incorrect code for casting to typed grids.
Compare 2 commits »
Lukas Tönne pushed to geometry-nodes-flip at LukasTonne/blender 2023-08-27 18:52:20 +02:00
068c58b362 Fixed remaining build issues.
acf3f9da79 Merge branch 'main' into geometry-nodes-flip
e5a0d11c4e UI: Allow eyedropper outside of Blender (X11)
19850496cb Cleanup: remove unused function, format
67843e188b Fix: EEVEE-Next: incorrect GGX BRDF LUT coordinates
Compare 196 commits »
Lukas Tönne pushed to node-panels-final at LukasTonne/blender 2023-08-25 18:09:23 +02:00
809ae99ba1 Extend panel background slightly beyond the last item.
Lukas Tönne pushed to node-panels-final at LukasTonne/blender 2023-08-25 18:04:54 +02:00
cd7c71478a Ignore empty panels when generating declarations.
Lukas Tönne pushed to node-panels-final at LukasTonne/blender 2023-08-25 17:42:05 +02:00
62023ece9d Nicer background drawing for node panels.
Lukas Tönne pushed to node-panels-final at LukasTonne/blender 2023-08-25 16:20:20 +02:00
135f42f238 Remove const from by-value parameters in declarations.
a7aa5a9c8c Update comments, e prefix has been removed from flag type names.
f977a66909 Use this-> prefix for flag to avoid ambiguity with parameters.
de9a259181 Use interface_cache to avoid ambiguity.
Compare 4 commits »
Lukas Tönne commented on pull request blender/blender#111348 2023-08-25 16:19:47 +02:00
Nodes: Panels integration with blend files and UI

Changed to int for consistency with PanelDeclaration and bNodeTreeInterfacePanel where this identifier is copied from. Also using "identifier" consistently now instead of "uid".

Lukas Tönne pushed to node-panels-final at LukasTonne/blender 2023-08-25 16:10:21 +02:00
f4015e5b53 Renamed declaration in node group ui template to interface.
Lukas Tönne pushed to node-panels-final at LukasTonne/blender 2023-08-25 16:01:39 +02:00
aa1446fb14 Merge branch 'main' into node-panels-final
9236aa6949 Renamed "Sockets" panel to "Interface".
9a4a167476 UI: Add a context argument to tree view item rename functions.
b05d44b75b Fix #109847: Inconsistent panning in editors
a186f5e48a Cleanup: unused variable in release builds.
Compare 11 commits »
Lukas Tönne deleted branch context_for_tree_view_rename from LukasTonne/blender 2023-08-25 16:00:14 +02:00
Lukas Tönne pushed to main at blender/blender 2023-08-25 16:00:13 +02:00
9a4a167476 UI: Add a context argument to tree view item rename functions.
Lukas Tönne merged pull request blender/blender#111522 2023-08-25 16:00:12 +02:00
UI: Add a context argument to tree view item `rename` functions.
Lukas Tönne commented on pull request blender/blender#111348 2023-08-25 15:54:12 +02:00
Nodes: Panels integration with blend files and UI

#111522

Lukas Tönne created pull request blender/blender#111522 2023-08-25 15:52:26 +02:00
UI: Add a context argument to tree view item rename functions.