Page MenuHome

Blender cycles standalone does not read aa_samples from xml
Closed, ResolvedPublic

Description

Blender cycles standalone does not read aa_samples from xml. It is trivial to fix - simply add to cycles_xml.cpp:
xml_read_int(&integrator->aa_samples, node, "aa_samples");

Event Timeline

Update: not sure but might be that aa_samples is taken from num_samples(from "--samples" parameter), if it is the case then can you confirm and dismiss this report

Thomas Dinges (dingto) changed the task status from Unknown Status to Resolved.Apr 21 2016, 3:36 PM

Yes, you should use the --samples parameter. This value is then used to set samples inside of SessionParams.