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>2012-08-25 18:18:54 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-08-25 18:18:54 +0400
commit6b1582c012a93aa8497b4d8a087500bcb5fbaecc (patch)
tree51c6e7b5dfa7b6c6b268f8196ecf9853cb91fa46 /release
parenta7ec09aef91d41a8a1fa5ca531cae5bbbbcde161 (diff)
better handle sizes by default for mask mode, now ignore image width/height
Diffstat (limited to 'release')
-rw-r--r--release/scripts/modules/bpy/utils.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/release/scripts/modules/bpy/utils.py b/release/scripts/modules/bpy/utils.py
index ef2c151dad2..e24b61a757d 100644
--- a/release/scripts/modules/bpy/utils.py
+++ b/release/scripts/modules/bpy/utils.py
@@ -34,6 +34,8 @@ __all__ = (
"register_class",
"register_module",
"register_manual_map",
+ "unregister_manual_map",
+ "manual_map",
"resource_path",
"script_path_user",
"script_path_pref",