From bb8023ff7f1a2b27dca92c8f8d147768b2206da0 Mon Sep 17 00:00:00 2001 From: Alexander Gavrilov Date: Wed, 26 Sep 2018 08:57:04 +0300 Subject: Fix misleading field naming. This is not any kind of length, it is the number of true values. --- source/blender/blenlib/intern/expr_pylike_eval.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenlib') 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 -- cgit v1.2.3