Skip to content
Snippets Groups Projects
Commit aa9cc189 authored by Campbell Barton's avatar Campbell Barton
Browse files

Update for modified 'blendfile' module location.

parent 6ef723a8
No related branches found
No related tags found
No related merge requests found
......@@ -84,11 +84,7 @@ import re
# Avoid maintaining multiple blendfile modules
import sys
sys.path.append(os.path.join(
os.path.dirname(__file__),
"..", "..", "..",
"release", "scripts", "addons", "io_blend_utils", "blend",
))
sys.path.append(os.path.join(os.path.dirname(__file__), "..", "modules"))
del sys
import blendfile
......
......@@ -179,15 +179,11 @@ def repr_f32(f):
return "%.*f" % (i, f_test)
return f_str
import os
# Avoid maintaining multiple blendfile modules
import os
import sys
sys.path.append(os.path.join(
os.path.dirname(__file__),
"..", "..", "..",
"release", "scripts", "addons", "io_blend_utils", "blend",
))
sys.path.append(os.path.join(os.path.dirname(__file__), "..", "modules"))
del sys
source_dst = os.path.join(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment