Lukas Tönne LukasTonne
Lukas Tönne merged pull request blender/blender#112658 2023-09-21 11:26:04 +02:00
Fix #112622: draw_color_simple is optional for custom nodes
Lukas Tönne created pull request blender/blender#112658 2023-09-21 11:22:38 +02:00
Fix #112622: draw_color_simple is optional for custom nodes
Lukas Tönne pushed to fix-socket-color-callback-crash at LukasTonne/blender 2023-09-21 11:21:49 +02:00
4d04e66c53 Fix #112622: draw_color_simple is optional.
Lukas Tönne created branch fix-socket-color-callback-crash in LukasTonne/blender 2023-09-21 11:21:49 +02:00
Lukas Tönne pushed to nodes-revert-inline-sockets at LukasTonne/blender 2023-09-21 11:09:53 +02:00
ff85c97a1c Removed input_output API functions from node declarations.
Lukas Tönne pushed to nodes-revert-inline-sockets at LukasTonne/blender 2023-09-21 11:06:45 +02:00
7bbf761906 Cleanup: Revert unwanted formatting changes.
Lukas Tönne commented on pull request blender/blender#112560 2023-09-21 11:00:25 +02:00
Nodes: revert the inline (pass-through) socket feature

It seems like this patch contains many unrelated formatting changes.

Sorry, recent system update broke all the clang-format stuff on my machine again ... and then gitea hides the file will…

Lukas Tönne pushed to nodes-revert-inline-sockets at LukasTonne/blender 2023-09-21 10:56:09 +02:00
a0b016c64e Merge branch 'main' into nodes-revert-inline-sockets
faf8d9d8ba Anim: Multi Editing for FCurve modifiers
9cc4df8062 Cleanup: Make Format
f6082a5042 Cleanup: Use intern/render_types.h for lineart_cpu.c
963c0ed5e7 UI: Custom Tooltips Image Field Correction
Compare 73 commits »
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-09-21 10:07:35 +02:00
fcc1bc38a5 Added new node to control the grid storage mode of point clouds.
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-09-21 01:32:12 +02:00
6edb544b4d PointCloud setting for controlling grid storage behavior.
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-09-21 00:08:41 +02:00
b5b3a45a47 Mark velocity grid as staggered to ensure correct point advection.
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-09-20 23:51:58 +02:00
0f00df2a9f Attribute transfer from points after the grid has been created.
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-09-20 18:41:17 +02:00
4e4eb9227b Partial update loop for attributes.
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-09-20 18:20:45 +02:00
fc35460509 Some point advection code.
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-09-20 11:36:35 +02:00
118fdfe400 Added checks to avoid OpenVDB exceptions crashing tbb.
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-09-20 10:04:22 +02:00
4036049698 Partial error handling for OpenVDB exceptions.
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-09-20 01:25:31 +02:00
6d4f9428a3 Testing particle attribute rasterization.
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-09-19 17:42:55 +02:00
fec8ea72a7 Point grid stuff.
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-09-19 14:52:25 +02:00
dcfac48a93 Moved point data grid definition into own header.