blender/intern/cycles/render
Alex Strand b248ec9776 Shaders: add emission strength input to Principled BSDF node
This impacts I/O add-ons. OBJ, FBX and Collada have been updated, glTF not yet.

Differential Revision: https://developer.blender.org/D4971
2020-09-17 18:54:04 +02:00
..
attribute.cpp Cycles : add a Volume Geometry Node 2020-08-19 15:47:09 +02:00
attribute.h Fix Cycles crash in Windows debug mode with volumes 2020-03-19 20:02:33 +01:00
background.cpp Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00
background.h Cycles: change volume step size controls, auto adjust based on voxel size 2020-03-18 11:23:05 +01:00
bake.cpp Cycles: add a Pass Node 2020-08-18 14:28:59 +02:00
bake.h Cycles: code refactor to bake using regular render session and tiles 2020-05-15 20:25:24 +02:00
buffers.cpp Fix T77298: Cycles multiple object making not working with multiple samples 2020-08-25 18:00:35 +02:00
buffers.h Fix T77298: Cycles multiple object making not working with multiple samples 2020-08-25 18:00:35 +02:00
camera.cpp Cleanup: Clang-format 2020-09-02 09:19:14 -06:00
camera.h Fix T62408: Cycles viewport adaptive subdivision hangs after updates 2019-04-21 03:05:38 +02:00
CMakeLists.txt CMake: refresh building and external library handling of Cycles standalone 2020-09-04 17:10:50 +02:00
colorspace.cpp Cleanup: spelling 2020-07-02 13:03:46 +10:00
colorspace.h Cleanup: process colorspace conversion with a 1D pixel array 2020-03-17 17:33:08 +01:00
constant_fold.cpp Shading: Rewrite Mapping node with dynamic inputs. 2019-09-04 23:17:13 +02:00
constant_fold.h Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00
coverage.cpp Cleanup: tweak Cycles #includes in preparation for clang-format sorting 2020-03-06 14:44:42 +01:00
coverage.h Cleanup: tweak Cycles #includes in preparation for clang-format sorting 2020-03-06 14:44:42 +01:00
curves.cpp Cycles: internal refactoring to make thick/ribbon curve separate primitives 2020-06-22 13:28:01 +02:00
curves.h Fix T78447: Cycles vertex color node not working with hair 2020-06-30 14:36:52 +02:00
denoising.cpp Cleanup: reduce hardcoded numbers in denoising neighbor tiles code 2020-07-10 17:10:05 +02:00
denoising.h Cleanup: reduce hardcoded numbers in denoising neighbor tiles code 2020-07-10 17:10:05 +02:00
film.cpp Merge remote-tracking branch 'origin/blender-v2.90-release' 2020-08-26 11:18:41 +02:00
film.h Cycles: add a Pass Node 2020-08-18 14:28:59 +02:00
geometry.cpp Cycles: Separate Embree device for each CPU Device. 2020-09-01 21:00:55 +02:00
geometry.h Cycles : add a Volume Geometry Node 2020-08-19 15:47:09 +02:00
graph.cpp Cycles: Followup fixes for node ownership refactor. 2020-09-01 11:47:54 +02:00
graph.h Cycles: introduce an ownership system to protect nodes from unwanted deletions. 2020-08-30 23:49:38 +02:00
hair.cpp Cycles: internal refactoring to make thick/ribbon curve separate primitives 2020-06-22 13:28:01 +02:00
hair.h Cycles: internal refactoring to make thick/ribbon curve separate primitives 2020-06-22 13:28:01 +02:00
image_oiio.cpp Cleanup: refactor image loading to use abstract ImageLoader base class 2020-03-11 20:45:39 +01:00
image_oiio.h Cleanup: refactor image loading to use abstract ImageLoader base class 2020-03-11 20:45:39 +01:00
image_sky.cpp Cycles: Add control for sun intensity in Sky Texture and change altitude to km 2020-07-13 03:08:11 +02:00
image_sky.h Cycles: Add control for sun intensity in Sky Texture and change altitude to km 2020-07-13 03:08:11 +02:00
image_vdb.cpp Fixes T77882: artifacts rendering OpenVDB volumes with multiple grids in Cycles 2020-08-12 11:52:12 +02:00
image_vdb.h Fixes T77882: artifacts rendering OpenVDB volumes with multiple grids in Cycles 2020-08-12 11:52:12 +02:00
image.cpp Fixes T77882: artifacts rendering OpenVDB volumes with multiple grids in Cycles 2020-08-12 11:52:12 +02:00
image.h Fixes T77882: artifacts rendering OpenVDB volumes with multiple grids in Cycles 2020-08-12 11:52:12 +02:00
integrator.cpp Cycles: add a Pass Node 2020-08-18 14:28:59 +02:00
integrator.h Cycles: change volume step size controls, auto adjust based on voxel size 2020-03-18 11:23:05 +01:00
jitter.cpp Cycles: add Progressive Multi-Jitter sampling pattern 2020-03-02 16:35:52 +01:00
jitter.h Cycles: add Progressive Multi-Jitter sampling pattern 2020-03-02 16:35:52 +01:00
light.cpp Cycles : add a Volume Geometry Node 2020-08-19 15:47:09 +02:00
light.h Fix T63588: Cycles unnecessarily updates background importance sampling map 2020-06-02 19:48:51 +02:00
merge.cpp Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00
merge.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
mesh_displace.cpp Cleanup: split Cycles Hair and Mesh classes, with Geometry base class 2020-02-07 12:18:15 +01:00
mesh_subdivision.cpp Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00
mesh.cpp Cycles : add a Volume Geometry Node 2020-08-19 15:47:09 +02:00
mesh.h Cycles : add a Volume Geometry Node 2020-08-19 15:47:09 +02:00
nodes.cpp Shaders: add emission strength input to Principled BSDF node 2020-09-17 18:54:04 +02:00
nodes.h Shaders: add emission strength input to Principled BSDF node 2020-09-17 18:54:04 +02:00
object.cpp Cycles : add a Volume Geometry Node 2020-08-19 15:47:09 +02:00
object.h Cycles: Added shadow terminator offset parameter. 2020-06-02 07:27:14 +02:00
osl.cpp Cycles: introduce an ownership system to protect nodes from unwanted deletions. 2020-08-30 23:49:38 +02:00
osl.h Cycles: introduce an ownership system to protect nodes from unwanted deletions. 2020-08-30 23:49:38 +02:00
particles.cpp Cycles: introduce an ownership system to protect nodes from unwanted deletions. 2020-08-30 23:49:38 +02:00
particles.h Cycles: introduce an ownership system to protect nodes from unwanted deletions. 2020-08-30 23:49:38 +02:00
scene.cpp Cycles: introduce an ownership system to protect nodes from unwanted deletions. 2020-08-30 23:49:38 +02:00
scene.h Cycles: introduce an ownership system to protect nodes from unwanted deletions. 2020-08-30 23:49:38 +02:00
session.cpp Cycles: move some Scene related methods out of Session 2020-08-18 11:50:37 +02:00
session.h Cycles: move some Scene related methods out of Session 2020-08-18 11:50:37 +02:00
shader.cpp Cycles: introduce an ownership system to protect nodes from unwanted deletions. 2020-08-30 23:49:38 +02:00
shader.h Cleanup: clang-format 2020-09-06 02:21:27 +10:00
sobol.cpp Cleanup: Mark large arrays of of constant data as const. 2019-08-04 14:24:29 -06:00
sobol.h ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
stats.cpp ClangFormat: apply to source, most of intern 2019-04-17 06:21:24 +02:00
stats.h Cleanup: spelling 2019-08-17 00:57:05 +10:00
svm.cpp Cycles: make TBB a required library dependency, and use in a few places 2020-06-22 13:06:47 +02:00
svm.h Cleanup: spelling 2020-09-10 09:45:25 +10:00
tables.cpp Cleanup: make format after SortedIncludes change 2020-03-19 09:33:58 +01:00
tables.h Cleanup: tweak Cycles #includes in preparation for clang-format sorting 2020-03-06 14:44:42 +01:00
tile.cpp Fix T75432: Cycles progressive refine render slow with denoising data 2020-04-28 22:40:44 +02:00
tile.h Fix T75432: Cycles progressive refine render slow with denoising data 2020-04-28 22:40:44 +02:00
volume.cpp Cycles : add a Volume Geometry Node 2020-08-19 15:47:09 +02:00
volume.h Cycles : add a Volume Geometry Node 2020-08-19 15:47:09 +02:00