svn merge ^/trunk/blender -r42466:42495

This commit is contained in:
2011-12-07 18:29:21 +00:00
26 changed files with 212 additions and 147 deletions

View File

@@ -255,7 +255,7 @@ class VIEW3D_MT_uv_map(Menu):
layout.separator()
layout.operator_context = 'EXEC_DEFAULT'
layout.operator_context = 'EXEC_REGION_WIN'
layout.operator("uv.cube_project")
layout.operator("uv.cylinder_project")
layout.operator("uv.sphere_project")