Browse Source

Sheesh, we need to add all the PIL modules separately

rdb 16 years ago
parent
commit
9e06342b65
1 changed files with 25 additions and 1 deletions
  1. 25 1
      direct/src/p3d/thirdparty.pdef

+ 25 - 1
direct/src/p3d/thirdparty.pdef

@@ -58,7 +58,31 @@ class pil(package):
     config(display_name = "Python Imaging Library")
     config(display_name = "Python Imaging Library")
     require('panda3d')
     require('panda3d')
 
 
-    module('PIL', 'PIL.*')
+    module('PIL', 'PIL.*', 'ArgImagePlugin', 'BdfFontFile',
+           'BmpImagePlugin', 'BufrStubImagePlugin', 'ContainerIO',
+           'CurImagePlugin', 'DcxImagePlugin', 'EpsImagePlugin',
+           'ExifTags', 'FitsStubImagePlugin', 'FliImagePlugin',
+           'FontFile', 'FpxImagePlugin', 'GbrImagePlugin', 'GdImageFile',
+           'GifImagePlugin', 'GimpGradientFile', 'GimpPaletteFile',
+           'GribStubImagePlugin', 'Hdf5StubImagePlugin',
+           'IcnsImagePlugin', 'IcoImagePlugin', 'ImImagePlugin',
+           'Image', 'ImageChops', 'ImageCms', 'ImageColor', 'ImageDraw',
+           'ImageDraw2', 'ImageEnhance', 'ImageFile', 'ImageFileIO',
+           'ImageFilter', 'ImageFont', 'ImageGL', 'ImageGrab',
+           'ImageMath', 'ImageMode', 'ImageOps', 'ImagePalette',
+           'ImagePath', 'ImageQt', 'ImageSequence', 'ImageShow',
+           'ImageStat', 'ImageTk', 'ImageTransform', 'ImageWin',
+           'ImtImagePlugin', 'IptcImagePlugin', 'JpegImagePlugin',
+           'McIdasImagePlugin', 'MicImagePlugin', 'MpegImagePlugin',
+           'MspImagePlugin', 'OleFileIO', 'PSDraw', 'PaletteFile',
+           'PalmImagePlugin', 'PcdImagePlugin', 'PcfFontFile',
+           'PcxImagePlugin', 'PdfImagePlugin', 'PixarImagePlugin',
+           'PngImagePlugin', 'PpmImagePlugin', 'PsdImagePlugin',
+           'SgiImagePlugin', 'SpiderImagePlugin', 'SunImagePlugin',
+           'TarIO', 'TgaImagePlugin', 'TiffImagePlugin', 'TiffTags',
+           'WalImageFile', 'WmfImagePlugin', 'XVThumbImagePlugin',
+           'XbmImagePlugin', 'XpmImagePlugin', '_imaging',
+           '_imagingmath', '_imagingtk', )
 
 
 class pyopengl(package):
 class pyopengl(package):
     config(display_name = "PyOpenGL")
     config(display_name = "PyOpenGL")