Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/blender/addon/properties.py
| Context not available. | |||||
| items=enum_use_layer_samples, | items=enum_use_layer_samples, | ||||
| default='USE', | default='USE', | ||||
| ) | ) | ||||
| cls.sample_all_lights_indirect = BoolProperty( | |||||
| name="Sample all lights", | |||||
| description="Sample all lights (for indirect samples)", | |||||
| default=False, | |||||
| ) | |||||
| cls.no_caustics = BoolProperty( | cls.no_caustics = BoolProperty( | ||||
| name="No Caustics", | name="No Caustics", | ||||
| Context not available. | |||||