-
Notifications
You must be signed in to change notification settings - Fork 19
Development Setup
-
Clone the repository.
-
Download and install the latest blender version from here.
-
Start blender and go to Edit>Preferences>Add-ons. Enable any Add-on here and disable it again. (This creates the required folders in %AppData%)
-
Download the python code coverage module from here. \n Extract it and copy the coverage folder into
'your blender installation path'/Blender Foundation/Blender/'blender version'/scripts/modules
. -
Open the command prompt and navigate to
%AppData%/Roaming/Blender Foundation/Blender/'blender version'
Typemkdir scripts\addons
and press enter. Typecd scripts\addons
and press enter. Typemklink /D io_mesh_w3d 'path to plugin repository'/io_mesh_w3d
and press enter. Then typemklink /D tests 'path to plugin repository'/tests
and press enter. -
Open the folder of the cloned repository and create a copy of the
runTests.bat
. Edit the file so that it points to the location of theblender.exe
. Run the tests by executing the batch file. -
Start blender, navigate to Edit>Preferences>Add-ons and enable the w3d plugin (Import/Export Westwood w3d format (.w3d/.w3x).
Done! :)