bpy.utils.blend_paths(absolute=False) (was Blender.GetPaths in 2.4x)

This commit is contained in:
2010-05-11 07:08:32 +00:00
parent 8828234902
commit e8408697de
3 changed files with 59 additions and 3 deletions

View File

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