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:
authorSergey Sharybin <sergey.vfx@gmail.com>2019-01-17 12:41:40 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2019-01-18 14:29:53 +0300
commita676b2b4b4dcd0b6ea1ee352ea8f895809c99153 (patch)
tree43da4890e54be06a20e9059db4e34ad4cd932376 /source/blender/blenkernel/BKE_subdiv.h
parentfc6aac39167994661fb02274d8a80721b96b7cb8 (diff)
Multires: Cleanup, more clear naming
Diffstat (limited to 'source/blender/blenkernel/BKE_subdiv.h')
-rw-r--r--source/blender/blenkernel/BKE_subdiv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/blenkernel/BKE_subdiv.h b/source/blender/blenkernel/BKE_subdiv.h
index 302616e4867..08f3921228b 100644
--- a/source/blender/blenkernel/BKE_subdiv.h
+++ b/source/blender/blenkernel/BKE_subdiv.h
@@ -256,8 +256,8 @@ BLI_INLINE int BKE_subdiv_grid_size_from_level(const int level);
*
* NOTE: Output coordinates are in ptex coordinates. */
BLI_INLINE int BKE_subdiv_rotate_quad_to_corner(
- const float u, const float v,
- float *r_u, float *r_v);
+ const float quad_u, const float quad_v,
+ float *r_corner_u, float *r_corner_v);
#include "intern/subdiv_inline.h"