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:
authorCampbell Barton <ideasman42@gmail.com>2020-11-18 04:55:41 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-11-18 04:59:39 +0300
commit2485ee997beb651ded39083e31db5ee69b39b380 (patch)
tree82f8fc83f90b4fc3fe96895daf91be62330edc19 /source/blender/editors/uvedit/uvedit_parametrizer.h
parentec6e88d4b2ff9164ab6549fb43f81b2c17a55324 (diff)
Cleanup: use descriptive argument name for uv parametrizer
Diffstat (limited to 'source/blender/editors/uvedit/uvedit_parametrizer.h')
-rw-r--r--source/blender/editors/uvedit/uvedit_parametrizer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/uvedit/uvedit_parametrizer.h b/source/blender/editors/uvedit/uvedit_parametrizer.h
index 833302d7da6..2427e589833 100644
--- a/source/blender/editors/uvedit/uvedit_parametrizer.h
+++ b/source/blender/editors/uvedit/uvedit_parametrizer.h
@@ -59,7 +59,7 @@ void param_face_add(ParamHandle *handle,
void param_edge_set_seam(ParamHandle *handle, ParamKey *vkeys);
-void param_construct_end(ParamHandle *handle, ParamBool fill, ParamBool impl);
+void param_construct_end(ParamHandle *handle, ParamBool fill, ParamBool topology_from_uvs);
void param_delete(ParamHandle *handle);
/* Least Squares Conformal Maps: