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:
authorAlexander Gavrilov <angavrilov@gmail.com>2018-09-26 08:57:04 +0300
committerAlexander Gavrilov <angavrilov@gmail.com>2018-09-26 09:05:13 +0300
commitbb8023ff7f1a2b27dca92c8f8d147768b2206da0 (patch)
tree3d280aef182b58e398e59d17f1870d808a027bfe /source/blender/blenlib/intern/expr_pylike_eval.c
parentf5c4cc877eb7fd6383f160a8d371dab93b36632d (diff)
Fix misleading field naming.
This is not any kind of length, it is the number of true values.
Diffstat (limited to 'source/blender/blenlib/intern/expr_pylike_eval.c')
-rw-r--r--source/blender/blenlib/intern/expr_pylike_eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenlib/intern/expr_pylike_eval.c b/source/blender/blenlib/intern/expr_pylike_eval.c
index dde296fbd43..7bcf32dd880 100644
--- a/source/blender/blenlib/intern/expr_pylike_eval.c
+++ b/source/blender/blenlib/intern/expr_pylike_eval.c
@@ -43,7 +43,7 @@
* - Operators:
* +, -, *, /, ==, !=, <, <=, >, >=, and, or, not, ternary if
* - Functions:
- * radians, degrees,
+ * min, max, radians, degrees,
* abs, fabs, floor, ceil, trunc, int,
* sin, cos, tan, asin, acos, atan, atan2,
* exp, log, sqrt, pow, fmod