Lukas Tönne LukasTonne
Lukas Tönne pushed to node-panels-final at LukasTonne/blender 2023-08-21 15:44:02 +02:00
f9e9e1d3f0 Check if child panels are allowed before trying to create them.
Lukas Tönne deleted branch node-panels-rna from LukasTonne/blender 2023-08-21 15:40:30 +02:00
Lukas Tönne closed pull request LukasTonne/blender#1 2023-08-21 15:40:29 +02:00
Node panels: Enable new node group interfaces
Lukas Tönne merged pull request blender/blender#110952 2023-08-21 15:40:28 +02:00
Node panels: RNA for node group interfaces
Lukas Tönne pushed to main at blender/blender 2023-08-21 15:40:27 +02:00
ea3d85b9d7 Node panels: RNA for node group interfaces
Lukas Tönne pushed to node-panels-final at LukasTonne/blender 2023-08-21 14:31:24 +02:00
a205f5106b Allow child panels in the interface root panel.
3402736a14 Added a flag to control when a panel is allowed to contain other panels.
Compare 2 commits »
Lukas Tönne pushed to node-panels-final at LukasTonne/blender 2023-08-21 13:03:44 +02:00
7e682246c5 Cleanup: Fixed TODO comment.
77ec92a5aa Added description and "default closed" flags to panel declarations.
1297c58ea1 Extented drop down for adding sockets to quickly add input or output.
bf95dd1e4d Part 3/3 of #109135, #110272
4f73c68cc6 Merge branch 'main' into node-panels-rna
Compare 8 commits »
Lukas Tönne commented on pull request blender/blender#110952 2023-08-21 13:03:10 +02:00
Node panels: RNA for node group interfaces
Lukas Tönne pushed to node-panels-rna at LukasTonne/blender 2023-08-21 13:02:51 +02:00
4f73c68cc6 Merge branch 'main' into node-panels-rna
f0a8c19461 Compositor: Increase tolerance for matte tests
12b261545f I18N: Updated UI translations from SVN trunk (r6668).
3dc93d6e38 GPv3: Display layer groups in grease pencil dopesheet
Compare 4 commits »
Lukas Tönne pushed to node-panels-final at LukasTonne/blender 2023-08-21 13:00:48 +02:00
33c34b8425 Cleanup: Fixed TODO comment.
296d6e2916 Added description and "default closed" flags to panel declarations.
Compare 2 commits »
Lukas Tönne pushed to node-panels-final at LukasTonne/blender 2023-08-21 12:08:15 +02:00
d4a6134c7b Extented drop down for adding sockets to quickly add input or output.
Lukas Tönne commented on pull request blender/blender#110952 2023-08-21 11:03:19 +02:00
Node panels: RNA for node group interfaces
Lukas Tönne pushed to node-panels-final at LukasTonne/blender 2023-08-21 11:02:45 +02:00
22e8f72bb2 Part 3/3 of #109135, #110272
9ba141b0b3 Cleanup: removed else after return.
8f3a01b9cf Removed unnecessary extern "C" from RNA function declarations.
d412ba7213 Merge branch 'main' into node-panels-rna
9df5f2c495 Vulkan: Indirect Drawing
Compare 101 commits »
Lukas Tönne pushed to node-panels-rna at LukasTonne/blender 2023-08-21 10:54:38 +02:00
9ba141b0b3 Cleanup: removed else after return.
8f3a01b9cf Removed unnecessary extern "C" from RNA function declarations.
d412ba7213 Merge branch 'main' into node-panels-rna
9df5f2c495 Vulkan: Indirect Drawing
4760908b6e Fix potential buffer overflow & un-terminated strings on macOS
Compare 100 commits »
Lukas Tönne commented on pull request blender/blender#110952 2023-08-21 10:47:38 +02:00
Node panels: RNA for node group interfaces

Correct, this extern "C" doesn't seem to be needed any more. makesrna generates .cc files now with regular C++ linkage for these functions (and for some reason declares these functions as…

Lukas Tönne pushed to geometry-nodes-flip at LukasTonne/blender 2023-08-21 09:25:42 +02:00
ce3fae522a Temp: Added a virtualized grid class similar to VArray.
6aa68ee85b Added virtual grid classes to enable fields without implicit topology.
Compare 2 commits »
Lukas Tönne pushed to geometry-nodes-flip at LukasTonne/blender 2023-08-18 15:31:33 +02:00
360e70b974 Removed the GridMask class.
Lukas Tönne pushed to geometry-nodes-flip at LukasTonne/blender 2023-08-18 14:41:25 +02:00
569c2dc636 Removed outdated node types for grid value access.
Lukas Tönne pushed to geometry-nodes-flip at LukasTonne/blender 2023-08-18 14:36:33 +02:00
fb19f8dab4 Cleanup: Removed old unused code.
Lukas Tönne pushed to geometry-nodes-flip at LukasTonne/blender 2023-08-18 13:57:34 +02:00
a539206aaf Merge branch 'main' into geometry-nodes-flip
6f8011edf7 Cycles: new Principled Hair BSDF variant with elliptical cross-section support
d06a6105a7 Fix: GPv3: TreeNode::is_locked() function
725f1dbf2d Revert: GPv3: DNA rename of name
eda58d6419 Fix #110635: VSE: strip color multiplication affecting alpha channel
Compare 60 commits »