Kirpal / Keyboard-Layout-Editor-for-Blender

Allows you to import keyboard layouts into blender and render them in 3d
336 stars 38 forks source link

Wrong installation path on blender-2.79-windows64.zip #23

Closed eine closed 6 years ago

eine commented 6 years ago

I am using blender-2.79-windows64.zip, which is a portable version. When the addon is installed, as explained in the README, it is copied to C:\Users\<USER>\AppData.... However, it should be copied to a path relative to where the binary is located: ...\blender-2.79-windows64\2.79\scripts\addons. These are the steps I followed to have it installed:

  1. Create a new subdir in ...\blender-2.79-windows64\2.79\scripts\addons named io_kle.
  2. Extract the content of the release zip file (v2.4.zip) to the created subdir.
  3. Follow steps 6-9 of the README.
  4. Remove C:\Users\<USER>\AppData\Roaming\Blender Foundation.

I get the following error when this layout is loaded:

kirpal_kle_error

But the preset layouts work as expected. Might it be relatd to (CSS) styles? Am I missing some other dependency?

Kirpal commented 6 years ago

I believe the installation bug is related to blender? The addon itself doesn't install anything, it just uses blender's own mechanism.

As for the error message, it's due to the front legends. They're not currently supported, although it's on the To Do