KatsBits Community

Blender 2.56beta (scripts broken)

kat · 2 · 10439

0 Members and 1 Guest are viewing this topic.

Online kat

  • Administrator
  • Hero Member
  • *
    • Posts: 2692
    • KatsBits
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


Offline motorsep

  • Jr. Member
  • *
    • Posts: 75
2.56a is out :)

Are authors of those scripts going to fix the errors?