All Projects → tibicen → Meshroom2blender

tibicen / Meshroom2blender

Licence: gpl-3.0
Blender importer of meshroom datafiles: cameras, images, sparse pointcloud and obj's.

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Meshroom2blender

Bpy
blender python scripts
Stars: ✭ 441 (+437.8%)
Mutual labels:  blender, blender-addon, addon, photogrammetry
blendmaxwell
Maxwell Render exporter for Blender
Stars: ✭ 23 (-71.95%)
Mutual labels:  blender, addon, blender-addon
Blender Addon Photogrammetry Importer
Addon to import different photogrammetry formats into Blender
Stars: ✭ 292 (+256.1%)
Mutual labels:  blender, blender-addon, photogrammetry
MustardTools
A set of tools for animators/riggers
Stars: ✭ 30 (-63.41%)
Mutual labels:  blender, addon, blender-addon
interactive-physics-editor
Simplifies the process of positioning multiple objects in 3D space with collision handling
Stars: ✭ 20 (-75.61%)
Mutual labels:  blender, addon, blender-addon
Character-UI
Blender add-on for creating simple yet functional UIs for your characters.
Stars: ✭ 28 (-65.85%)
Mutual labels:  blender, addon, blender-addon
cc3 blender tools
Add-on for importing and auto-setup of character creator 3 & 4 and iClone 7 & 8 character exports.
Stars: ✭ 191 (+132.93%)
Mutual labels:  blender, addon, blender-addon
Blender-Metaverse-Addon
Blender toolset for creating content for Metaverses like High Fidelity
Stars: ✭ 53 (-35.37%)
Mutual labels:  blender, addon, blender-addon
PieMenusPlus
Pie Menus Plus is a complete Pie Menu ecosystem for Blender 2.8+
Stars: ✭ 26 (-68.29%)
Mutual labels:  blender, addon, blender-addon
neuro-bge
Node-based Blender game engine and logic editor addon for Blender
Stars: ✭ 27 (-67.07%)
Mutual labels:  blender, addon, blender-addon
Mb Lab
MB-Lab is a character creation tool for Blender 2.80+, based off ManuelBastioniLAB
Stars: ✭ 1,078 (+1214.63%)
Mutual labels:  blender, blender-addon, addon
Export Paper Model From Blender
Python addon for creating paper models in Blender (development version)
Stars: ✭ 311 (+279.27%)
Mutual labels:  blender, blender-addon
Screencast Keys
Blender Add-on: Screencast Keys
Stars: ✭ 328 (+300%)
Mutual labels:  blender, blender-addon
Mesh mesh align plus
Precisely align, move, and measure+match objects and mesh parts in your 3D scenes.
Stars: ✭ 350 (+326.83%)
Mutual labels:  blender, addon
Magic Uv
Blender Add-on: Magic UV
Stars: ✭ 374 (+356.1%)
Mutual labels:  blender, blender-addon
Blendergis
Blender addons to make the bridge between Blender and geographic data
Stars: ✭ 4,642 (+5560.98%)
Mutual labels:  blender, addon
Fake Bpy Module
Fake Blender Python API module collection for the code completion.
Stars: ✭ 426 (+419.51%)
Mutual labels:  blender, blender-addon
Blendluxcore
Blender Integration for LuxCore
Stars: ✭ 287 (+250%)
Mutual labels:  blender, blender-addon
Fspy Blender
Official fSpy importer for Blender
Stars: ✭ 538 (+556.1%)
Mutual labels:  blender, blender-addon
Blender Osm
One click download and import of OpenStreetMap and terrain for Blender! Global coverage! Source code is in the branch 'release'.
Stars: ✭ 588 (+617.07%)
Mutual labels:  blender, addon

meshroom2blender

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.

Usage

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.

Settings

  • Imports Views {StructureFromMotion}
    • imports images if use undisorted then uses node {PrepareDenseScene}
    • creates cameras
  • 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.

TODO:

  • 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. (!)

Credits:

Big thanks to Jakub Uhlik for sharing Point Cloud Visualizer to view point clouds in the addon.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].