Generate correct Cycles node setup for quick smoke "fire" preset.
Patch by Gottfried Hofmann. Differential Revision: https://developer.blender.org/D1103
This commit is contained in:
@@ -388,7 +388,7 @@ class QuickSmoke(Operator):
|
||||
links.new(node_add_shader_1.outputs["Shader"],
|
||||
node_out.inputs["Volume"])
|
||||
|
||||
if self.style in {'SMOKE', 'BOTH'}:
|
||||
if self.style in {'SMOKE', 'FIRE', 'BOTH'}:
|
||||
# Smoke
|
||||
|
||||
# Add shader 2
|
||||
|
Reference in New Issue
Block a user