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-11-08Merge pull request #1813 from alicevision/mug/tabOpenNodeMenuHEADdevelopFabien Castan
[ui] keyboard shortcut: press tab to open node menu
2022-11-04Merge pull request #1815 from alicevision/servantftechnicolor-patch-1Fabien Castan
update ion startup
2022-11-04update ion startupFabien Servant @ TCS
Provides a shebang for ion run Remove alicevision_root which is not usefull anymore
2022-11-03[ui] check mouse is in graph editorLoïc Vital
2022-11-03Merge pull request #1793 from alicevision/dev/defaultHdrViewerFabien Castan
[ui] Viewer 2D: enable the HDR viewer by default
2022-11-03Merge pull request #1707 from alicevision/dev/manipulatorPanoramaFabien Castan
Manipulator for panorama viewer
2022-11-03[ui] PanoramaViewer: change the way the user interact with the panorama widgetfabien servant
2022-11-03Merge pull request #1805 from alicevision/dev/boundingBoxFrameFabien Castan
Update bounding box display to use the correct geometric frame
2022-11-03[ui] convert to CG coordinate system: some renaming and commentsFabien Castan
2022-11-03[mesh] update bounding box display to use the correct geometric framefabien servant
2022-11-03Merge pull request #1809 from alicevision/dev/lv/fixCrashNonASCIIPathFabien Castan
Fix crash when importing images with non-ascii characters in their filepath
2022-11-02[ui] prevent default tab behavior (change focus to next element)Loïc Vital
2022-11-02[ui] open node menu with tabLoïc Vital
2022-10-31[ui] minor renamings for coherenceLoïc Vital
2022-10-28[ui] fix crash when importing images with non-ascii characters in pathLoïc Vital
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