Files
test/source/blender/blenlib
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
..
2019-11-25 01:51:11 +11:00
2020-07-15 13:11:22 +10:00
2020-03-06 11:52:32 +11:00
2020-05-27 20:04:46 +02:00
2020-05-09 17:19:28 +10:00
2019-09-30 17:07:05 +10:00
2020-05-09 17:15:43 +10:00
2020-05-09 23:22:50 +10:00
2020-06-05 14:34:00 +10:00
2020-07-10 16:04:09 +10:00
2019-04-18 07:59:28 +02:00