Skip to content

Commit

Permalink
Merge pull request #212 from animate1978/master
Browse files Browse the repository at this point in the history
Merge Hotfix
  • Loading branch information
animate1978 committed Dec 11, 2019
2 parents ca5e134 + a7e823a commit b48757f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __init__.py
Expand Up @@ -2047,7 +2047,7 @@ class LoadTemplate(bpy.types.Operator):
def execute(self, context): def execute(self, context):
global mblab_humanoid global mblab_humanoid
scn = bpy.context.scene 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"] 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) obj = file_ops.import_object_from_lib(lib_filepath, base_model_name, scn.mblab_template_name)
if obj: if obj:
Expand Down

0 comments on commit b48757f

Please sign in to comment.