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);
This commit is contained in:
2011-04-11 13:56:58 +00:00
parent d4d88de2b0
commit f8c09b37d4
5 changed files with 151 additions and 59 deletions

View File

@@ -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