Skip to content

Commit

Permalink
Fix error while opening library in Assets
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilien-Antoine committed Dec 11, 2019
1 parent 406de94 commit c7556a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __init__.py
Expand Up @@ -2046,7 +2046,7 @@ class LoadTemplate(bpy.types.Operator):
def execute(self, context):
global mblab_humanoid
scn = bpy.context.scene
lib_filepath = algorithms.get_blendlibrary_path()
lib_filepath = file_ops.get_blendlibrary_path()
base_model_name = mblab_humanoid.characters_config[scn.mblab_template_name]["template_model"]
obj = file_ops.import_object_from_lib(lib_filepath, base_model_name, scn.mblab_template_name)
if obj:
Expand Down

0 comments on commit c7556a7

Please sign in to comment.