Files
test2/source/blender/python/generic
Campbell Barton 2e286bcf8b PyAPI: add PyC_ParseUnicodeAsBytesAndSize parser utility
Expose PyC_UnicodeAsBytesAndSize using a parser which PyArg_ParseTuple
can use. This should be used with PyArg_ParseTuple instead of "s" type
specifier when passing in file-system path arguments.
PyC_ParseUnicodeAsBytesAndSize_OrNone has been included to match "z".
2023-08-11 14:59:54 +10:00
..
2023-07-31 19:57:32 +10:00
2023-07-21 02:18:59 +02:00
2023-08-10 22:40:27 +02:00