* Some more fixes for recent move operator commit.

This commit is contained in:
2011-09-23 13:29:28 +00:00
parent a7891da84b
commit f7c8ea702f
4 changed files with 13 additions and 13 deletions

View File

@@ -34,6 +34,11 @@ import bpy as _bpy
error_duplicates = False
error_encoding = False
_addons_fake_modules = {}
def module_get(mod_name):
return _addons_fake_modules[mod_name]
def paths():
# RELEASE SCRIPTS: official scripts distributed in Blender releases