* reverted and tweaked UV calculation menu after IRC discussion with Cam

This commit is contained in:
Matt Ebb 2006-12-14 10:43:13 +00:00
parent 3a739d9bd2
commit 4b99060cc3

@ -1352,12 +1352,15 @@ void uv_autocalc_tface()
/* uvmenu, will add python items */
char uvmenu[4096]=MENUTITLE("UV Calculation")
MENUSTRING("Unwrap", UV_UNWRAP_MAPPING) "|%l|"
MENUSTRING("Cube Projection", UV_CUBE_MAPPING) "|"
MENUSTRING("Cylinder from View", UV_CYL_MAPPING) "|"
MENUSTRING("Sphere from View", UV_SPHERE_MAPPING) "|"
MENUSTRING("Unwrap (LSCM)", UV_UNWRAP_MAPPING) "|"
MENUSTRING("Sphere from View", UV_SPHERE_MAPPING) "|%l|"
MENUSTRING("Project From View", UV_WINDOW_MAPPING) "|"
MENUSTRING("Project from View (bounds)",UV_BOUNDS_MAPPING) "|"
MENUSTRING("Project from View (Bounds)",UV_BOUNDS_MAPPING) "|%l|"
MENUSTRING("Reset", UV_RESET_MAPPING);
/* note that we account for the 10 previous entries with i+10: */