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.
This commit is contained in:
Thomas Dinges
2011-09-22 19:50:41 +00:00
parent 48918130a1
commit e17ee1b415
11 changed files with 1024 additions and 962 deletions

View File

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