Skip to content

How to use light linking feature

Tugcga edited this page Jul 14, 2024 · 3 revisions

The Sycles addon, version 2.2 and above, supports the light linking feature of the Cycles render engine. This feature allows you to exclude certain scene elements from the lighting).

As an example, consider the following simple scene: plane and several spheres.

img_01

This is a render result.

img_02

We would like to highlight the central sphere with red light. So, create the spot light with red colour.

img_12

Render it.

img_04

It's not what we would like.

Create two groups. The first group contains all geometry except the central sphere. Name this group geometry.

img_06

Create a second group containing all the objects in the scene. Name it scene.

img_09

The first group, geometry, contains objects that should be excluded from the spotlight's illumination. The second group scene contains all objects that should be excluded from the shadow of the spotlight.

Add the CyclesLightLinking property to the spotlight.

img_05

This property has two fields: Light and Shadow. Select the group geometry for the light group and scene for the shadow group. Render it.

img_11

So no extra shadows from the red spotlight and no extra light on the spheres, except for the centre one. As it should be.

Clone this wiki locally