Changes in the ASToFra tools in the last 90 days

MR [ 551 ] - 2025-04-25 11:03:43.275000

Resolve "Attached light position attribute not shown anymore"
Fixed issue that position and rotation were not shown anymore for attached lights in the attached object editor. Closes #6762
Affected tools/features: ModelConverterX, Severity::bug, editor

MR [ 550 ] - 2025-04-21 10:40:27.908000

Resolve "LOD Crreator column width"
Fixed issues that in certain forms the width of columns was configured with a fixed number that did not take the display scaling of Windows into account. Closes #6761
Affected tools/features: ModelConverterX, Severity::bug, UI

MR [ 549 ] - 2025-04-21 10:20:36.483000

Resolve "Package export ContentInfo"
When writing MSFS scenery package do also create the ContentInfo folder, including a (dummy) screenshot. Closes #6759
Affected tools/features: ModelConverterX, Severity::feature-request, writer

MR [ 547 ] - 2025-04-20 06:27:23.935000

Resolve "Error reading object name TXT"
Made sure that functionality to read library object names from TXT file also works correctly when a TXT file with FSX GUIDs is present, instead of one with FS2004 style GUIDs. Closes #6757
Affected tools/features: ModelConverterX, Severity::bug, reader

MR [ 548 ] - 2025-04-20 06:26:54.742000

Resolve "glTF reader error without TextureCache"
Fixed error when using AllObjectReader without a texture cache or object processor object, as done in the developer examples. The readers will not throw an error anymore when these objects are missing, but not providing them could result in visual artifacts in the preview. Note: this only affects developers using the ASToFra libraries, not users of the tools. Closes #6758
Affected tools/features: Samples, Severity::bug, reader

MR [ 545 ] - 2025-04-18 07:19:59.143000

MSFS 2024 lights and day_night_switch
Made sure that street_light and advanced_light light types from MSFS2024 are imported and exported correctly. Also adjusted how the day_night_switch extension is used, since MSFS2024 does this differently. Added option in the light_mapping.ini file to automatically scale the light intensity when importing/exporting glTF files. This can be used to automatically adjust for the different intensity values that MSFS2024 expects. See the manual for more details on this setting.
Affected tools/features: ModelConverterX, Severity::bug, reader, writer

MR [ 546 ] - 2025-04-13 06:40:17.493000

Fixed "TXT writer log message typos"
Fixed mistake that TXT writer did not report finished log message, instead there was a second starting message.
Affected tools/features: ModelConverterX, Severity::bug, writer

MR [ 543 ] - 2025-04-11 14:58:16.887000

Resolve "Add invisible box"
Added option to add an invisible box around the object to influence the LOD selection. This can be done in the batch wizard with the Override Bounding Box operator or in the hierarchy editor by creating such an invisible box based on the extends of the selected node. When exporting to glTF the override bounding box option (as can also be set in the object information form) is exported as a box with an invisible material now. Closes #6756
Affected tools/features: ModelConverterX, Severity::feature-request, editor

MR [ 542 ] - 2025-04-11 07:01:16.284000

Resolve "Support draco mesh compression in glTF file"
Support reading glTF files that use Draco compression. Closes #5399
Affected tools/features: ModelConverterX, Severity::feature-request

MR [ 544 ] - 2025-04-08 08:15:42.290000

Error reporting GUI issues
Fixed incorrect scaling of error reporting GUI
Affected tools/features: ModelConverterX, UI

MR [ 536 ] - 2025-03-25 10:33:58.074000

scenProcWorker test robustness
Made scenProcWorker tests more robust to reduce random failures when running pipelines.

MR [ 537 ] - 2025-03-23 12:42:14.294000

Resolve "Display scaling not working correctly"
Checked all forms to make sure they also work correctly when display scaling in Windows is not 100%. Closes #6754
Affected tools/features: ModelConverterX, Severity::bug, UI, scenProc

MR [ 541 ] - 2025-03-21 09:27:58.913000

Fixed deployment to NuGet feed

MR [ 540 ] - 2025-03-21 08:53:16.141000

Deploy script issues
Fixed two issues in deploy script

MR [ 539 ] - 2025-03-21 07:54:13.679000

Fixed typo in pipeline dependency for deploy

MR [ 538 ] - 2025-03-20 20:49:08.111000

Build NuGet packages
Generate NuGet packages from the ASToFra libraries so that other developers can use them in their applications as well. For more information see this project with examples: https://gitlab.com/scenerydesign.org/astofra-developer-examples

MR [ 531 ] - 2025-03-15 14:34:00.021000

Resolve "Translate tool snap to ground"
In the move dialog added a button that will calculate the Z value so that the bottom of the object is snapped to ground level. Closes #6747
Affected tools/features: ModelConverterX, Severity::feature-request, editor

MR [ 535 ] - 2025-03-15 12:02:48.503000

Resolve "System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection. (Parameter 'index')"
Made reading of conditions from SCASM and FS2004 MDL/BGL files more robust. Closes #6752
Affected tools/features: ModelConverterX, Severity::bug, reader

MR [ 533 ] - 2025-03-15 11:18:10.438000

Use optimized EmguCV package
Use the optimized EmguCV package to improve performance of image processing functions.
Affected tools/features: scenProc

MR [ 534 ] - 2025-03-15 10:59:26.389000

