Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/blender/blender_sync.cpp
| Context not available. | |||||
| #endif | #endif | ||||
| integrator->method = (Integrator::Method)get_enum(cscene, "progressive"); | integrator->method = (Integrator::Method)get_enum(cscene, "progressive"); | ||||
| integrator->sample_all_lights_indirect = get_boolean(cscene, "sample_all_lights_indirect"); | |||||
| int diffuse_samples = get_int(cscene, "diffuse_samples"); | int diffuse_samples = get_int(cscene, "diffuse_samples"); | ||||
| int glossy_samples = get_int(cscene, "glossy_samples"); | int glossy_samples = get_int(cscene, "glossy_samples"); | ||||
| Context not available. | |||||