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:
@@ -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)
|
||||
|
Reference in New Issue
Block a user