Meshroom/meshroom
Candice Bentéjac 63bd6d61cd [core] Add new desc parameters to flag attributes with erroneous values
This commit adds two new description parameters:

- `validValue`, which is true if the value of the attribute is not
erroneous (i.e. valid for the type of the attribute but invalid in the
context of that specific attribute) and false otherwise. This holds a
different significance than the "validateValue" method, which only checks
if the parameter's value is expected with respect to the attribute's type.
For example, we could want an IntParam that flags any value that is not
even: an odd integer value would successfully go through the
"validateValue" method, but would then be flagged as an invalid value
at the attribute's level.

- `errorMessage`, an attribute-specific string that contains a message
explaining why the attribute's `validValue` parameter might be set to
false.

By default, all the attributes' values are valid, and they have no error
message.
2023-08-21 16:30:11 +02:00
..
common Remove workarounds and backports for Python 2 support 2022-12-05 17:16:21 +01:00
core [core] Add new desc parameters to flag attributes with erroneous values 2023-08-21 16:30:11 +02:00
nodes [nodes] HDR Fusion: Align bracket detection with AliceVision's 2023-08-16 16:57:23 +02:00
pipelines [pipelines] publish downscaled panorama levels 2023-08-08 10:28:28 +02:00
submitters [submitters] simpleFarm: use node name instead of type for task name 2023-06-14 09:41:40 +02:00
ui [UI] fix resize of horizontal splitview 2023-08-18 10:56:22 +02:00
__init__.py Merge pull request #2090 from alicevision/build/semanticSegmentationModel 2023-07-11 16:23:48 +02:00
multiview.py Add support for external pipelines using project files 2022-07-12 14:56:24 +02:00