From b9f6d66328b8b96d4f1fe29f761a99fbe531c4de Mon Sep 17 00:00:00 2001 From: Willian Padovani Germano Date: Tue, 13 May 2003 01:54:28 +0000 Subject: * Added 3 missing functions, 2 of them called by blender/src/drawtext.c: Callbacks registered with Draw.Register in Python are called now. That should fix submodule Blender.Draw. * Added a few other missing functions to BPY_interface.c * Finished implementing Get() function for Camera, Lamp, Image and Text: Both the .Get(name) and .Get() cases are handled now. * Added function Blender.ReleaseGlobalDict(): This function should give script writers control over whether the global Python Interpreter Dict should be cleared after the script is run (default is to clear). This is a test. --- source/blender/python/api2_2x/Image.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/python/api2_2x/Image.h') diff --git a/source/blender/python/api2_2x/Image.h b/source/blender/python/api2_2x/Image.h index 4ddffe01356..8373b3f82bb 100644 --- a/source/blender/python/api2_2x/Image.h +++ b/source/blender/python/api2_2x/Image.h @@ -39,6 +39,7 @@ #include #include #include +#include #include #include "gen_utils.h" -- cgit v1.2.3