From fe9a22a0182689125c8147934bc20bbc86141aab Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 11 Apr 2010 12:05:27 +0000 Subject: py api file rename - prefix mathutils api. - 2 blf.c files (annoying for debugging) - py api docs ignore keying sets as with operators. --- source/gameengine/Ketsji/KX_PyMath.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/gameengine/Ketsji/KX_PyMath.h') diff --git a/source/gameengine/Ketsji/KX_PyMath.h b/source/gameengine/Ketsji/KX_PyMath.h index 8c14ac0e96c..9c9688f79cd 100644 --- a/source/gameengine/Ketsji/KX_PyMath.h +++ b/source/gameengine/Ketsji/KX_PyMath.h @@ -45,7 +45,7 @@ #ifndef DISABLE_PYTHON #ifdef USE_MATHUTILS extern "C" { -#include "../../blender/python/generic/Mathutils.h" /* so we can have mathutils callbacks */ +#include "../../blender/python/generic/mathutils.h" /* so we can have mathutils callbacks */ } #endif -- cgit v1.2.3