tornavis/source/blender/python
Ray Molenkamp 368bfa80f9 Fix: Build issue with MSVC + Python 3.10
ssize_t is a posix type pyconfig.h previously
supplied for MSVC, it appears to have stopped
doing this in the python 3.10 headers.

Py_ssize_t is the type of the field this macro
actually returns, so best to to use that in our
code as well.
2022-01-25 07:54:28 -07:00
..
bmesh Cleanup: remove redundant const qualifiers for POD types 2022-01-07 14:16:26 +11:00
generic Revert "BLI: Refactor vector types & functions to use templates" 2022-01-12 12:50:02 +01:00
gpu Fix T94202: GPUFrameBuffer: wrong refcount in the buffer passed for read_color and read_depth 2022-01-18 19:23:16 -03:00
intern Fix: Build issue with MSVC + Python 3.10 2022-01-25 07:54:28 -07:00
mathutils Cleanup: spelling in comments 2022-01-24 14:35:23 +11:00
BPY_extern.h Cleanup: remove redundant const qualifiers for POD types 2022-01-07 14:16:26 +11:00
BPY_extern_clog.h Code Style: use "#pragma once" in source directory 2020-08-07 09:50:34 +02:00
BPY_extern_python.h Cleanup: move public doc-strings into headers for 'python/intern' 2021-12-10 21:40:53 +11:00
BPY_extern_run.h Cleanup: remove redundant const qualifiers for POD types 2022-01-07 14:16:26 +11:00
CMakeLists.txt GWN: Port to GPU module: Replace GWN prefix by GPU 2018-07-18 11:49:15 +02:00
rna_dump.py Cleanup: use static set syntax 2021-05-28 16:58:50 +10:00