Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--object_fracture/fracture_ops.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/object_fracture/fracture_ops.py b/object_fracture/fracture_ops.py
index c6043b8e..7448e005 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)