Lukas Tönne LukasTonne
Lukas Tönne pushed to fast-fourier-transform-node at LukasTonne/blender 2023-11-09 17:58:54 +01:00
d17eaa61ae Merge branch 'main' into fast-fourier-transform-node
d0ce1ca173 Merge branch 'blender-v4.0-release'
ff5df8a78f Fix #114564: Can't search grease pencil modifiers
16553c2a44 Geometry Nodes: Support top-level instance meshes in boolean node
59a21a63bb Cleanup: Remove unused r_data_format parameter
Compare 44 commits »
Lukas Tönne commented on issue blender/blender#114582 2023-11-09 12:45:18 +01:00
Crash: Opening a 3.3 project crashes 3.6/4.0

@JacquesLucke @brecht Any opinion on this matter? Should we remove unknown built-in nodes from on loading in 3.x to prevent saving invalid data, or is switching versions like this simply…

Lukas Tönne commented on issue blender/blender#114582 2023-11-09 12:40:55 +01:00
Crash: Opening a 3.3 project crashes 3.6/4.0

The test file has a simulation zone in it, which does not load correctly and crashes (storage of the sim zone input node is null).

Simulation zones were introduced in 3.6, so i doubt the file…

Lukas Tönne pushed to fast-fourier-transform-node at LukasTonne/blender 2023-11-09 11:34:02 +01:00
c0e825699c Use a mutex for the FFTW3 planing since it is not thread-safe.
Lukas Tönne pushed to fast-fourier-transform-node at LukasTonne/blender 2023-11-09 10:35:33 +01:00
4088f89807 Fix buffer padding required for real data input.
Lukas Tönne pushed to fast-fourier-transform-node at LukasTonne/blender 2023-11-09 09:38:03 +01:00
85d65a4740 Compute correct 2d and 3d grid sizes.
Lukas Tönne pushed to fast-fourier-transform-node at LukasTonne/blender 2023-11-08 18:23:32 +01:00
a75d355a6e FFT implementation using the FFTW3 library.
Lukas Tönne pushed to fast-fourier-transform-node at LukasTonne/blender 2023-11-08 10:28:37 +01:00
9abf79a375 Merge branch 'main' into fast-fourier-transform-node
ece4b6e84d Cleanup: Remove unused functions
b414187efb Build: Update OpenImageDenoise to 2.1.0
7b89a0a580 Cleanup: Mark unused arguments as such
f76ceddc98 Vulkan: Workaround for Unsupported R8G8B8 Vertex Buffer Formats
Compare 165 commits »
Lukas Tönne pushed to fast-fourier-transform-node at LukasTonne/blender 2023-11-08 10:01:02 +01:00
8832443fbd A node for computing fast fourier transforms.
Lukas Tönne created branch fast-fourier-transform-node in LukasTonne/blender 2023-11-08 10:01:02 +01:00
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-11-07 14:22:46 +01:00
612cfc0b80 Merge branch 'main' into point-cloud-grid
160111c318 Merge branch 'blender-v4.0-release'
93278b55d4 Linux: Improve metainfo file
9550fba6df Merge branch 'blender-v4.0-release'
5c6c71e6e8 Build: prevent OpenSSL using /etc/ssl on macOS & Linux
Compare 148 commits »
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-11-07 14:12:34 +01:00
44bd88f0b3 Hide multi-string input value, this is never used.
0622d8b5b8 Use utility function for Construct Grid output.
d3eca8ec25 Join Geometry implementation for volume grids.
Compare 3 commits »
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-11-07 10:35:19 +01:00
86787cbd61 Finished transform node for grids.
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-11-07 09:15:17 +01:00
53c1661c93 New node (WIP) for transforming individual grids.
Lukas Tönne approved blender/blender#114560 2023-11-07 08:57:21 +01:00
UI: Support dragging over node panel headers to batch (un)collapse

Pleasantly simple change, looks good.

Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-11-07 08:03:44 +01:00
10510d90a0 Add missing include.
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-11-06 18:03:08 +01:00
2f47a9e2cf Implementation fixes for the Combine Topology node.
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-11-06 08:29:26 +01:00
e3db2162ca New node for combining grid topologies (WIP).
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-11-05 11:58:24 +01:00
b076418c77 Dilate/Erode nodes for expanding and shrinking active voxel regions.
Lukas Tönne pushed to point-cloud-grid at LukasTonne/blender 2023-11-05 09:10:47 +01:00
2d31db603e Use dynamic output socket for the sample volume node.