Cycles: Split caustics option, to allow separate control for Reflection and Refraction caustics.
This way artists can only disable/enable refraction or reflection caustics. See Cycles logs for an example: http://wiki.blender.org/index.php/Dev:Ref/Release_Notes/2.72/Cycles Differential revision: https://developer.blender.org/D766
This commit is contained in:
@@ -304,7 +304,8 @@ static void xml_read_integrator(const XMLReadState& state, pugi::xml_node node)
|
||||
xml_read_int(&integrator->volume_max_steps, node, "volume_max_steps");
|
||||
|
||||
/* Various Settings */
|
||||
xml_read_bool(&integrator->no_caustics, node, "no_caustics");
|
||||
xml_read_bool(&integrator->caustics_reflective, node, "caustics_reflective");
|
||||
xml_read_bool(&integrator->caustics_refractive, node, "caustics_refractive");
|
||||
xml_read_float(&integrator->filter_glossy, node, "filter_glossy");
|
||||
|
||||
xml_read_int(&integrator->seed, node, "seed");
|
||||
|
||||
Reference in New Issue
Block a user