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:
Diffstat (limited to 'source/blender/src/parametrizer.h')
-rw-r--r--source/blender/src/parametrizer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/src/parametrizer.h b/source/blender/src/parametrizer.h
index 766d461416d..80fab110d5f 100644
--- a/source/blender/src/parametrizer.h
+++ b/source/blender/src/parametrizer.h
@@ -26,6 +26,8 @@ typedef enum ParamBool {
ParamHandle *param_construct_begin();
+void param_aspect_ratio(ParamHandle *handle, float aspx, float aspy);
+
void param_face_add(ParamHandle *handle,
ParamKey key,
int nverts,