[doc] Remove all mentions of QmlAlembic in favour of QtAliceVision

This commit is contained in:
Candice Bentéjac 2023-07-25 14:51:58 +02:00
parent d277d79feb
commit 2fbba469f9
2 changed files with 13 additions and 17 deletions

View file

@ -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).

View file

@ -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
```