Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/blender/addon/engine.py
| Show First 20 Lines • Show All 149 Lines • ▼ Show 20 Lines | def available_devices(): | ||||
| import _cycles | import _cycles | ||||
| return _cycles.available_devices() | return _cycles.available_devices() | ||||
| def with_osl(): | def with_osl(): | ||||
| import _cycles | import _cycles | ||||
| return _cycles.with_osl | return _cycles.with_osl | ||||
| def osl_version(): | |||||
| import _cycles | |||||
| return _cycles.osl_version | |||||
| def with_path_guiding(): | def with_path_guiding(): | ||||
| import _cycles | import _cycles | ||||
| return _cycles.with_path_guiding | return _cycles.with_path_guiding | ||||
| def system_info(): | def system_info(): | ||||
| import _cycles | import _cycles | ||||
| ▲ Show 20 Lines • Show All 87 Lines • Show Last 20 Lines | |||||