Lukas Tönne LukasTonne
Lukas Tönne pushed to volume-grid-nodes at LukasTonne/blender 2023-12-11 10:36:37 +01:00
6dd4cb29c4 Merge branch 'volume-grid-sockets' into volume-grid-nodes
0c788585ca Return grid pointer directly when extracting grid inputs.
7af2717b1c Remove potential grid copy in VolumeGridPtr accessors.
Compare 3 commits »
Lukas Tönne pushed to volume-grid-sockets at LukasTonne/blender 2023-12-11 10:36:22 +01:00
0c788585ca Return grid pointer directly when extracting grid inputs.
7af2717b1c Remove potential grid copy in VolumeGridPtr accessors.
Compare 2 commits »
Lukas Tönne pushed to volume-grid-sockets-cache-rewrite at LukasTonne/blender 2023-12-11 09:53:34 +01:00
9d491d24f2 Merge branch 'volume-grid-sockets' into volume-grid-sockets-cache-rewrite
d1ea5b7164 Merge branch 'main' into volume-grid-sockets
fb5d03b5ba Fix: Typo in recent commit to BMesh copy function
6d70e9b05f UI: fix and improve a few messages
6ebe196c0b Metal: Add support for attachment-less framebuffer
Compare 110 commits »
Lukas Tönne pushed to volume-grid-nodes at LukasTonne/blender 2023-12-11 09:53:26 +01:00
c352482f93 Merge branch 'volume-grid-sockets' into volume-grid-nodes
d1ea5b7164 Merge branch 'main' into volume-grid-sockets
fb5d03b5ba Fix: Typo in recent commit to BMesh copy function
6d70e9b05f UI: fix and improve a few messages
6ebe196c0b Metal: Add support for attachment-less framebuffer
Compare 37 commits »
Lukas Tönne pushed to volume-grid-sockets at LukasTonne/blender 2023-12-11 09:52:44 +01:00
d1ea5b7164 Merge branch 'main' into volume-grid-sockets
fb5d03b5ba Fix: Typo in recent commit to BMesh copy function
6d70e9b05f UI: fix and improve a few messages
6ebe196c0b Metal: Add support for attachment-less framebuffer
edb7656c06 Cleanup: Remove unused BoundBox functions
Compare 36 commits »
Lukas Tönne commented on pull request blender/blender#115487 2023-12-11 07:54:22 +01:00
WIP: Extrapolate grid node

Consider this closed, gitea is just broken ...

Lukas Tönne commented on pull request blender/blender#115487 2023-12-11 07:42:03 +01:00
WIP: Extrapolate grid node

This branch has grown into a jumble of assorted grid nodes. Made a new branch to better reflect this: #116021. The nodes will be merged into main in individual PRs.

Lukas Tönne created pull request blender/blender#116021 2023-12-11 07:39:43 +01:00
WIP: Volume Grid Nodes
Lukas Tönne pushed to volume-grid-nodes at LukasTonne/blender 2023-12-11 07:36:52 +01:00
Lukas Tönne created branch volume-grid-nodes in LukasTonne/blender 2023-12-11 07:36:52 +01:00
Lukas Tönne pushed to grid-extension-test at LukasTonne/blender 2023-12-10 20:49:42 +01:00
91e3f3fda2 Finished implementation of the grid filter nodes.
Lukas Tönne pushed to grid-extension-test at LukasTonne/blender 2023-12-10 12:48:54 +01:00
4f2f3be144 Finished implementation of the (density) grid filter node.
Lukas Tönne pushed to grid-extension-test at LukasTonne/blender 2023-12-10 11:54:24 +01:00
de674d2553 Return grid pointer directly when extracting grid inputs.
Lukas Tönne pushed to grid-extension-test at LukasTonne/blender 2023-12-10 11:39:45 +01:00
9c83b3b515 Remove potential grid copy in VolumeGridPtr accessors.
Lukas Tönne pushed to grid-extension-test at LukasTonne/blender 2023-12-09 11:24:56 +01:00
22e9cd699a Merge branch 'volume-grid-sockets' into grid-extension-test
ace3f99d02 Merge branch 'main' into volume-grid-sockets
2c85561fc3 Fix invalid cursor move time-stamp on WIN32
0b1049b41d BMesh: Optimize copying attributes from many elements at once
7c5fa8bf6c IO: Add initial support for File Handlers registration
Compare 74 commits »
Lukas Tönne pushed to volume-grid-sockets at LukasTonne/blender 2023-12-09 11:24:39 +01:00
ace3f99d02 Merge branch 'main' into volume-grid-sockets
2c85561fc3 Fix invalid cursor move time-stamp on WIN32
0b1049b41d BMesh: Optimize copying attributes from many elements at once
7c5fa8bf6c IO: Add initial support for File Handlers registration
85012ccb1f Cleanup: Use simpler positions name in curves selection functions
Compare 73 commits »
Lukas Tönne pushed to grid-extension-test at LukasTonne/blender 2023-12-08 17:55:25 +01:00
82a65b8c74 Temp: Two new nodes for filtering of density and SDF grids.
Lukas Tönne pushed to volume-grid-sockets-cache-rewrite at LukasTonne/blender 2023-12-08 15:09:36 +01:00
505227a64f Reimplemented the load/unload functions for VolumeGrid.
Lukas Tönne commented on pull request blender/blender#115270 2023-12-08 11:49:14 +01:00
Geometry Nodes: initial Volume Grid socket support

Ok, to summarize the discussion:

  • VolumeGrid is the shared data, previously VolumeFileCacheEntry had this job.
  • To have per-instance loading state and simplification level we would need…
Lukas Tönne pushed to grid-extension-test at LukasTonne/blender 2023-12-08 10:54:45 +01:00
050590c382 Output state of the Poisson solver.