add is_finite_v# functions, use bool's

This commit is contained in:
Campbell Barton
2013-08-20 09:34:52 +00:00
parent f3654ce6b6
commit 38338a51c9
3 changed files with 49 additions and 27 deletions

View File

@@ -32,6 +32,7 @@
#include <Python.h>
#include "BLI_utildefines.h"
#include "BLI_string.h"
#include "BLI_math_vector.h"