fsanges / MeshroomMaya

Photomodeling plugin for Maya

Home Page:http://alicevision.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MeshroomMaya

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

Requirements

  • Compiler compatible with your version of Maya
  • cmake
  • Maya
  • Qt compatible with you version of Maya (Qt4.8 until Maya 2016)
  • Maya 2017: requires Qt-5.6.1 qml modules ('qml' folder in standard Qt installation) to be in QML2_IMPORT_PATH at runtime (not embedded in Maya).

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

About

Photomodeling plugin for Maya

http://alicevision.github.io

License:Mozilla Public License 2.0


Languages

Language:C++ 83.6%Language:QML 11.4%Language:CMake 2.5%Language:Python 2.3%Language:Makefile 0.2%Language:Shell 0.0%