Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/blender/blender_object.cpp
| Context not available. | |||||
| light->map_resolution = get_int(cworld, "sample_map_resolution"); | light->map_resolution = get_int(cworld, "sample_map_resolution"); | ||||
| light->shader = scene->default_background; | light->shader = scene->default_background; | ||||
| light->use_mis = sample_as_light; | light->use_mis = sample_as_light; | ||||
| light->max_bounces = get_int(cworld, "max_bounces"); | |||||
| int samples = get_int(cworld, "samples"); | int samples = get_int(cworld, "samples"); | ||||
| if(get_boolean(cscene, "use_square_samples")) | if(get_boolean(cscene, "use_square_samples")) | ||||
| Context not available. | |||||