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 691ed21842 PyAPI: replace PyC_FromArray with typed functions
This was meant to be generic but introduced possible type errors
and unnecessary complication.
Replace with typed PyC_Tuple_PackArray_* functions.

Also add PyC_Tuple_Pack_* macro which replaces some uses of
Py_BuildValue, with the advantage of not having to parse a string.
2017-08-22 18:10:57 +10:00
..
2016-08-06 10:58:13 +02:00
2016-08-06 10:58:13 +02:00
2016-07-30 16:46:13 +10:00
2016-07-23 18:52:18 +10:00
2017-04-13 12:33:05 +03:00
2016-01-06 19:48:10 +01:00
2017-08-20 15:49:10 +10:00
2017-04-13 12:33:05 +03:00
2015-05-12 18:23:29 +10:00
2017-03-18 12:33:59 +11:00
2016-04-01 18:56:48 +11:00