Blender V2.61 - r43446
|
Variables | |
tuple | devices |
tuple | feature_set |
tuple | shading_systems |
tuple | displacement_methods |
tuple | bvh_types |
tuple | filter_types |
tuple addon::enums::bvh_types |
tuple addon::enums::devices |
00001 ( 00002 ("CPU", "CPU", "Use CPU for rendering"), 00003 ("GPU", "GPU Compute", "Use GPU compute device for rendering, configured in user preferences"))
Definition at line 23 of file enums.py.
Referenced by AUD_OpenALDevice::AUD_OpenALDevice(), Device::available_devices(), available_devices_func(), compute_device_list(), BlenderSync::get_session_params(), initRawInput(), main(), and options_parse().
00001 ( 00002 ("BUMP", "Bump", "Bump mapping to simulate the appearance of displacement"), 00003 ("TRUE", "True", "Use true displacement only, requires fine subdivision"), 00004 ("BOTH", "Both", "Combination of displacement and bump mapping"), 00005 )