![]() |
Blender V2.61 - r43446
|
Go to the source code of this file.
Namespaces | |
| namespace | ui_snapshot |
Functions | |
| def | ui_snapshot::clear_startup_blend |
| def | ui_snapshot::force_redraw |
| def | ui_snapshot::fake_poll |
| def | ui_snapshot::screenshot |
| def | ui_snapshot::context_setup |
| def | ui_snapshot::main |
Variables | |
| ui_snapshot::REMOVE_CMP_IMAGES = True | |
| string | ui_snapshot::TEMP_DIR = "/tmp" |
| dictionary | ui_snapshot::PROPERTY_MAPPING |
| string | ui_snapshot::magick_command = 'convert "%s" "%s" \( -clone 0 -clone 1 -compose difference -composite -threshold 0 \) -delete 1 -alpha off -compose copy_opacity -composite -trim "%s" ' |