This is a Blender addon designed to be able to import and export World of Warships' .geometry+.visual files, designed for mod authors.
This project is in early development, and might not even ever get finished, depending on whether others and I can ever decode the .geometry file format. Expect it to not work at all in early versions.
This project has the MIT license:
A short and simple permissive license with conditions only requiring preservation of copyright and license notices. Licensed works, modifications, and larger works may be distributed under different terms and without source code.
I really don't mind what is done with it, as long as it is not for profit and due credit is given.
- In order to add addons to Blender, first you need to locate your
addons_contrib
folder. Depending on how you installed Blender, it can be located in different places.- If you installed Blender with the installer, like most people, then you can open the
addons_contrib
folder atC:Program Files\Blender Foundation\Blender x.xx\x.xx\scripts\addons_contrib
- If you built Blender with Visual Studio, then you can open the
addons_contrib
folder atC:\blender-git\build_windows_x64_vc16_Release\bin\Release\x.xx\scripts\addons_contrib
, provided you followed this tutorial. If you didn't, I assume you are very experienced and already know where it is.
- If you installed Blender with the installer, like most people, then you can open the
- Now, download/clone the repository and copy the
io_mesh_geometry
folder to theaddon_contrib
folder. - Start Blender and open the Preferences.
- Click on the Add-ons tab located on the left.
- Click on the Testing option at the top.
- You should see the addon now, and need to click the checkmark to enable it.
- Clone/Download the directory and compress the
io_mesh_geometry
folder into a .zip file to place in a location of your choice - Start Blender and open the Preferences.
- Click on the Add-ons tab located on the left.
- Click on the Install... button on the top right
- Select the
io_mesh_geometry.zip
file