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:
Diffstat (limited to 'fracture/fracture_ops.py')
-rw-r--r--fracture/fracture_ops.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fracture/fracture_ops.py b/fracture/fracture_ops.py
index 1f4c9f07..558c2292 100644
--- a/fracture/fracture_ops.py
+++ b/fracture/fracture_ops.py
@@ -445,7 +445,7 @@ def import_object(obname):
#print('import_object: ' + opath)
bpy.ops.wm.link_append(
- path=opath,
+ filepath=opath,
filename=obname,
directory=dpath,
filemode=1,