Resolve "System.ArgumentException: CaractÞres non conformes dans le chemin d'accÞs."
When reading textures from GLB files ensure that the name does not contain illegal characters on Windows. Closes #6751
Affected tools/features: ModelConverterX, Severity::bug, reader

MR [ 530 ] - 2025-03-15 10:30:20.561000

Resolve "Give objects in MSFS package more clear names"
When exporting a MSFS scenery package, the names of the object folders in the modelib folder are now derived from the object name, instead of using the package name with an index number. When the scenery contains multiple objects with the same name, they get a index number suffix to ensure the names are unique. Closes #6750
Affected tools/features: ModelConverterX, Severity::feature-request, writer

MR [ 532 ] - 2025-03-15 09:21:29.061000

Resolve "Scale transform show bounding box size"
In the scale dialog not only show the minimum and maximum bounding box values after scaling, but also show the bounding box size after scaling. This makes it easier to determine the right scale for a desired object size. Closes #6748
Affected tools/features: ModelConverterX, Severity::feature-request, editor

MR [ 529 ] - 2025-03-14 13:19:31.820000

Resolve "FS2004 style GUID in MSFS XML output"
Made sure the MSFS XML output uses the GUID style with curly brackets. Closes #6749
Affected tools/features: ModelConverterX, Severity::bug, writer

MR [ 527 ] - 2025-03-14 08:32:32.905000

Resolve "Support EXT_meshopt_compression"
Reading glTF objects that use the EXT_meshopt_compression extension is now supported by ModelConverterX. This extension is supported in standard and in MSFS2024 glTF files. Closes #6731
Affected tools/features: ModelConverterX, Severity::feature-request, reader

MR [ 528 ] - 2025-03-08 09:02:21.409000

Upgrade to .NET 8.0
Upgraded all tools to use .NET 8.0 instead of .NET Framework 4.8. Closes #6744
Affected tools/features: ModelConverterX, scenProc

MR [ 525 ] - 2025-02-14 16:38:39.102000

Fixed issues reading MSFS 2024 MDL files
Fixed a number of issues in reading MSFS 2024 MDL file.
Affected tools/features: ModelConverterX, Severity::bug, reader

MR [ 524 ] - 2025-02-13 20:19:59.695000

Resolve "Read MSFS 2024 MDL file"
Made sure that MSFS 2024 MDL files, which contain compressed glTF binary data are also read correctly. Closes #6708 Closes #6710
Affected tools/features: ModelConverterX, Severity::feature-request, reader

MR [ 523 ] - 2025-02-12 05:39:25.486000

Resolve "Light simmetry vs symmetry"
Made sure that glTF files write the has_symmetry attribute correctly for lights. When reading the has_simmetry attribute is still supported for backwards compatibility. Closes #6742
Affected tools/features: ModelConverterX, Severity::bug, reader, writer

MR [ 521 ] - 2025-02-11 09:18:34.582000

Resolve "System.ArgumentException: Requested value 'Always' was not found."
Made X reader more robust for invalid enuneration values, when encountered the default value of that attribute is used instead. Closes #6741
Affected tools/features: ModelConverterX, Severity::crash, reader

MR [ 522 ] - 2025-02-11 07:47:14.984000

Quadratic error LOD Creator improvements
Improvements to the quadratic error LOD creator algotihm. Not only consider the average vertex for collapsing edges, but also the start, end and optimal vertex. The one with the smallest error is selected for the collapse. Added additional weight factors for open edges and texture mapping discontinuities to take these aspects into account in the simplification as well. Closes #416
Affected tools/features: ModelConverterX, editor

MR [ 520 ] - 2025-02-04 07:22:27.257000

Scenery Object Editor merge action
Renamed "Add object" to "Merge scenery" in the Scenery Object Editor to make clear that this function can be used to merge two sceneries.
Affected tools/features: ModelConverterX, editor

MR [ 518 ] - 2025-01-31 05:03:52.990000

Performance optimization reading X file
Improved performance while reading (large) X files by improving the vertex optimization of the mesh.
Affected tools/features: ModelConverterX, reader

MR [ 519 ] - 2025-01-30 21:01:04.969000

Resolve "System.IndexOutOfRangeException: L'index se trouve en dehors des limites du tableau."
Made sure that glTF reader can read color information from both 3 and 4 component vectors. Closes #6738
Affected tools/features: ModelConverterX, Severity::crash, reader

MR [ 517 ] - 2025-01-30 20:05:57.676000

Resolve "System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection.Parameter name: index"
Fixed crash when reading X-Plane OBJ file that only specifies one value for ATTR_LOD. In this case a near value of 0 is now assumed. Closes #6737
Affected tools/features: ModelConverterX, Severity::crash, reader

MR [ 515 ] - 2025-01-30 06:27:53.719000

Resolve "Add option to export glTF file without model XML file"
Changed option to specify if model XML file should be written so that 3 possible values can be configured now: Yes, No, WhenNotExists. Closes #6735
Affected tools/features: ModelConverterX, Severity::feature-request, writer

MR [ 516 ] - 2025-01-30 06:27:31.991000

Resolve "Add batch operator to change attached light parameters"
Added new batch operator "Emissivity multiplication" to allow batch multiplication of material emissive factor and attached light strength parameters. This is useful when converting models between MSFS 2020 and MSFS 2024. Closes #6736
Affected tools/features: ModelConverterX, Severity::feature-request, editor