demoulinv
dfa2c6b80d
[Nodes] Texturing : Change default value for CorrectEV option from False to True enabling automatic exposure correction for texture creation.
2023-08-18 09:29:34 +02:00
Candice Bentéjac
c498f48e1e
[nodes] S-T: Harmonize and improve labels and descriptions
...
Use CamelCase for all labels, always end descriptions with periods, and
replace the mixed use of single and double quotes with double quotes
only.
2023-06-16 10:32:01 +02:00
demoulinv
5e3b8a8213
[Nodes] Add rec709 option as output color space in ImageProcessing, PanoramaPostProcessing and Texturing nodes. In ImageProcessing rec709 option is also added as working color space.
2023-04-13 14:45:28 +02:00
Fabien Castan
200ab852c6
[nodes] Texturing: minor update to outputColorSpace param
2023-03-17 12:11:02 +01:00
demoulinv
008d901a13
[Node] Texturing: Replace processcolorspaceName with workingcolorSpace and add outputColorSpace
2023-03-14 14:59:15 +01:00
fabien servant
ae0ca71c1c
[nodes] replace CommandLineNode with AVCommandLineNode for alicevision nodes
2022-12-06 15:07:01 +01:00
Candice Bentéjac
635f85e7fd
Remove all references to pyCompatibility
...
- "pyCompatibility.basestring" are replaced by standard Python3 "str"
- "Sequence" and "Iterable" from "collections" are now directly imported
with "collections.abc"
2022-12-05 17:16:21 +01:00
Loïc Vital
b4f0b5377e
added some comments
2022-10-19 09:50:08 +01:00
Loïc Vital
a574c0fc9b
use semantic field in file attributes to specify images and store displayed node in 2D viewer to adapt UI
2022-10-19 09:50:08 +01:00
luz paz
f4dcf6557f
Fix various typos in the source code
...
## Description
Fix various typos in the source code. This includes user facing code, documentation, and source comments. This PR has not been tested.
Closes #1605
2022-01-22 07:39:05 -05:00
Fabien Castan
dcb984bfcc
[nodes] Texturing: add upgrade code for colorMappingFileType
2021-09-03 22:12:25 +02:00
Thomas Zorroché
45bed69672
[nodes] change default mesh format to obj
2021-09-03 21:13:20 +02:00
Thomas Zorroche
fa0509eca4
[nodes] display material output only for .obj
2021-09-03 21:13:18 +02:00
Thomas Zorroche
93f8595bb3
[nodes] upgrade Texturing version to 6.0
2021-09-03 21:13:17 +02:00
Thomas Zorroche
4346e55d5c
[nodes] separate choice parameter for bump mapping file type
...
One for Normal, one for Height
2021-09-03 21:13:17 +02:00
Thomas Zorroche
b21ac27942
[nodes] add lambda for Textures output value
2021-09-03 21:13:17 +02:00
Thomas Zorroché
f9f88c9932
[nodes] change texture mapping parameters
2021-09-03 21:13:16 +02:00
Thomas Zorroché
440ec43ac0
[texturing] fix export filename
2021-09-03 21:13:16 +02:00
Thomas Zorroche
f26aea656e
[nodes] outputMeshFileType: rename gltf2 into gltf
2021-09-03 21:13:15 +02:00
Thomas Zorroche
2aa0bb12d4
[nodes] add mesh file type option
2021-09-03 21:13:14 +02:00
Thomas Zorroché
45c04113ce
[nodes] add group attribute for textures parameters
2021-09-03 21:13:14 +02:00
Thomas Zorroche
979fbde24b
[nodes] export heightmaps only in .exr
2021-09-03 21:13:13 +02:00
Thomas Zorroche
9be057090b
[nodes] add empty value for file type
2021-09-03 21:13:13 +02:00
Thomas Zorroche
fdfd2e7b01
[nodes] Texturing: add refMesh and Normal / Height Map file type
2021-08-17 16:46:17 +02:00
Fabien Castan
d7733f237a
[nodes] Texturing: add new visibility remapping method
2021-07-23 00:24:08 +02:00
ChemicalXandco
e18f815af9
[nodes] add node categories
2021-02-14 17:03:42 +00:00
Fabien Castan
1102ce84e0
Merge branch 'develop' of github.com:alicevision/meshroom into dev/nodesAndTaskManager
...
Conflicts:
meshroom/core/graph.py
meshroom/ui/qml/main.qml
2020-12-01 20:02:43 +01:00
Fabien Castan
fc4df553f6
[nodes] Texturing: put downscale to 2 by default
...
Scale 1 could be better for objects, but is really too much for large environments.
Better to have a default value which ensures that we can open the result.
2020-09-03 15:37:01 +02:00
Fabien Castan
bab908d2eb
Merge branch 'develop' into dev/nodesAndTaskManager
2020-07-30 10:56:19 +02:00
Fabien Castan
64a4c9426a
[nodes] add some nodes documentation
2020-03-26 11:20:44 +01:00
Yann Lanthony
991aca989b
Merge develop into dev/nodesAndTaskManager
2020-01-24 14:54:08 +01:00
Yann Lanthony
ac149e1e51
[nodes][aliceVision] use user-friendly atribute labels
2020-01-24 12:00:13 +01:00
Fabien Castan
30f902b987
[nodes] Texturing: correctEV param is now visible
2020-01-15 11:52:55 +01:00
Fabien Castan
1814a34ab8
[nodes] Texturing: simplify subdivision parameters
2020-01-15 11:48:52 +01:00
Fabien Castan
35258aceae
[nodes] Texturing: rename subdivision parameters
2020-01-15 11:48:52 +01:00
Clara
b214584ea7
[Texturing] add options for retopoMesh & reorganise options
2020-01-15 11:48:51 +01:00
Clara
02e2a5f048
[Texturing] set texturing downscale default value to 1
2019-07-24 15:15:07 +02:00
Fabien Castan
7143277474
Merge pull request #538 from alicevision/dev_EVcorrect_texturing
...
[Texturing] Add option to correct exposure values during Texturing
2019-07-15 17:14:23 +02:00
Fabien Castan
4e22ec5553
[nodes][alicevision] Texturing: update version with new param processColorspace
2019-07-05 23:10:10 +02:00
Clara
1e50e02b83
[Texturing] add option to correct exposure values during Texturing
2019-07-04 11:03:49 +02:00
Clara
0cf69bacc6
[Texturing] option to choose process colorspace
...
Colorspace for the texturing internal computation (does not impact the output file colorspace). Choose between sRGB (default), LAB and XYZ
2019-06-25 12:25:21 +02:00
Fabien Castan
cc476d40ed
Merge pull request #464 from alicevision/dev_texturing_multiband
...
Multi-band blending texturing
2019-06-21 00:14:46 +02:00
Fabien Castan
919f5e32aa
[nodes][aliceVision] Texturing: fix outputTextures files extension
2019-06-17 20:03:05 +02:00
Clara
cb84dd4662
[Texturing] set bestScoreThreshold default value to 0.1
...
keep only triangles with sufficient reprojection area
2019-06-13 15:55:35 +02:00
Clara
5c29e29ef3
[Texturing] change some default parameters
2019-06-12 17:26:24 +02:00
Clara
9f928e1ea0
[mesh] Texturing: set parameters for multi-band blending
...
Use only 3 parameters : useScore, multiBandDownscale, multiBandNbContrib
2019-05-13 17:04:26 +02:00
Unknown
00188c9aef
[nodes] texturing: add support for multi-band blending
2019-04-12 15:19:06 +02:00
Grégoire De Lillo
7343cabbfe
[nodes] Texturing
Add option useUDIM
2019-03-01 12:33:12 +01:00
Grégoire De Lillo
52379e4200
[nodes] Texturing
Remove option inputDenseReconstruction
2019-01-24 10:42:23 +01:00
Fabien Castan
b5fc99762d
[nodes] Texturing: minor change of label and advanced status
2019-01-07 11:53:50 +01:00