Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/blender/blender_object.cpp
| Context not available. | |||||
| case BL::Light::type_SUN: { | case BL::Light::type_SUN: { | ||||
| BL::SunLight b_sun_light(b_light); | BL::SunLight b_sun_light(b_light); | ||||
| light->size = b_sun_light.shadow_soft_size(); | light->size = b_sun_light.shadow_soft_size(); | ||||
| light->sun_angle = b_sun_light.sun_angle(); | |||||
| light->type = LIGHT_DISTANT; | light->type = LIGHT_DISTANT; | ||||
| break; | break; | ||||
| } | } | ||||
| Context not available. | |||||