[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [13060] trunk/blender/source/blender/ python/api2_2x/Blender.c: Python API

Ken Hughes khughes at pacific.edu
Sun Dec 30 17:47:38 CET 2007


Revision: 13060
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=13060
Author:   khughes
Date:     2007-12-30 17:47:38 +0100 (Sun, 30 Dec 2007)

Log Message:
-----------
Python API
----------
Fix warning about implicit declaration of function ?\226?\128?\152set_mipmap?\226?\128?\153.

Modified Paths:
--------------
    trunk/blender/source/blender/python/api2_2x/Blender.c

Modified: trunk/blender/source/blender/python/api2_2x/Blender.c
===================================================================
--- trunk/blender/source/blender/python/api2_2x/Blender.c	2007-12-30 16:41:31 UTC (rev 13059)
+++ trunk/blender/source/blender/python/api2_2x/Blender.c	2007-12-30 16:47:38 UTC (rev 13060)
@@ -1,5 +1,6 @@
 /* 
  * $Id$
+ *
  * ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
  *
  * This program is free software; you can redistribute it and/or
@@ -36,6 +37,7 @@
 /* for open, close in Blender_Load */
 #include <fcntl.h>
 #include "BDR_editobject.h"	/* exit_editmode() */
+#include "BDR_drawmesh.h"	/* set_mipmap() */
 #include "BIF_usiblender.h"
 #include "BLI_blenlib.h"
 #include "BLO_writefile.h"





More information about the Bf-blender-cvs mailing list