Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2010-05-11 11:08:32 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-05-11 11:08:32 +0400
commite8408697deedda04fb2c5d319e98a35a5a0b9f61 (patch)
tree4f668b2a9e1b0ea209edc83b450eb2301c1313a8 /release
parent8828234902dad6bf04ccde87cf64e844917047d3 (diff)
bpy.utils.blend_paths(absolute=False) (was Blender.GetPaths in 2.4x)
Diffstat (limited to 'release')
-rw-r--r--release/scripts/modules/bpy/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/modules/bpy/utils.py b/release/scripts/modules/bpy/utils.py
index d56d25546f7..28e4e71a627 100644
--- a/release/scripts/modules/bpy/utils.py
+++ b/release/scripts/modules/bpy/utils.py
@@ -27,7 +27,7 @@ import bpy as _bpy
import os as _os
import sys as _sys
-from _bpy import home_paths
+from _bpy import home_paths, blend_paths
def _test_import(module_name, loaded_modules):