From f2c40d3e3790e140f41b7bc6498c928d3cbcd259 Mon Sep 17 00:00:00 2001 From: Kent Mein Date: Wed, 28 May 2003 10:41:30 +0000 Subject: [PATCH] Michael Velikanje's patch to renable Sphereical UV mapping. Kent --- source/blender/src/editface.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/blender/src/editface.c b/source/blender/src/editface.c index fcd7dbc8be0..2e2426f74b4 100644 --- a/source/blender/src/editface.c +++ b/source/blender/src/editface.c @@ -633,6 +633,7 @@ void uv_autocalc_tface() mode= pupmenu(MENUTITLE("UV Calculation") MENUSTRING("Cube", UV_CUBE_MAPPING) "|" MENUSTRING("Cylinder", UV_CYL_MAPPING) "|" + MENUSTRING("Sphere", UV_SPHERE_MAPPING) "|" MENUSTRING("Bounds to 1/8", UV_BOUNDS8_MAPPING) "|" MENUSTRING("Bounds to 1/4", UV_BOUNDS4_MAPPING) "|" MENUSTRING("Bounds to 1/2", UV_BOUNDS2_MAPPING) "|"