blender/source
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
..
blender py api cleanup, replace use... 2012-11-21 02:28:36 +00:00
blenderplayer move source/darwin into release/darwin since these files are for osx packaging. 2012-11-18 07:41:38 +00:00
creator move source/darwin into release/darwin since these files are for osx packaging. 2012-11-18 07:41:38 +00:00
gameengine py api cleanup, replace use... 2012-11-21 02:28:36 +00:00
icons
tests code cleanup: cmake - add missing headers, remove directories from source listing. 2012-11-03 15:49:38 +00:00
CMakeLists.txt
SConscript Scons: 2012-06-30 22:44:36 +00:00