photogrammetry_importer.operators.export_op

Module Contents

class photogrammetry_importer.operators.export_op.ExportOperator

Bases: bpy.types.Operator

Abstract basic export operator.

get_selected_cameras_and_vertices_of_meshes(odp)

Get selected cameras and vertices.

abstract execute(context)

Abstract method that must be overriden by a subclass.