This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/python/bmesh
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-08-26 11:35:43 +00:00
2012-02-23 05:20:09 +00:00
2012-11-21 02:28:36 +00:00
2012-03-21 05:33:37 +00:00
2012-05-01 06:50:43 +00:00
2012-03-16 05:03:13 +00:00
2012-10-20 20:36:51 +00:00
2012-08-26 11:35:43 +00:00
2012-02-23 05:20:09 +00:00