Changeset View
Changeset View
Standalone View
Standalone View
tests/python/cycles_render_tests.py
| Show First 20 Lines • Show All 50 Lines • ▼ Show 20 Lines | BLACKLIST_GPU = [ | ||||
| 'hair_length_info.blend', | 'hair_length_info.blend', | ||||
| 'hair_particle_random.blend', | 'hair_particle_random.blend', | ||||
| "hair_transmission.blend", | "hair_transmission.blend", | ||||
| 'principled_hair_.*.blend', | 'principled_hair_.*.blend', | ||||
| 'transparent_shadow_hair.*.blend', | 'transparent_shadow_hair.*.blend', | ||||
| # Inconsistent handling of overlapping objects. | # Inconsistent handling of overlapping objects. | ||||
| "T41143.blend", | "T41143.blend", | ||||
| "visibility_particles.blend", | "visibility_particles.blend", | ||||
| # No path guiding on GPU. | |||||
| "guiding*.blend", | |||||
| ] | ] | ||||
| def get_arguments(filepath, output_filepath): | def get_arguments(filepath, output_filepath): | ||||
| dirname = os.path.dirname(filepath) | dirname = os.path.dirname(filepath) | ||||
| basedir = os.path.dirname(dirname) | basedir = os.path.dirname(dirname) | ||||
| subject = os.path.basename(dirname) | subject = os.path.basename(dirname) | ||||
| ▲ Show 20 Lines • Show All 81 Lines • Show Last 20 Lines | |||||