diff --git a/COPYING.md b/COPYING.md index 078d4863..d0144329 100644 --- a/COPYING.md +++ b/COPYING.md @@ -12,7 +12,7 @@ Meshroom is licensed under the [MPL2 license](LICENSE-MPL2.md). * __Python__ [https://www.python.org](https://www.python.org) - Copyright (c) 2001-2018 Python Software Foundation + Copyright (c) 2001-2018 Python Software Foundation. Distributed under the [PSFL V2 license](https://www.python.org/download/releases/2.7/license/). * __Qt/PySide2__ @@ -20,7 +20,7 @@ Meshroom is licensed under the [MPL2 license](LICENSE-MPL2.md). Copyright (C) 2018 The Qt Company Ltd and other contributors. Distributed under the [LGPL V3 license](https://opensource.org/licenses/LGPL-3.0). - * __qmlAlembic__ - [https://github.com/alicevision/qmlAlembic](https://github.com/alicevision/qmlAlembic) + * __QtAliceVision__ + [https://github.com/alicevision/QtAliceVision](https://github.com/alicevision/QtAliceVision) Copyright (c) 2018 AliceVision contributors. Distributed under the [MPL2 license](https://opensource.org/licenses/MPL-2.0). diff --git a/INSTALL.md b/INSTALL.md index 014b405b..62d99adb 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -47,23 +47,19 @@ It can either be taken from an older version, or directly downloaded from here: and then copied into PySide's installation folder, in `plugins/sceneparsers`. -### Qt Plugins -Additional Qt plugins can be built to extend Meshroom UI features. They can be found on separate repositories, -though they might get better integration in the future. -Note that they are optional but highly recommended. - -#### [QmlAlembic](https://github.com/alicevision/qmlAlembic) -Adds support for Alembic file loading in Meshroom's 3D viewport. Allows to visualize sparse reconstruction results -(point cloud and cameras). -``` -QML2_IMPORT_PATH=/path/to/qmlAlembic/install/qml -``` +### Qt Plugin +An additional Qt plugin can be built to extend Meshroom UI features. It can be found on a separate repository, +though it might get better integration in the future. +Note that it is optional but highly recommended. #### [QtAliceVision](https://github.com/alicevision/QtAliceVision) -Use AliceVision to load and visualize intermediate reconstruction files and OpenImageIO as backend to read RAW/EXR images. +It uses AliceVision to load and visualize intermediate reconstruction files and OpenImageIO as backend to read RAW/EXR images. +It also adds support for Alembic file loading in Meshroom's 3D viewport, which allows to visualize sparse reconstruction results +(point clouds and cameras). + ``` -QML2_IMPORT_PATH=/path/to/qtAliceVision/install/qml -QT_PLUGIN_PATH=/path/to/qtAliceVision/install +QML2_IMPORT_PATH=/path/to/QtAliceVision/install/qml +QT_PLUGIN_PATH=/path/to/QtAliceVision/install ```