Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Blackbourn <chrisbblend@gmail.com>2022-06-02 02:43:04 +0300
committerCampbell Barton <campbell@blender.org>2022-06-02 02:47:01 +0300
commitb450a8c85195a609300e7ad0934dadbbb5ac938f (patch)
treeee629a469068b555420b97656d56efbd3443370a /source/blender/geometry/GEO_uv_parametrizer.h
parent68150b666cbb1507cc866c0d8c5ee230eb016252 (diff)
Cleanup: remove unused area smoothing logic for UV unwrap
This used to run when holding Shift while unwrapping until 2006 when it was removed [0]. [0]: e66b5e5cd5758f1259ec5a22d47f58ec3e9e3536 Reviewed By: brecht Ref D15075
Diffstat (limited to 'source/blender/geometry/GEO_uv_parametrizer.h')
-rw-r--r--source/blender/geometry/GEO_uv_parametrizer.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/source/blender/geometry/GEO_uv_parametrizer.h b/source/blender/geometry/GEO_uv_parametrizer.h
index 624b0695aa3..38121646cd5 100644
--- a/source/blender/geometry/GEO_uv_parametrizer.h
+++ b/source/blender/geometry/GEO_uv_parametrizer.h
@@ -88,14 +88,6 @@ void GEO_uv_parametrizer_stretch_end(ParamHandle *handle);
/** \} */
/* -------------------------------------------------------------------- */
-/** \name Area Smooth
- * \{ */
-
-void GEO_uv_parametrizer_smooth_area(ParamHandle *handle);
-
-/** \} */
-
-/* -------------------------------------------------------------------- */
/** \name Packing
* \{ */