photogrammetry_importer.operators.import_op

Module Contents

class photogrammetry_importer.operators.import_op.ImportOperator

Bases: bpy.types.Operator

Abstract basic import operator.

initialize_options_from_addon_preferences()

Initialize the import options from the current addon preferences.

get_default_image_path(reconstruction_fp, image_dp)

Get the (default) path that defines where to look for images.

abstract execute(context)

Abstract method that must be overriden by a subclass.