Block a user
Geometry Nodes: initial Volume Grid socket support
I've cleaned this up a bit now (these converters have gone through multiple iterations in different branches).
Converters are in blender::bke::grids
namespace now to avoid possible conflicts…
c2e55e2950
Simplified converter templates for grid values.
c9a99c2602
Merge branch 'main' into volume-grid-sockets
fb275bc040
GPv3: Duplicate Points operator
91c936e01c
Fix #115108: Object dimensions infinite for armatures
8c8ea2ec47
Refactor: Sculpt: Clarify PBVH attribute requests
e76a01bd61
Merge branch 'volume-grid-sockets' into grid-extension-test
d70ad119a0
Merge branch 'main' into volume-grid-sockets
908ce0dd1a
Fix: allow overshoot numerical input in the Pose Breakdowner operator
07e051d7cd
Realtime Compositor: Implement zero cost external images
d70ad119a0
Merge branch 'main' into volume-grid-sockets
908ce0dd1a
Fix: allow overshoot numerical input in the Pose Breakdowner operator
07e051d7cd
Realtime Compositor: Implement zero cost external images
6bbd8b2fde
Merge branch 'volume-grid-sockets' into grid-extension-test
ff9030b7f0
Merge branch 'main' into volume-grid-sockets
a226b14984
Fix #114609: compose key sequences includes continuation keys on Wayland
dfbda79cbd
Cleanup: declare pointers const where possible
6b22572967
Cleanup: various non-functional changes for C++
ff9030b7f0
Merge branch 'main' into volume-grid-sockets
a226b14984
Fix #114609: compose key sequences includes continuation keys on Wayland
dfbda79cbd
Cleanup: declare pointers const where possible
6b22572967
Cleanup: various non-functional changes for C++
3f7ab7069e
Cleanup: move writeffmpeg to C++
0d77fd7f86
Merge branch 'volume-grid-sockets' into grid-extension-test
a1c879a0c8
Fix mismatching storage type in the Sample Grid node.
629e71cd14
Merge branch 'volume-grid-sockets' into grid-extension-test
c0f112a70a
Merge branch 'main' into volume-grid-sockets
5bc82b5b7c
Geometry Nodes: Remove experimental volume nodes
21712cf746
Fix: EEVEE-Next: Object::visibility_flag in material_sync
aa2cdf283a
Cleanup: Use proper type for subdiv CCG faces
c0f112a70a
Merge branch 'main' into volume-grid-sockets
5bc82b5b7c
Geometry Nodes: Remove experimental volume nodes
21712cf746
Fix: EEVEE-Next: Object::visibility_flag in material_sync
aa2cdf283a
Cleanup: Use proper type for subdiv CCG faces
7c1a0e57ca
Cleanup: remove unused code
124a7325c7
Merge branch 'volume-grid-sockets' into grid-extension-test
6de20875f9
Added some asserts to VolumeGridPtr constructors.