bdk-blender/intern/cycles/scene
Erik Abrahamsson c4b2f6fb6a Fix #106776: Volume cube won't render in Cycles
In some cases the Geometry Nodes Volume Cube generates
a Volume grid that doesn't contain any leaf nodes. This can happen
when only tiles are needed to represent the volume.

This PR changes the `empty_grid` check function to also check if
there are any active tiles in the grid before returning `true`.

Pull Request: blender/blender#107551
2023-05-15 14:25:03 +02:00
..
alembic_read.cpp Cleanup: fix source typos homogenous->homogeneous 2022-03-11 18:27:58 +01:00
alembic_read.h Cycles: use SPDX license headers 2022-02-11 17:47:34 +01:00
alembic.cpp Cleanup: add verbose logging category names instead of numbers 2022-06-17 14:08:14 +02:00
alembic.h Cycles: use SPDX license headers 2022-02-11 17:47:34 +01:00
attribute.cpp Cycles: fix missing attribute update 2022-06-02 16:42:53 +02:00
attribute.h Cycles: fix missing attribute update 2022-06-02 16:42:53 +02:00
background.cpp Cycles: Add support for light groups 2022-04-02 06:14:27 +02:00
background.h Cycles: Add support for light groups 2022-04-02 06:14:27 +02:00
bake.cpp Cycles: use SPDX license headers 2022-02-11 17:47:34 +01:00
bake.h Cycles: use SPDX license headers 2022-02-11 17:47:34 +01:00
camera.cpp Cleanup: add verbose logging category names instead of numbers 2022-06-17 14:08:14 +02:00
camera.h Cycles: add support for volume motion blur 2022-04-19 17:07:53 +02:00
CMakeLists.txt Cycles: refactor Hydra render delegate building 2022-04-29 19:03:06 +02:00
colorspace.cpp Cleanup: add verbose logging category names instead of numbers 2022-06-17 14:08:14 +02:00
colorspace.h Cycles: use SPDX license headers 2022-02-11 17:47:34 +01:00
constant_fold.cpp Cleanup: add verbose logging category names instead of numbers 2022-06-17 14:08:14 +02:00
constant_fold.h Cycles: use SPDX license headers 2022-02-11 17:47:34 +01:00
curves.cpp Cycles: use SPDX license headers 2022-02-11 17:47:34 +01:00
curves.h Cycles: use SPDX license headers 2022-02-11 17:47:34 +01:00
film.cpp Cycles: refactor to move part of KernelData definition to template header 2022-07-15 13:40:04 +02:00
film.h Cycles: Add support for light groups 2022-04-02 06:14:27 +02:00
geometry.cpp Fix T98769: Cycles crash with multi-device rendering and BVH refits 2022-08-05 17:19:19 +02:00
geometry.h Cycles: add support for volume motion blur 2022-04-19 17:07:53 +02:00
hair.cpp Cycles: use SPDX license headers 2022-02-11 17:47:34 +01:00
hair.h Cycles: use SPDX license headers 2022-02-11 17:47:34 +01:00
image_oiio.cpp Fix T102942: Cycles wrong alpha for multi-layer PSD files 2023-01-12 21:59:31 +01:00
image_oiio.h Cycles: use SPDX license headers 2022-02-11 17:47:34 +01:00
image_sky.cpp Cycles: use SPDX license headers 2022-02-11 17:47:34 +01:00
image_sky.h Cycles: use SPDX license headers 2022-02-11 17:47:34 +01:00
image_vdb.cpp Cleanup: add verbose logging category names instead of numbers 2022-06-17 14:08:14 +02:00
image_vdb.h Cycles: Add half precision float support for volumes with NanoVDB 2022-05-23 19:08:01 +02:00
image.cpp Cleanup: renaming and consistency for kernel data 2022-06-20 12:30:48 +02:00
image.h UDIM: Add support for packing inside .blend files 2022-05-11 20:11:44 -07:00
integrator.cpp Cleanup: add verbose logging category names instead of numbers 2022-06-17 14:08:14 +02:00
integrator.h Cycles: use SPDX license headers 2022-02-11 17:47:34 +01:00
jitter.cpp Cycles: use SPDX license headers 2022-02-11 17:47:34 +01:00
jitter.h Cycles: use SPDX license headers 2022-02-11 17:47:34 +01:00
light.cpp Cleanup: renaming and consistency for kernel data 2022-06-20 12:30:48 +02:00
light.h Cycles: Add support for light groups 2022-04-02 06:14:27 +02:00
mesh_displace.cpp Cycles: switch Cycles triangle barycentric convention to match Embree/OptiX 2022-07-27 21:03:33 +02:00
mesh_subdivision.cpp Cycles: use SPDX license headers 2022-02-11 17:47:34 +01:00
mesh.cpp Cycles: unify math functions names 2022-06-23 15:02:53 +02:00
mesh.h Cycles: Add Hydra render delegate 2022-03-23 16:39:05 +01:00
object.cpp Cycles: Enable MetalRT pointclouds & other fixes 2022-11-28 19:20:29 +01:00
object.h Cycles: Add support for light groups 2022-04-02 06:14:27 +02:00
osl.cpp Cleanup: add verbose logging category names instead of numbers 2022-06-17 14:08:14 +02:00
osl.h UDIM: Add support for packing inside .blend files 2022-05-11 20:11:44 -07:00
particles.cpp Cleanup: add verbose logging category names instead of numbers 2022-06-17 14:08:14 +02:00
particles.h Cycles: use SPDX license headers 2022-02-11 17:47:34 +01:00
pass.cpp Fix T97159: AOV Pass in Cycles always gets Alpha Value of 1 for whole image 2022-04-10 18:43:57 +02:00
pass.h Cycles: Add support for light groups 2022-04-02 06:14:27 +02:00
pointcloud.cpp Cycles: use SPDX license headers 2022-02-11 17:47:34 +01:00
pointcloud.h Cycles: use SPDX license headers 2022-02-11 17:47:34 +01:00
procedural.cpp Cycles: use SPDX license headers 2022-02-11 17:47:34 +01:00
procedural.h Cycles: use SPDX license headers 2022-02-11 17:47:34 +01:00
scene.cpp Cycles: Apple Silicon optimization to specialize intersection kernels 2022-07-15 13:40:04 +02:00
scene.h Cleanup: spelling in comments 2022-07-14 22:02:52 +10:00
shader_graph.cpp Cleanup: add verbose logging category names instead of numbers 2022-06-17 14:08:14 +02:00
shader_graph.h Cycles: use SPDX license headers 2022-02-11 17:47:34 +01:00
shader_nodes.cpp Cycles: keep track of SVM nodes used in kernels 2022-07-15 13:40:04 +02:00
shader_nodes.h Nodes: Add general Combine/Separate Color nodes 2022-05-04 18:44:03 +02:00
shader.cpp Fix Cycles blackbody shader not taking into account OpenColorIO config 2022-04-18 19:14:34 +02:00
shader.h Fix Cycles blackbody shader not taking into account OpenColorIO config 2022-04-18 19:14:34 +02:00
sobol.cpp Cycles: use SPDX license headers 2022-02-11 17:47:34 +01:00
sobol.h Cycles: use SPDX license headers 2022-02-11 17:47:34 +01:00
sobol.tables Cycles: use SPDX license headers 2022-02-11 17:47:34 +01:00
stats.cpp Cycles: use SPDX license headers 2022-02-11 17:47:34 +01:00
stats.h Cycles: use SPDX license headers 2022-02-11 17:47:34 +01:00
svm.cpp Cycles: keep track of SVM nodes used in kernels 2022-07-15 13:40:04 +02:00
svm.h Cycles: keep track of SVM nodes used in kernels 2022-07-15 13:40:04 +02:00
tables.cpp Cleanup: add verbose logging category names instead of numbers 2022-06-17 14:08:14 +02:00
tables.h Cycles: use SPDX license headers 2022-02-11 17:47:34 +01:00
volume.cpp Fix #106776: Volume cube won't render in Cycles 2023-05-15 14:25:03 +02:00
volume.h Cycles: add support for volume motion blur 2022-04-19 17:07:53 +02:00