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:
authorThomas Dinges <blender@dingto.org>2011-09-22 23:50:41 +0400
committerThomas Dinges <blender@dingto.org>2011-09-22 23:50:41 +0400
commite17ee1b4155aa3b01cfff1189e6883b93037ef45 (patch)
treeca04a392a96bc4554de8523e1b55ad27269a2c49 /release/scripts/startup/bl_operators/__init__.py
parent48918130a1566ce8aa4bf66d8b3bda35ec240acb (diff)
2.6 Python UI files:
* Moved Operators from bl_ui into bl_operators. * Renamed HELP_OT_operator_cheat_sheet to WM_OT_operator_cheat_sheet.
Diffstat (limited to 'release/scripts/startup/bl_operators/__init__.py')
-rw-r--r--release/scripts/startup/bl_operators/__init__.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_operators/__init__.py b/release/scripts/startup/bl_operators/__init__.py
index d5f7a63366a..918e9153b73 100644
--- a/release/scripts/startup/bl_operators/__init__.py
+++ b/release/scripts/startup/bl_operators/__init__.py
@@ -24,7 +24,9 @@ if "bpy" in locals():
_reload(val)
_modules = (
"add_mesh_torus",
+ "anim",
"animsys_update",
+ "console",
"image",
"mesh",
"nla",
@@ -39,6 +41,7 @@ _modules = (
"uvcalc_lightmap",
"uvcalc_smart_project",
"vertexpaint_dirt",
+ "view3d",
"wm",
)
__import__(name=__name__, fromlist=_modules)