Lukas Tönne LukasTonne
Lukas Tönne pushed to node-group-interface-ui at LukasTonne/blender 2023-08-02 17:05:09 +02:00
b2c1c0e999 Fixed interface creation from existing sockets with subtypes.
Lukas Tönne pushed to node-group-interface-ui at LukasTonne/blender 2023-08-02 14:12:30 +02:00
70b0ff1400 Fix warnings about potential ID nullptr (cannot declare NONNULL attribute).
Lukas Tönne pushed to node-group-interface-ui at LukasTonne/blender 2023-08-02 13:58:25 +02:00
726f9b8ff7 Removed commented code.
Lukas Tönne pushed to node-group-interface-ui at LukasTonne/blender 2023-08-02 11:45:03 +02:00
4473f88f07 Renamed leftover instances of interface to tree_interface.
5fbc517bfb Merge branch 'main' into node-group-interface-ui
b655571f70 Render: Make GPU compositor a BaseRender method
5d0c355b5f Cleanup: Unsafe mix of type warning
c3685fe068 Cleanup: Sculpt: Use consistent operator function names
Compare 51 commits »
Lukas Tönne pushed to node-group-interface-ui at LukasTonne/blender 2023-08-02 10:42:15 +02:00
19fce36794 Renamed interface to tree_interface to avoid MSVC name conflicts.
Lukas Tönne pushed to geometry-nodes-contacts at LukasTonne/blender 2023-08-01 23:01:38 +02:00
0072d5468b Default output when the target is empty.
Lukas Tönne pushed to geometry-nodes-contacts at LukasTonne/blender 2023-08-01 21:06:39 +02:00
861aab3221 Ignore invalid results of the BVH nearest element query.
Lukas Tönne pushed to geometry-nodes-contacts at LukasTonne/blender 2023-08-01 20:04:28 +02:00
4e9fc33353 Fix index for inserting into the neighbor data.
Lukas Tönne pushed to geometry-nodes-contacts at LukasTonne/blender 2023-08-01 18:04:33 +02:00
ad450b6cbf Fix enum warning.
Lukas Tönne pushed to node-group-interface-ui at LukasTonne/blender 2023-08-01 17:23:11 +02:00
1c2c6fb37d Fix memory leak: is_empty is not a good test for wether a pointer has data and needs freeing.
7c77f17419 Fix forward compa function: avoid freeing memory until after writing.
Compare 2 commits »
Lukas Tönne pushed to node-group-interface-ui at LukasTonne/blender 2023-08-01 11:29:37 +02:00
3a0dd2c6ea Merge branch 'main' into node-group-interface-ui
c319d0977f RNA: use const array arguments, order array length afterwards
c0f87d04c7 Cleanup: use const array arguments
0ee424ce33 Cleanup: add missing DNA_simulation_defaults.h to CMake's listing
dddf07c2ce Tools: update 'check_cmake' check to skip PUBLIC/PRIVATE prefixes
Compare 25 commits »
Lukas Tönne created pull request blender/blender#110675 2023-08-01 10:53:13 +02:00
WIP: Closest neighbors node to find pairs of points for convolution operations
Lukas Tönne pushed to geometry-nodes-contacts at LukasTonne/blender 2023-08-01 01:33:55 +02:00
97a519e407 Fixed handling of multiple component types and other issues.
Lukas Tönne pushed to geometry-nodes-contacts at LukasTonne/blender 2023-07-31 18:07:50 +02:00
4bf73f3f05 Support for point clouds.
Lukas Tönne pushed to node-group-interface-ui at LukasTonne/blender 2023-07-31 17:25:18 +02:00
b58c60e472 Renamed inputs/outputs to inputs_legacy/outputs_legacy.
Lukas Tönne pushed to node-group-interface-ui at LukasTonne/blender 2023-07-31 17:03:16 +02:00
e5592fb328 Removed old code from nodes.
e60e63cea9 Removed old code from RNA.
7ec01a605f Removed comments from DNA.
f284d020c7 Removed old code from editors.
e3377cccc6 Removed outdated comment.
Compare 7 commits »
Lukas Tönne pushed to node-group-interface-ui at LukasTonne/blender 2023-07-31 16:08:01 +02:00
e0a3030622 Disabled DNA for previous bNodePanel.
173abb8231 Removed old code from python scripts.
Compare 2 commits »
Lukas Tönne pushed to node-group-interface-ui at LukasTonne/blender 2023-07-31 15:53:58 +02:00
4ad187747f Renamed downcast functions in node_interface to more descriptive names.
Lukas Tönne pushed to node-group-interface-ui at LukasTonne/blender 2023-07-31 14:59:05 +02:00
8c129f68d4 Optional callback in Custom socket declarations executing the node interface initialization.