Blender Git Commit Log

Git Commits -> Revision 2686bc8

Revision 2686bc8 by Campbell Barton (vr_scene_inspection)
February 20, 2020, 12:00 (GMT)
Cleanup: use named unsigned types in the Python API

Commit Details:

Full Hash: 2686bc8383fb170555e7810e9f475cbf0a16ec27
Parent Commit: dff31a5
Committed By: Julian Eisel
Lines Changed: +152, -162

28 Modified Paths:

/source/blender/python/bmesh/bmesh_py_ops.c (+2, -2) (Diff)
/source/blender/python/bmesh/bmesh_py_ops_call.c (+1, -1) (Diff)
/source/blender/python/bmesh/bmesh_py_types.c (+5, -5) (Diff)
/source/blender/python/bmesh/bmesh_py_types.h (+1, -1) (Diff)
/source/blender/python/bmesh/bmesh_py_types_meshdata.c (+3, -3) (Diff)
/source/blender/python/generic/bgl.c (+14, -14) (Diff)
/source/blender/python/generic/blf_py_api.c (+1, -1) (Diff)
/source/blender/python/generic/py_capi_utils.c (+4, -4) (Diff)
/source/blender/python/gpu/gpu_py_select.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_app.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_app_translations.c (+2, -2) (Diff)
/source/blender/python/intern/bpy_interface.c (+2, -2) (Diff)
/source/blender/python/intern/bpy_intern_string.c (+2, -2) (Diff)
/source/blender/python/intern/bpy_rna.c (+6, -6) (Diff)
/source/blender/python/intern/bpy_rna.h (+6, -6) (Diff)
/source/blender/python/intern/bpy_rna_array.c (+2, -2) (Diff)
/source/blender/python/intern/bpy_rna_id_collection.c (+1, -1) (Diff)
/source/blender/python/mathutils/mathutils.c (+4, -4) (Diff)
/source/blender/python/mathutils/mathutils_bvhtree.c (+47, -47) (Diff)
/source/blender/python/mathutils/mathutils_Color.c (+1, -3) (Diff)
/source/blender/python/mathutils/mathutils_Euler.c (+2, -2) (Diff)
/source/blender/python/mathutils/mathutils_geometry.c (+3, -3) (Diff)
/source/blender/python/mathutils/mathutils_kdtree.c (+5, -5) (Diff)
/source/blender/python/mathutils/mathutils_Matrix.c (+18, -21) (Diff)
/source/blender/python/mathutils/mathutils_Matrix.h (+8, -8) (Diff)
/source/blender/python/mathutils/mathutils_noise.c (+6, -6) (Diff)
/source/blender/python/mathutils/mathutils_Quaternion.c (+1, -3) (Diff)
/source/blender/python/mathutils/mathutils_Vector.c (+3, -6) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021