Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/blender/addon/properties.py
| Show First 20 Lines • Show All 812 Lines • ▼ Show 20 Lines | debug_bvh_layout: EnumProperty( | ||||
| default='EMBREE', | default='EMBREE', | ||||
| ) | ) | ||||
| debug_use_cpu_split_kernel: BoolProperty(name="Split Kernel", default=False) | debug_use_cpu_split_kernel: BoolProperty(name="Split Kernel", default=False) | ||||
| debug_use_cuda_adaptive_compile: BoolProperty(name="Adaptive Compile", default=False) | debug_use_cuda_adaptive_compile: BoolProperty(name="Adaptive Compile", default=False) | ||||
| debug_use_cuda_split_kernel: BoolProperty(name="Split Kernel", default=False) | debug_use_cuda_split_kernel: BoolProperty(name="Split Kernel", default=False) | ||||
| debug_optix_cuda_streams: IntProperty(name="CUDA Streams", default=1, min=1) | debug_optix_cuda_streams: IntProperty(name="CUDA Streams", default=1, min=1) | ||||
| debug_optix_curves_api: BoolProperty(name="Native OptiX Curve Primitive", default=False) | |||||
| debug_opencl_kernel_type: EnumProperty( | debug_opencl_kernel_type: EnumProperty( | ||||
| name="OpenCL Kernel Type", | name="OpenCL Kernel Type", | ||||
| default='DEFAULT', | default='DEFAULT', | ||||
| items=( | items=( | ||||
| ('DEFAULT', "Default", ""), | ('DEFAULT', "Default", ""), | ||||
| ('MEGA', "Mega", ""), | ('MEGA', "Mega", ""), | ||||
| ('SPLIT', "Split", ""), | ('SPLIT', "Split", ""), | ||||
| ▲ Show 20 Lines • Show All 874 Lines • Show Last 20 Lines | |||||