mirror of
https://github.com/alicevision/Meshroom.git
synced 2025-04-28 17:57:16 +02:00
Merge 5a7c31a53f
into ee679fcf34
This commit is contained in:
commit
0c90d08978
4 changed files with 6 additions and 12 deletions
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
4
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -29,9 +29,9 @@ If applicable, copy paste the relevant log output (please embed the text in a ma
|
|||
**Desktop (please complete the following and other pertinent information):**
|
||||
- OS: [e.g. win 10, osx, ]
|
||||
- Python version [e.g. 2.6]
|
||||
- Qt/PySide version [e.g. 5.15.2]
|
||||
- Qt/PySide version [e.g. 6.8.2]
|
||||
- Meshroom version: please specify if you are using a release version or your own build
|
||||
- Binary version (if applicable) [e.g. 2019.1]
|
||||
- Binary version (if applicable) [e.g. 2023.3.0]
|
||||
- Commit reference (if applicable) [e.g. 08ddbe2]
|
||||
|
||||
**Additional context**
|
||||
|
|
4
.github/ISSUE_TEMPLATE/question_help.md
vendored
4
.github/ISSUE_TEMPLATE/question_help.md
vendored
|
@ -22,9 +22,9 @@ If applicable, copy paste the relevant log output (please embed the text in a ma
|
|||
**Desktop (please complete the following and other pertinent information):**
|
||||
- OS: [e.g. win 10, osx, ]
|
||||
- Python version [e.g. 2.6]
|
||||
- Qt/PySide version [e.g. 5.15.2]
|
||||
- Qt/PySide version [e.g. 6.8.2]
|
||||
- Meshroom version: please specify if you are using a release version or your own build
|
||||
- Binary version (if applicable) [e.g. 2019.1]
|
||||
- Binary version (if applicable) [e.g. 2023.3.0]
|
||||
- Commit reference (if applicable) [e.g. 08ddbe2]
|
||||
|
||||
**Additional context**
|
||||
|
|
|
@ -38,13 +38,7 @@ pip install -r requirements.txt -r dev_requirements.txt
|
|||
> Note: `dev_requirements` is only related to testing and packaging. It is not mandatory to run Meshroom.
|
||||
|
||||
### Qt/PySide
|
||||
* PySide >= 5.15.2.1
|
||||
Warning: The plugin AssimpSceneParser is missing from pre-built binaries, so it needs to be added manually (see https://bugreports.qt.io/browse/QTBUG-88821).
|
||||
It can either be taken from an older version, or directly downloaded from here:
|
||||
* Linux: [libassimpsceneimport.so](https://drive.google.com/uc?export=download&id=1cTU7xrOsLI6ICgRSYz_t9E1lsrNF1kBB))
|
||||
* Windows: [assimpsceneimport.dll](https://drive.google.com/uc?export=download&id=1X9X9d5W_lCwEHWwF748IdnN1YYipAQT_)
|
||||
|
||||
and then copied into PySide's installation folder, in `plugins/sceneparsers`.
|
||||
* PySide >= 6.6.3.1
|
||||
|
||||
|
||||
### Qt Plugin
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# runtime
|
||||
psutil>=5.6.7
|
||||
PySide6==6.6.3.1
|
||||
PySide6==6.8.2.1
|
||||
markdown==2.6.11
|
||||
requests==2.32.0
|
||||
pyseq==0.6.1
|
||||
|
|
Loading…
Add table
Reference in a new issue