Block a user
67d45e5a23
Add attribute init_value for the GP hardness attribute.
5812e1554c
Include copying the init_value in gather_attribute utils.
Lukas Tönne
pushed to volume-grid-nodes-multifunction at LukasTonne/blender
2024-05-12 10:36:09 +02:00
dabd021e49
Merge branch 'volume-grid-nodes' into volume-grid-nodes-multifunction
a550311af2
Merge branch 'main' into volume-grid-nodes
db1443249c
GPv3: Snap operators for edit mode
e63fef6162
Fix: EEVEE-Legacy: Broken Specular BSDF
b76960673f
Fix: DRW: Thread safety in pointcloud IBO builder
a550311af2
Merge branch 'main' into volume-grid-nodes
db1443249c
GPv3: Snap operators for edit mode
e63fef6162
Fix: EEVEE-Legacy: Broken Specular BSDF
b76960673f
Fix: DRW: Thread safety in pointcloud IBO builder
73a496121b
DRW: PointCloud: Multithread index buffer creation
GPv3: Snap operators for edit mode
WIP: Fallback values for attributes
ac005ba20e
Vulkan: Add dynamic rendering to command buffer API
2f05a24457
Vulkan: Determine image layout from resource access
6ad541c6b9
Cleanup: Remove debug code
79dfe8d37f
Vulkan: Enable device feature dynamic rendering
7ae77e61cd
Cleanup: assert that popup regions are temporary
Geometry Nodes: Value logging for Volume geometry and Grid sockets
Using empty()
check now, which just checks the immediate children of the root node. Note that in most cases right now the result will not be "Empty Grid" if a node doesn't output anything, but…
Geometry Nodes: Value logging for Volume geometry and Grid sockets
I agree, should only use cheap-to-read meta-data here, which probably isn't very useful (name, grid class, transform, ...). But even without any additional info it's still good to know if there is…