Updated Good first contributions (markdown)

natowi 2020-04-25 22:41:14 +02:00
parent 7470290ea2
commit aae47664ce

@ -10,6 +10,13 @@ https://github.com/alicevision/meshroom/issues?q=is%3Aissue+is%3Aopen+label%3A%2
# Add file picker to add images :octocat:
[#461](https://github.com/alicevision/meshroom/issues/461) (pull request: https://github.com/alicevision/meshroom/pull/867)
# Disable Augment Reconstruction under certain conditions
When using the new HDRI pipeline there is no SfM node, so "Augment Reconstruction" is without use. Maybe we could disable the Augment Reconstruction drop field/File Menu as long as there is no SfM node in the node graph to improve usability.
File->New pipeline->HDRI or when no SfM node is being used in the graph
https://github.com/alicevision/meshroom/pull/867#issuecomment-619436631
# Add/Edit Exif info :octocat:
Manual addition of EXIF data within Meshroom would be a good first contribution, with options for selecting 1 or N specific images, or All images, to apply the data to. https://github.com/alicevision/meshroom/issues/642