diff --git a/object_fracture/fracture_ops.py b/object_fracture/fracture_ops.py index c6043b8e088a25e82755916939bbb378b0ae0bdc..7448e005727f8fa73153a007d06a8fa9cf68d2f9 100644 --- a/object_fracture/fracture_ops.py +++ b/object_fracture/fracture_ops.py @@ -436,7 +436,7 @@ def import_object(obname): opath = "//data.blend\\Object\\" + obname s = os.sep dpath = bpy.utils.script_paths()[0] + \ - '%saddons%sfracture%sdata.blend\\Object\\' % (s, s, s) + '%saddons%sobject_fracture%sdata.blend\\Object\\' % (s, s, s) # DEBUG #print('import_object: ' + opath)