photogrammetry_importer.panels.screenshot_operators

Module Contents

class photogrammetry_importer.panels.screenshot_operators.ExportScreenshotImageOperator

Bases: bpy.types.Operator, bpy_extras.io_utils.ExportHelper

An Operator to export a screenshot (of the 3D view).

bl_idname = photogrammetry_importer.export_screenshot
bl_label = Export Screenshot
bl_description = Create a screenshot (using a camera perspective).
filename_ext =
classmethod poll(context)

Return the availability status of the operator.

execute(context)

Export a screenshot (of the 3D view).

class photogrammetry_importer.panels.screenshot_operators.ExportScreenshotAnimationOperator

Bases: bpy.types.Operator, bpy_extras.io_utils.ExportHelper

An Operator to export a screenshot sequence (of the 3D view).

bl_idname = photogrammetry_importer.export_screenshot_sequence
bl_label = Export Screenshot Sequence
bl_description = Use the animation data to create a screenshot sequence.
filename_ext =
classmethod poll(context)

Return the availability status of the operator.

execute(context)

Export a sequence of screenshots using the selected camera.