Block a user
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.
0c788585ca
Return grid pointer directly when extracting grid inputs.
7af2717b1c
Remove potential grid copy in VolumeGridPtr accessors.
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
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
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
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.
WIP: Volume Grid Nodes
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
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
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.
Geometry Nodes: initial Volume Grid socket support
Ok, to summarize the discussion:
VolumeGrid
is the shared data, previouslyVolumeFileCacheEntry
had this job.- To have per-instance loading state and simplification level we would need…