tornavis/source/blender/python
Campbell Barton fde76c8b4d Cleanup: prefer the term 'len' over 'size' for storing string lengths
The Python API uses the term size for string lengths for
PyUnicode_AsUTF8AndSize and related API's, causing Blender's return
arguments to use the term `size` too in some cases.

This is error prone since Blender includes space from the the null byte
when the term size is used (by convention).
2023-06-19 10:21:59 +10:00
..
bmesh Mesh: Move vertex/edge crease to generic attributes 2023-06-13 20:23:39 +02:00
generic Cleanup: prefer the term 'len' over 'size' for storing string lengths 2023-06-19 10:21:59 +10:00
gpu License headers: use SPDX-FileCopyrightText in all sources 2023-06-15 13:35:34 +10:00
intern Cleanup: prefer the term 'len' over 'size' for storing string lengths 2023-06-19 10:21:59 +10:00
mathutils Cleanup: Use C++ accessor for mesh position attribute 2023-06-14 12:37:52 -04:00
BPY_extern.h Cleanup: Add a copyright notice to files and use SPDX format 2023-05-31 16:19:06 +02:00
BPY_extern_clog.h Cleanup: Add a copyright notice to files and use SPDX format 2023-05-31 16:19:06 +02:00
BPY_extern_python.h Cleanup: Add a copyright notice to files and use SPDX format 2023-05-31 16:19:06 +02:00
BPY_extern_run.h Cleanup: prefer the term 'len' over 'size' for storing string lengths 2023-06-19 10:21:59 +10:00
CMakeLists.txt Cleanup: Add a copyright notice to files and use SPDX format 2023-05-31 16:19:06 +02:00
rna_dump.py License headers: use SPDX-FileCopyrightText for source/ 2023-06-14 23:36:23 +10:00