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");
Description
Description
Event Timeline
Comment Actions
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
Comment Actions
Yes, you should use the --samples parameter. This value is then used to set samples inside of SessionParams.