blender/intern/cycles/scene
Weizhen Huang e58a05ca68 Refactor: renaming a few light-tree-related variables
primitives -> emitters, `index` -> `node_index`
2023-04-04 16:24:21 +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 Clang-Format: Allow empty functions to be single-line 2023-03-29 16:50:54 +02:00
alembic.h Cycles: use SPDX license headers 2022-02-11 17:47:34 +01:00
attribute.cpp Clang-Format: Allow empty functions to be single-line 2023-03-29 16:50:54 +02:00
attribute.h Cycles: fix missing attribute update 2022-06-02 16:42:53 +02:00
background.cpp Clang-Format: Allow empty functions to be single-line 2023-03-29 16:50:54 +02:00
background.h Cycles: Add support for light groups 2022-04-02 06:14:27 +02:00
bake.cpp Clang-Format: Allow empty functions to be single-line 2023-03-29 16:50:54 +02:00
bake.h Cycles: add option to bake specular from active camera viewpoint 2022-10-03 21:59:31 +02:00
camera.cpp Clang-Format: Allow empty functions to be single-line 2023-03-29 16:50:54 +02:00
camera.h Cycles: add support for volume motion blur 2022-04-19 17:07:53 +02:00
CMakeLists.txt Cycles: switch from pretabulated 2D PMJ02 to pretabulated 4D Sobol 2022-12-14 17:39:13 +01:00
colorspace.cpp Fix warnings in Cycles graph test output 2023-03-23 09:55:54 +01:00
colorspace.h Fix warnings in Cycles graph test output 2023-03-23 09:55:54 +01:00
constant_fold.cpp Fix T103066: Cycles missing full constant foler for mix float and mix vector 2022-12-12 18:28:09 +01:00
constant_fold.h Fix T103066: Cycles missing full constant foler for mix float and mix vector 2022-12-12 18:28:09 +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 Clang-Format: Allow empty functions to be single-line 2023-03-29 16:50:54 +02:00
film.h Cycles: Add support for light groups 2022-04-02 06:14:27 +02:00
geometry.cpp Clang-Format: Allow empty functions to be single-line 2023-03-29 16:50:54 +02:00
geometry.h Cycles: Remove separate OSL attribute map and instead always use SVM attribute map 2022-09-09 15:35:44 +02:00
hair.cpp Clang-Format: Allow empty functions to be single-line 2023-03-29 16:50:54 +02:00
hair.h Cycles: reduce mesh memory usage by unflattening 2023-02-27 10:39:19 +01:00
image_oiio.cpp Clang-Format: Allow empty functions to be single-line 2023-03-29 16:50:54 +02: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 Clang-Format: Allow empty functions to be single-line 2023-03-29 16:50:54 +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 Clang-Format: Allow empty functions to be single-line 2023-03-29 16:50:54 +02:00
image.h Cycles: Add support for OSL texture intrinsic on the GPU 2023-01-19 19:14:48 +01:00
integrator.cpp Clang-Format: Allow empty functions to be single-line 2023-03-29 16:50:54 +02:00
integrator.h Cycles: improve many lights sampling using light tree 2022-12-05 16:09:03 +01:00
light_tree.cpp Refactor: renaming a few light-tree-related variables 2023-04-04 16:24:21 +02:00
light_tree.h Refactor: renaming a few light-tree-related variables 2023-04-04 16:24:21 +02:00
light.cpp Refactor: renaming a few light-tree-related variables 2023-04-04 16:24:21 +02:00
light.h Refactor: add native Cycles Normalize option on lights for Hydra 2023-04-03 17:23:46 +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 Clang-Format: Allow empty functions to be single-line 2023-03-29 16:50:54 +02:00
mesh.cpp Clang-Format: Allow empty functions to be single-line 2023-03-29 16:50:54 +02:00
mesh.h Cycles: reduce mesh memory usage by unflattening 2023-02-27 10:39:19 +01:00
object.cpp Refactor: move #object_usable_as_light() from #LightManager class to #Object 2023-04-03 11:16:00 +02:00
object.h Fix Cycles missing geometry header in object header, causing crashes 2023-04-03 17:23:46 +02:00
osl.cpp Clang-Format: Allow empty functions to be single-line 2023-03-29 16:50:54 +02:00
osl.h Fix Cycles link error with debug/asan builds after recent bugfix 2023-02-08 23:20:29 +01:00
particles.cpp Clang-Format: Allow empty functions to be single-line 2023-03-29 16:50:54 +02:00
particles.h Cycles: use SPDX license headers 2022-02-11 17:47:34 +01:00
pass.cpp Clang-Format: Allow empty functions to be single-line 2023-03-29 16:50:54 +02:00
pass.h Cycles: Add support for light groups 2022-04-02 06:14:27 +02:00
pointcloud.cpp Clang-Format: Allow empty functions to be single-line 2023-03-29 16:50:54 +02:00
pointcloud.h Cycles: use SPDX license headers 2022-02-11 17:47:34 +01:00
procedural.cpp Clang-Format: Allow empty functions to be single-line 2023-03-29 16:50:54 +02:00
procedural.h Cycles: use SPDX license headers 2022-02-11 17:47:34 +01:00
scene.cpp Fix T103170: missing Cycles viewport light threshold update after exposure edit 2022-12-15 19:13:55 +01:00
scene.h Cleanup: comment blocks 2023-03-09 10:39:49 +11:00
shader_graph.cpp Merge branch 'blender-v3.5-release' (won't build, see followup) 2023-03-16 15:26:23 +01:00
shader_graph.h Clang-Format: Allow empty functions to be single-line 2023-03-29 16:50:54 +02:00
shader_nodes.cpp Clang-Format: Allow empty functions to be single-line 2023-03-29 16:50:54 +02:00
shader_nodes.h Clang-Format: Allow empty functions to be single-line 2023-03-29 16:50:54 +02:00
shader.cpp Clang-Format: Allow empty functions to be single-line 2023-03-29 16:50:54 +02:00
shader.h Fix anisotropic Beckmann regression test failing on Metal 2023-01-19 20:12:05 +01:00
stats.cpp Clang-Format: Allow empty functions to be single-line 2023-03-29 16:50:54 +02:00
stats.h Cycles: use SPDX license headers 2022-02-11 17:47:34 +01:00
svm.cpp Clang-Format: Allow empty functions to be single-line 2023-03-29 16:50:54 +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
tabulated_sobol.cpp Cycles: switch from pretabulated 2D PMJ02 to pretabulated 4D Sobol 2022-12-14 17:39:13 +01:00
tabulated_sobol.h Cycles: switch from pretabulated 2D PMJ02 to pretabulated 4D Sobol 2022-12-14 17:39:13 +01:00
volume.cpp Fix: Build error in Cycles with OpenVDB turned off 2022-08-31 18:06:13 -05:00
volume.h Cycles: add support for volume motion blur 2022-04-19 17:07:53 +02:00