diff --git a/direct/src/p3d/thirdparty.pdef b/direct/src/p3d/thirdparty.pdef index 0fc4d207c8..d8200d1414 100644 --- a/direct/src/p3d/thirdparty.pdef +++ b/direct/src/p3d/thirdparty.pdef @@ -58,7 +58,31 @@ class pil(package): config(display_name = "Python Imaging Library") 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): config(display_name = "PyOpenGL")