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>2011-04-11 17:56:58 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-04-11 17:56:58 +0400
commitf8c09b37d4ca2c6a40ee84f5ef89db0f0c8b0c86 (patch)
treedc74cce7076063c97d415d0322f168befecd6cd8 /release
parentd4d88de2b0447841d7f72f2f24885fee742abb0e (diff)
api changes needed for for copying old settings to new.
- py: bpy.utils.resource_path('USER', 2, 56) - C: BLI_get_folder_version(id, major, minor, check);
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 b7c52a35fdf..eee98bdca37 100644
--- a/release/scripts/modules/bpy/utils.py
+++ b/release/scripts/modules/bpy/utils.py
@@ -23,7 +23,7 @@ This module contains utility functions specific to blender but
not assosiated with blenders internal data.
"""
-from _bpy import register_class, unregister_class, blend_paths
+from _bpy import register_class, unregister_class, blend_paths, resource_path
from _bpy import script_paths as _bpy_script_paths
from _bpy import user_resource as _user_resource