Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/alicevision/meshroom.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-31[bin] forgot shebangdev/meshroom_compute_ionfabien servant
2022-10-31[bin] add a script to launch meshroom_compute with environment setfabien servant
2022-10-22Merge pull request #1799 from alicevision/dev/templatesUnitTestFabien Castan
Add a unit test to check the node versions of templates
2022-10-21Merge pull request #1803 from alicevision/install.md-patchFabien Castan
Update INSTALL.md
2022-10-21Update INSTALL.mddemoulinv
2022-10-21[pipelines] Remove obsolete keys from all templatesCandice Bentéjac
Outputs, internal folder and parallelization parameters are not used anymore in templates. The existing templates are updated accordingly.
2022-10-21[core] Do not write outputs, internal folder and parallelization in templatesCandice Bentéjac
For every node, the only information that is kept when saving a template are the non-default input attributes' values as well as the node's position. The unit test checking the templates' nodes is updated to stop taking outputs into account.
2022-10-21Merge pull request #1794 from alicevision/dev/lv/sphinxDocFabien Castan
[docs] Python documentation generation using Sphinx
2022-10-21[pipelines] Update Photogrammetry template with latest description of ↵Candice Bentéjac
PrepareDenseScene
2022-10-21[pipelines] Remove UIDs from existing templatesCandice Bentéjac
2022-10-21[core] Do not write nodes' UIDs when saving templatesCandice Bentéjac
2022-10-21[tests] Add a unit test to check for templates' versionsCandice Bentéjac
This test checks that there is no compatibility issue with the nodes saved in the template files. It fails when an upgrade of a templates is needed. Any template can still be opened even if its nodes are not up-to- date, as they will be automatically upgraded.
2022-10-21[docs] commenting custom extensionsLoïc Vital
2022-10-21[docs] specifying all requirements for building docsLoïc Vital
2022-10-21[docs] readthedocs setupLoïc Vital
2022-10-20Merge pull request #1802 from alicevision/servantftechnicolor-patch-1Fabien Castan
Update startup script for ion
2022-10-19Update startup script for ionFabien Servant @ TCS
Add ALICEVISION_ROOT to env in startup script
2022-10-19Merge pull request #1792 from alicevision/ColorSpaceManagementFabien Castan
Color space management
2022-10-19Merge pull request #1776 from alicevision/dev/lv/adapt2DViewerToNodeFabien Castan
Show generated images in 2D viewer when double-clicking on node
2022-10-19[nodes] LdrToHdrCalibration: fix trailing space in labelFabien Castan
2022-10-19[ui] fix metadata display bugLoïc Vital
2022-10-19[ui] use tempCameraInit node to get viewpoints when it existsLoïc Vital
2022-10-19[ui] minor fixLoïc Vital
2022-10-19[ui] button to clear node from 2d viewerLoïc Vital
2022-10-19[ui] always display at least "Image Gallery" in ComboBoxLoïc Vital
2022-10-19[node] output labels renaming without 'Output' prefixLoïc Vital
2022-10-19[ui] coherent naming "Image Gallery" across appLoïc Vital
2022-10-19[ui] fix drag and drop external images on Viewer2DLoïc Vital
2022-10-19[ui] only load nodes in Viewer2D when at least one chunk is finishedLoïc Vital
2022-10-19[ui] use label instead of name in outputAttribute ComboBoxLoïc Vital
2022-10-19[node] PanoramaWarping: add visualization for mask and weight mapsLoïc Vital
2022-10-19[nodes] update desc for nodes in panoramaHDR pipeline to visualize their outputLoïc Vital
2022-10-19[ui] disable outputAttributes ComboBox when it is emptyLoïc Vital
2022-10-19[ui] do nothing when double clicking attributeLoïc Vital
2022-10-19[ui] update outputAttributes when displayedNode is undefinedLoïc Vital
2022-10-19[ui] prevent loading image output attributes in 3D viewerLoïc Vital
2022-10-19[ui] always enable outputAttribute ComboBoxLoïc Vital
2022-10-19[ui] replaced depthMapNodeName Label with displayedNodeName LabelLoïc Vital
2022-10-19[ui] fix outputAttribute.name property updatingLoïc Vital
2022-10-19[ui] minor code cleanupLoïc Vital
2022-10-19[ui] only load in 2D viewer nodes that output imagesLoïc Vital
2022-10-19[ui] ensure viewpoints are always accessible in 2D viewer using comboboxLoïc Vital
2022-10-19[ui] update selected view from grid when using keysLoïc Vital
2022-10-19[ui] check node is computed or running before loading in viewer2DLoïc Vital
2022-10-19[ui] adapt combobox width to contained attr namesLoïc Vital
2022-10-19applied visualization workflow to PrepareDenseSceneLoïc Vital
2022-10-19added some commentsLoïc Vital
2022-10-19use semantic field in file attributes to specify images and store displayed ↵Loïc Vital
node in 2D viewer to adapt UI
2022-10-19added outputImageTypes in node desc to update the viewer2D imageType combo ↵Loïc Vital
box when double clicking a node
2022-10-18Update ImageProcessing node parameters adding the keep filename option and ↵demoulinv
the replacing the color space name ACES with ACES2065-1.