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:
authorLuca Bonavita <mindrones@gmail.com>2010-07-14 15:00:56 +0400
committerLuca Bonavita <mindrones@gmail.com>2010-07-14 15:00:56 +0400
commitd20a38c4069ff1896b20eb3cef83cfab77e862ca (patch)
tree8b5f9df865a0bf81fabaa5b1c55e223afd085b89 /object_fracture
parentba0eeccf7a1da01f7962386024cbef0cb215a261 (diff)
Fix for Fracture Tools.
Applying [#22844] Fix for Fracture Tools, by Markus K. (markus111) http://projects.blender.org/tracker/index.php?func=detail&aid=22844&group_id=9&atid=127 Sorry for the inconvenient, thanks!
Diffstat (limited to 'object_fracture')
-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)