KatsBits Community

General Category => News => Topic started by: kat on December 31, 2010, 05:07:35 PM

Title: Blender 2.56beta (scripts broken)
Post by: kat on December 31, 2010, 05:07:35 PM
Just a quick note. Watch out for where you install the new Blender 2.56beta, it looks like the default installation path, for Windows OS at least, has been changed from;
Quote
"C:\Program Files\Blender Foundation\Blender"

to
Quote
"C:\Users\[username]\Blender Foundation\Blender"

I don't remember previous versions using that default install path? Not a big fan of installing apps into that location myself so keep an eye out for that one. It's also not installing the desktop icon as usual so make sure you remember where you installed so you can make one where necessary.

IMPORTANT: both the ASE and MD5 export scripts are broken in 2.56
Code: [Select]
Traceback (most recent call last):
  File "C:\Users\[user]\AppData\Roaming\Blender Foundation\Blender\2.56\scripts\io\export_ase.py", line 494, in invoke
    wm.add_fileselect(self)
AttributeError: 'WindowManager' object has no attribute 'add_fileselect'

location:<unknown location>:-1
Title: Re: Blender 2.56beta (scripts broken)
Post by: motorsep on January 07, 2011, 02:02:28 AM
2.56a is out :)

Are authors of those scripts going to fix the errors?