animate1978 / MB-Lab

MB-Lab is a character creation tool for Blender 4.0 and above, based off ManuelBastioniLAB
Other
1.85k stars 314 forks source link

Utilities > Choose a proxy reference > Import template fails #263

Closed billhails closed 4 years ago

billhails commented 4 years ago

Describe the bug See the Subject

To Reproduce Steps to reproduce the behavior:

  1. Open a new blendfile.
  2. Open MBLab tab
  3. Open Utilities
  4. Choose a proxy reference
  5. Import template
  6. See error

To Fix in __init__.py change algorithms.get_blendlibrary_path() to file_ops.get_blendlibrary_path()

There's only one occurrence.

TetoTheSquirrelFox commented 4 years ago

Thanks for the bug. Actually, the bug is fixed in dev version (just checked that). Short story, the method was initially in algorithms but was relocated in file_ops as all methods that are related to file.

billhails commented 4 years ago

Ok, glad it's fixed, thanks!