[Bf-blender-cvs] [ffa2a1771e0] master: Cleanup: inconsistent parameter name

Jacques Lucke noreply at git.blender.org
Thu May 27 10:41:47 CEST 2021


Commit: ffa2a1771e05aff445f3c9c48ba7f2a20258119d
Author: Jacques Lucke
Date:   Thu May 27 10:41:40 2021 +0200
Branches: master
https://developer.blender.org/rBffa2a1771e05aff445f3c9c48ba7f2a20258119d

Cleanup: inconsistent parameter name

===================================================================

M	source/blender/editors/transform/transform_mode.h

===================================================================

diff --git a/source/blender/editors/transform/transform_mode.h b/source/blender/editors/transform/transform_mode.h
index 874a5ebc0a8..a2b95eb3de4 100644
--- a/source/blender/editors/transform/transform_mode.h
+++ b/source/blender/editors/transform/transform_mode.h
@@ -47,7 +47,7 @@ void protectedTransBits(short protectflag, float vec[3]);
 void protectedSizeBits(short protectflag, float size[3]);
 void constraintTransLim(TransInfo *t, TransData *td);
 void constraintSizeLim(TransInfo *t, TransData *td);
-void headerRotation(TransInfo *t, char *str, int str_len, float final);
+void headerRotation(TransInfo *t, char *str, int str_size, float final);
 void ElementRotation_ex(TransInfo *t,
                         TransDataContainer *tc,
                         TransData *td,
@@ -55,7 +55,7 @@ void ElementRotation_ex(TransInfo *t,
                         const float *center);
 void ElementRotation(
     TransInfo *t, TransDataContainer *tc, TransData *td, float mat[3][3], const short around);
-void headerResize(TransInfo *t, const float vec[3], char *str, int str_len);
+void headerResize(TransInfo *t, const float vec[3], char *str, int str_size);
 void ElementResize(TransInfo *t, TransDataContainer *tc, TransData *td, float mat[3][3]);
 short getAnimEdit_SnapMode(TransInfo *t);
 void doAnimEdit_SnapFrame(



More information about the Bf-blender-cvs mailing list