mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -04:00
Sheesh, we need to add all the PIL modules separately
This commit is contained in:
parent
b7663f1630
commit
9e06342b65
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user