From fad2aeb3fb674ed9fe9d5e87622cc1f6b7d4ecb1 Mon Sep 17 00:00:00 2001 From: Willian Padovani Germano Date: Tue, 1 Jul 2003 05:19:14 +0000 Subject: - small fix in Sys.c to compile on Windows: Thanks Florian Eggenberger for telling us about it. And Greg McBride for pointing a possible fix. - Draw.Text and Draw.GetStringWidth updated: Now they accept an optional second parameter to set font size and Draw.Text returns the drawn string width. - Partially fixed the update() and PutRaw() bugs in NMesh: A total fix will require bigger changes, but what was done (unless buggy) takes care of the common cases. --- source/blender/python/api2_2x/NMesh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/python/api2_2x/NMesh.h') diff --git a/source/blender/python/api2_2x/NMesh.h b/source/blender/python/api2_2x/NMesh.h index fe84fab9969..c7271c42db4 100644 --- a/source/blender/python/api2_2x/NMesh.h +++ b/source/blender/python/api2_2x/NMesh.h @@ -64,7 +64,7 @@ #include "vector.h" #include "constant.h" #include "gen_utils.h" - +#include "modules.h" /* EXPP PyType Objects */ -- cgit v1.2.3