Skip to content
Snippets Groups Projects
Commit d20a38c4 authored by Luca Bonavita's avatar Luca Bonavita
Browse files

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!
parent ba0eeccf
No related branches found
No related tags found
No related merge requests found
...@@ -436,7 +436,7 @@ def import_object(obname): ...@@ -436,7 +436,7 @@ def import_object(obname):
opath = "//data.blend\\Object\\" + obname opath = "//data.blend\\Object\\" + obname
s = os.sep s = os.sep
dpath = bpy.utils.script_paths()[0] + \ dpath = bpy.utils.script_paths()[0] + \
'%saddons%sfracture%sdata.blend\\Object\\' % (s, s, s) '%saddons%sobject_fracture%sdata.blend\\Object\\' % (s, s, s)
# DEBUG # DEBUG
#print('import_object: ' + opath) #print('import_object: ' + opath)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment