9

enter image description here

Take a look at this pic. I want only the eyes to glow without the armor glowing too (The armor got a glossy shader). How can I do that?

thododo
  • 587
  • 3
  • 6
  • 16

1 Answers1

14

Use a pass index on the material for the eyes.

enter image description here

Enable material index on the layer passes. enter image description here

Add a ID mask on the compositor and use the number of your material pass index to create a mask for the glow.

enter image description here

enter image description here EDIT

To make the glow yellow you can add color to the mask and change the final mix node's mode to add:

enter image description here

enter image description here