Skip to content
naru edited this page Sep 26, 2020 · 3 revisions

Welcome to the BlenderQuickMap wiki!

Links

Step by step guide can be found here.

Installation

If you do not know how blender plugins work, this office document about add-on will help.

Directly download code from github will add some tail to the name of folder, so if you directly installed the zip file you may not be able to enable add-on.

Traceback (most recent call last): File "D:\Code\Blender Foundation\Blender 2.83\2.83\scripts\modules\addon_utils.py", line 351, in enable mod = import(module_name) ModuleNotFoundError: No module named 'BlenderQuickMap-1'

Blender is not happy with name miss-match between add-on folder and module, repackage it with correct name will help.

Clone this wiki locally