This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/python/intern
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
..
2012-11-21 02:28:36 +00:00
2012-03-26 20:41:54 +00:00
2012-08-22 16:44:32 +00:00
2012-11-21 02:28:36 +00:00
2012-05-15 16:11:04 +00:00
2012-11-21 02:28:36 +00:00
2012-10-17 04:13:03 +00:00
2012-09-28 06:45:20 +00:00