Blender importer of AliceVision Meshroom datafiles: cameras, images, sparse pointcloud and obj's.
Basic implementation of meshroom importer. If you have sphisticated node three it will use only the first nodes from the file. Addon assumes you did compute each stages/nodes, and the output is same.
Important note: For sparse point cloud to import you should change in StructurefromMotion
node output: Inter File Extension
to .ply
format.
File > Import > Import Meshroom
or [F3] Import Meshroom. Then select Meshroom working file .mg.
- Imports Views
{StructureFromMotion}
- imports images if use undisorted then uses node
{PrepareDenseScene}
- creates cameras
- imports images if use undisorted then uses node
- Imports Sparse point cloud
{StructureFromMotion}
- Imports Dense mesh (instead of dense point cloud)
{Meshing}
- Imports textured mesh
{Texturing}
Additional option: by searching [F3] for Meshroom update cameras
, you can copy settings from active camera to all meshroom cameras.
- seach through node tree and give option which elements import;
- if node is not computed then put some info about it;
- use undisorted images;
- use of different images with different sizes. (!)
Big thanks to Jakub Uhlik for sharing Point Cloud Visualizer to view point clouds in the addon.