alicevision / MeshroomMaya

Photomodeling plugin for Maya
http://alicevision.org
Mozilla Public License 2.0
140 stars 36 forks source link
3d-reconstruction maya-plugin photomodeling

MeshroomMaya

MeshroomMaya is a Maya plugin that enables to model 3D objects from images.

Requirements

Installation

> git submodule update --init --recursive
> ./configure -DMAYA_EXECUTABLE=$MAYA_BIN -DQT_QMAKE_EXECUTABLE=$MAYA_QMAKE_PATH -DCMAKE_INSTALL_PREFIX=$INSTALL_DIRECTORY -DCMAKE_BUILD_TYPE=release
> make
> make install

Documentation

Plugin documentation is available here

License

MeshroomMaya is licensed under MPL v2 license.

Development

Clang format rules for MeshroomMaya can be found here. To format code easily, install Clang (dont forget to add bin path to PATH) and execute :

> ./format_all_files.sh