From d20a38c4069ff1896b20eb3cef83cfab77e862ca Mon Sep 17 00:00:00 2001 From: Luca Bonavita <mindrones@gmail.com> Date: Wed, 14 Jul 2010 11:00:56 +0000 Subject: [PATCH] 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! --- object_fracture/fracture_ops.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/object_fracture/fracture_ops.py b/object_fracture/fracture_ops.py index c6043b8e0..7448e0057 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) -- GitLab