blender/source/gameengine/VideoTexture
Campbell Barton 3fd388fb06 py api cleanup, replace use...
- PyLong_FromSsize_t --> PyLong_FromLong
- PyLong_AsSsize_t --> PyLong_AsLong

In all places except for those where python api expects PySsize_t (index lookups mainly).

- use PyBool_FromLong in a few areas of the BGE.
- fix incorrect assumption in the BGE that PySequence_Check() means PySequence_Fast_ functions can be used.
2012-11-21 02:28:36 +00:00
..
BlendType.h code cleanup: gpl header update (formatting) 2012-11-18 00:30:06 +00:00
blendVideoTex.cpp code cleanup: gpl header update (formatting) 2012-11-18 00:30:06 +00:00
CMakeLists.txt Make blender compilable by gcc-4.7 and strict compilation flags: 2012-05-14 13:31:38 +00:00
Common.h code cleanup: gpl header update (formatting) 2012-11-18 00:30:06 +00:00
Exception.cpp code cleanup: gpl header update (formatting) 2012-11-18 00:30:06 +00:00
Exception.h code cleanup: gpl header update (formatting) 2012-11-18 00:30:06 +00:00
FilterBase.cpp code cleanup: gpl header update (formatting) 2012-11-18 00:30:06 +00:00
FilterBase.h code cleanup: gpl header update (formatting) 2012-11-18 00:30:06 +00:00
FilterBlueScreen.cpp py api cleanup, replace use... 2012-11-21 02:28:36 +00:00
FilterBlueScreen.h code cleanup: gpl header update (formatting) 2012-11-18 00:30:06 +00:00
FilterColor.cpp py api cleanup, replace use... 2012-11-21 02:28:36 +00:00
FilterColor.h code cleanup: gpl header update (formatting) 2012-11-18 00:30:06 +00:00
FilterNormal.cpp py api cleanup, replace use... 2012-11-21 02:28:36 +00:00
FilterNormal.h code cleanup: gpl header update (formatting) 2012-11-18 00:30:06 +00:00
FilterSource.cpp code cleanup: gpl header update (formatting) 2012-11-18 00:30:06 +00:00
FilterSource.h code cleanup: gpl header update (formatting) 2012-11-18 00:30:06 +00:00
ImageBase.cpp code cleanup: gpl header update (formatting) 2012-11-18 00:30:06 +00:00
ImageBase.h code cleanup: gpl header update (formatting) 2012-11-18 00:30:06 +00:00
ImageBuff.cpp code cleanup: gpl header update (formatting) 2012-11-18 00:30:06 +00:00
ImageBuff.h code cleanup: gpl header update (formatting) 2012-11-18 00:30:06 +00:00
ImageMix.cpp code cleanup: gpl header update (formatting) 2012-11-18 00:30:06 +00:00
ImageMix.h code cleanup: gpl header update (formatting) 2012-11-18 00:30:06 +00:00
ImageRender.cpp py api cleanup, replace use... 2012-11-21 02:28:36 +00:00
ImageRender.h code cleanup: gpl header update (formatting) 2012-11-18 00:30:06 +00:00
ImageViewport.cpp py api cleanup, replace use... 2012-11-21 02:28:36 +00:00
ImageViewport.h py api cleanup, replace use... 2012-11-21 02:28:36 +00:00
PyTypeList.cpp code cleanup: gpl header update (formatting) 2012-11-18 00:30:06 +00:00
PyTypeList.h code cleanup: gpl header update (formatting) 2012-11-18 00:30:06 +00:00
SConscript Getting rid of some GLEW warnings when compiling ge_videotex in SCons. 2012-07-27 21:54:07 +00:00
Texture.cpp code cleanup: gpl header update (formatting) 2012-11-18 00:30:06 +00:00
Texture.h code cleanup: gpl header update (formatting) 2012-11-18 00:30:06 +00:00
VideoBase.cpp py api cleanup, replace use... 2012-11-21 02:28:36 +00:00
VideoBase.h code cleanup: gpl header update (formatting) 2012-11-18 00:30:06 +00:00
VideoFFmpeg.cpp py api cleanup, replace use... 2012-11-21 02:28:36 +00:00
VideoFFmpeg.h code cleanup: gpl header update (formatting) 2012-11-18 00:30:06 +00:00