Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/blender/addon/properties.py
| Context not available. | |||||
| break | break | ||||
| if not found_device: | if not found_device: | ||||
| col = box.column(align=True); | col = box.column(align=True) | ||||
| col.label(text="No compatible GPUs found for path tracing", icon='INFO') | col.label(text="No compatible GPUs found for path tracing", icon='INFO') | ||||
| col.label(text="Cycles will render on the CPU", icon='BLANK1') | col.label(text="Cycles will render on the CPU", icon='BLANK1') | ||||
| return | return | ||||
| Context not available. | |||||