Skip to content
This repository has been archived by the owner on Jul 21, 2024. It is now read-only.

Merge Hotfix #212

Merged
merged 2 commits into from
Dec 11, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion __init__.py
Original file line number Diff line number Diff line change
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