Skip to content

v0.2.0

Compare
Choose a tag to compare
@viniciuszendron viniciuszendron released this 08 Nov 03:26
· 3 commits to main since this release
c7c943d

Version 0.2.0

Update Scenery Files

The new function updateSceneryFiles was created to remove remaining scenery files from modelLib and modelLib/texture that are no longer registered in scene/objects.xml (e.g. deleted photogrammetry tiles from in-game scenery editor). It can also remove .PNG.DDS and .PNG.DDS.json files located inside of a TEXTURE folder of an already built project.

Functions

New Functions
  • updateSceneryFiles: Delete scenery files across the project (modelLib and modelLib/texture) that are no longer registered in scene/objects.xml. It can also remove .PNG.DDS and .PNG.DDS.json files located inside of a TEXTURE folder of an already built project by providing the TEXTURE path in deleteBuiltTextures argument.
  • getXmlGuid: Get GUID from a modelLib .xml file.