From 6cc45538efefe1062aa0bc0909903af3db5d338d Mon Sep 17 00:00:00 2001 From: Willian Padovani Germano Date: Thu, 12 Jun 2003 04:51:50 +0000 Subject: * Small changes in many files: - Trying to fix linking problems in OSX; - Making module .Get functions behave like the ones in Blender 2.25 - 2.27 (Guignot pointed the incompatibility); - Included more types to Blender.Types; - Found by luck and corrected two bugs that were making Blender crash; - Added/updated some simple functions. --- 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 fa10beffb3a..860de6cfdac 100644 --- a/source/blender/python/api2_2x/NMesh.h +++ b/source/blender/python/api2_2x/NMesh.h @@ -73,7 +73,7 @@ PyTypeObject NMFace_Type; PyTypeObject NMVert_Type; PyTypeObject NMCol_Type; -PyTypeObject Image_Type; +extern PyTypeObject Image_Type; /* Globals */ -- cgit v1.2.3