Files
test/intern
OmarSquircleArt c060a4a714 Fix: Compile error due to undefined isinf function.
Some implementations of the standard c++ library doesn't define its
functions in the global namespace. So the `isinf` function might
fail in some systems. To fix this, we use the `ensure_finite`
function instead.

Reviewers: brecht

Differential Revision: https://developer.blender.org/D5687
2019-09-05 13:21:21 +02:00
..
2019-08-31 01:21:42 +10:00
2019-08-31 01:21:42 +10:00
2019-08-21 10:38:33 -06:00