Campbell Barton
|
c12994612b
|
License headers: use SPDX-FileCopyrightText in intern/cycles
|
2023-06-14 16:53:23 +10:00 |
|
Sergey Sharybin
|
cc25a37bee
|
Fix #108315: Illegal CUDA address with shadow-linked mesh emitters
A mistake in the intersection picking logic: if a mesh was hit at
least one intersection is to be recorded.
Pull Request: https://projects.blender.org/blender/blender/pulls/108320
|
2023-05-26 17:36:24 +02:00 |
|
Campbell Barton
|
f97660d4ad
|
Cleanup: spelling in comments
|
2023-05-25 22:50:30 +10:00 |
|
Sergey Sharybin
|
ba3f26fac5
|
Cycles: light and shadow linking
With light linking, lights can be set to affect only specific objects in the
scene. Shadow linking additionally gives control over which objects acts a
shadow blockers for a light.
Usage:
https://wiki.blender.org/wiki/Reference/Release_Notes/4.0/Cycles
Implementation:
https://wiki.blender.org/wiki/Source/Render/Cycles/LightLinking
Ref #104972
Co-authored-by: Brecht Van Lommel <brecht@blender.org>
|
2023-05-24 14:11:47 +02:00 |
|