photogrammetry_importer.importers.mesh_importer
Module Contents
- class photogrammetry_importer.importers.mesh_importer.MeshImporter
Importer for meshes.
- import_mesh :BoolProperty(name='Import Mesh', description='Import mesh (if available). Only relevant for files/folders referencing/containing mesh files (such as *.mg files of Meshroom or dense Colmap folders). Note that Blenders build-in ply- and obj-importer are quite slow', default=False)
- add_mesh_color_emission :BoolProperty(name='Add Color Emission of Mesh', description='Enabling color emission improves the visibility of the mesh colors', default=True)
- draw_mesh_options(layout)
Draw mesh import options.
- import_photogrammetry_mesh(mesh_fp, reconstruction_collection)
Import a mesh using the properties of this class.