taniwha / io_object_mu

Python .mu reader/writer and blender import/export addon
GNU General Public License v2.0
122 stars 51 forks source link

Problem Installing the Addon #19

Closed Telekmac closed 5 years ago

Telekmac commented 5 years ago

When trying to install the 2.79 or 2.8 versions of the addon it says it installs and when I check the actual file in file explorer the folder is there but inside of blender it does not show up. There is no way top activate the addon therefore making it useless. Please help

HaullyGames commented 5 years ago

Works fine for me.

I had issues before, but was related to download a wrong version. Make sure you are picking the right branch before click on download.

HaullyGames commented 5 years ago

The only issue that I have is more related to texture, sometimes the texture is not on right place.

Telekmac commented 5 years ago

Yep i tried all the downloads but nothing prevailed

taniwha commented 5 years ago

make sure the directory name does not contain any periods(.): blender cannot import modules that have periods in their names because python cannot (due to how the language works).

Telekmac commented 5 years ago

Do you mean in the 2.79 Addon folder. Or inside the mod folder?

taniwha commented 5 years ago

inside the addon directory. eg, io_object_mu-blender2.79 will not work, but io_object_mu-blender279 (or better, just io_object_mu) will work. Thus, just rename the directory after extracting the zip.

Telekmac commented 5 years ago

Worked Thanks!