Changeset View
Changeset View
Standalone View
Standalone View
tests/python/bl_run_operators.py
| Show First 20 Lines • Show All 77 Lines • ▼ Show 20 Lines | op_blacklist = ( | ||||
| # FIXME: | # FIXME: | ||||
| # Crashes with non-trivial fixes. | # Crashes with non-trivial fixes. | ||||
| # | # | ||||
| # Expects undo stack. | # Expects undo stack. | ||||
| "object.voxel_remesh", | "object.voxel_remesh", | ||||
| "mesh.paint_mask_slice", | "mesh.paint_mask_slice", | ||||
| "paint.mask_flood_fill", | "paint.mask_flood_fill", | ||||
| "sculpt.dirty_mask", | "sculpt.mask_from_cavity", | ||||
| # TODO: use empty temp dir to avoid behavior depending on local setup. | # TODO: use empty temp dir to avoid behavior depending on local setup. | ||||
| "view3d.pastebuffer", | "view3d.pastebuffer", | ||||
| # Needs active window. | # Needs active window. | ||||
| "scene.new", | "scene.new", | ||||
| ) | ) | ||||
| def blend_list(mainpath): | def blend_list(mainpath): | ||||
| ▲ Show 20 Lines • Show All 396 Lines • Show Last 20 Lines | |||||