Quick Import - CleverChaoFrontiers/Blendhog-Level-Creator-Blender-Addon GitHub Wiki
Operators
Import All
This imports Terrain, Objects, Heightmap, Splatmap and Density. It will automatically import to collections called "Terrain", "Objects" and "Density" if they exist, if they don't, they will be created. The stage folder must be selected.
Terrain
Imports terrain-models from the stage, copies them to coordinates specified by the pcmodel and loads textures and materials. This feature works best for base game stages, though should still work for most custom levels. However, this is a lot harder to guarantee because they are less consistent with each other than the base game.\
Dependency PACs
For importing many base game stages, the wX_common PAC and other PACs may also need to be present. This may also be necessary for more complex custom stages, as many use obj, dev or other unused PACs.
Objects
Imports gedits from the stage, parents them correctly and sets properties.
Heightmap
Creates a heightmap object and imports the heightmap from the stage. This is perhaps the slowest part of the process, so be patient.
Splatmap
Loads the splatmap, area map and scale map and applies it to the heightmap
Density
Loads the density for the stage. It currently does not support edited density objects, and will only try to import the ones from the islands or cyberspace.