Files
test2/source/blender/blenlib/intern
Alexander Gavrilov f8cc01595d Drivers: add lerp and clamp functions to namespace.
Implementation of lerp without a function requires repeating one of
the arguments, which is not ideal. To avoid that, add a new function
to the driver namespace. In addition, provide a function for clamping
between 0 and 1 to support easy clamped lerp, and a smoothstep function
from GLSL that is somewhat related.

The function implementations are added to a new bl_math module.
As an aside, add the round function and two-argument log to the
pylike expression subset.

Differential Revision: https://developer.blender.org/D8205
2020-07-21 19:01:50 +03:00
..
2020-07-02 13:03:46 +10:00
2020-04-05 22:22:21 +10:00
2020-07-07 12:49:13 +10:00
2020-05-04 19:50:06 +10:00
2020-07-21 16:02:58 +10:00
2020-07-01 13:12:24 +10:00
2019-08-12 01:10:43 +10:00
2020-07-07 12:49:13 +10:00
2020-07-10 16:04:09 +10:00
2020-05-08 12:42:10 +10:00
2020-07-20 12:16:20 +02:00
2019-09-30 17:07:05 +10:00
2020-05-09 17:15:43 +10:00
2020-07-15 13:11:22 +10:00
2020-07-02 13:03:46 +10:00
2020-05-09 17:19:28 +10:00
2020-07-19 17:37:02 +10:00