Page MenuHome

Cycles standalone does not enable ambient occlusion if ao_factor is not 0
Closed, ResolvedPublic

Description

Cycles standalone does not enable ambient occlusion if ao_factor is not 0, fix is trivial simply add to xml_read_background:

bg->use_ao = bg->ao_factor != 0;

Event Timeline

Tautvydas Andrikys (esminis) raised the priority of this task from to 90.
Tautvydas Andrikys (esminis) updated the task description. (Show Details)
Tautvydas Andrikys (esminis) edited a custom field.
Sergey Sharybin (sergey) lowered the priority of this task from 90 to Normal.May 3 2016, 10:14 AM
Thomas Dinges (dingto) changed the task status from Unknown Status to Resolved.Jun 8 2016, 12:23 PM

Thanks to the new internal node code, you can set "use_ao" in the xml file itself, that will work.