19

So I want to mix smoke with different colors in one domain object, I've found tutorials about that topic with Blender render engine, but not how to do that effect in cycles. I can define the smoke color in the node setup of the domain, but how can i seperate between my different flow objects?

TobiasW
  • 505
  • 4
  • 14

1 Answers1

22

You can use an Attribute node with color as a keyword to read color information from smoke (use colored flow objects). Available keywords are:

  • color
  • density
  • flame
  • heat *
  • velocity *

They are now all defined in /addons/cycles/kernel/kernel_types.h though dunno if the last 2 are yet usable (maybe in some test builds) - edit - these attributes are usable from version 2.78 up - from left to right: smoke render, heat map, velocity vectors:

enter image description here

Smoke sim from benu:

enter image description here

Jaroslav Jerryno Novotny
  • 51,077
  • 7
  • 129
  • 218