Blender Git Loki

Git Commits -> Revision 42a6b2f

Revision 42a6b2f by Campbell Barton (master)
December 2, 2021, 11:53 (GMT)
Cleanup: move public doc-strings into headers for 'python'

Commit Details:

Full Hash: 42a6b2fd06e4fefe1bdb283d9e568d7f7dca178e
Parent Commit: 1766549
Lines Changed: +290, -277

44 Modified Paths:

/source/blender/python/bmesh/bmesh_py_ops_call.c (+0, -3) (Diff)
/source/blender/python/bmesh/bmesh_py_ops_call.h (+3, -0) (Diff)
/source/blender/python/bmesh/bmesh_py_types.c (+0, -11) (Diff)
/source/blender/python/bmesh/bmesh_py_types.h (+15, -2) (Diff)
/source/blender/python/bmesh/bmesh_py_types_customdata.c (+0, -7) (Diff)
/source/blender/python/bmesh/bmesh_py_types_customdata.h (+10, -5) (Diff)
/source/blender/python/bmesh/bmesh_py_types_meshdata.c (+0, -1) (Diff)
/source/blender/python/bmesh/bmesh_py_types_meshdata.h (+1, -0) (Diff)
/source/blender/python/bmesh/bmesh_py_types_select.c (+0, -3) (Diff)
/source/blender/python/bmesh/bmesh_py_types_select.h (+3, -0) (Diff)
/source/blender/python/BPY_extern.h (+27, -0) (Diff)
/source/blender/python/generic/bgl.c (+0, -7) (Diff)
/source/blender/python/generic/bgl.h (+8, -1) (Diff)
/source/blender/python/generic/bpy_threads.c (+0, -2) (Diff)
/source/blender/python/generic/idprop_py_api.c (+0, -7) (Diff)
/source/blender/python/generic/idprop_py_api.h (+9, -0) (Diff)
/source/blender/python/generic/python_utildefines.h (+8, -4) (Diff)
/source/blender/python/generic/py_capi_rna.c (+0, -24) (Diff)
/source/blender/python/generic/py_capi_rna.h (+24, -0) (Diff)
/source/blender/python/generic/py_capi_utils.c (+0, -72) (Diff)
/source/blender/python/generic/py_capi_utils.h (+77, -1) (Diff)
/source/blender/python/gpu/gpu_py_buffer.c (+0, -7) (Diff)
/source/blender/python/gpu/gpu_py_buffer.h (+7, -0) (Diff)
/source/blender/python/intern/bpy.c (+0, -3) (Diff)
/source/blender/python/intern/bpy.h (+2, -0) (Diff)
/source/blender/python/intern/bpy_capi_utils.c (+0, -3) (Diff)
/source/blender/python/intern/bpy_capi_utils.h (+3, -0) (Diff)
/source/blender/python/intern/bpy_driver.c (+13, -29) (Diff)
/source/blender/python/intern/bpy_driver.h (+8, -0) (Diff)
/source/blender/python/intern/bpy_interface.c (+0, -10) (Diff)
/source/blender/python/intern/bpy_operator_wrap.c (+0, -8) (Diff)
/source/blender/python/intern/bpy_operator_wrap.h (+8, -0) (Diff)
/source/blender/python/intern/bpy_props.c (+0, -4) (Diff)
/source/blender/python/intern/bpy_props.h (+4, -0) (Diff)
/source/blender/python/intern/bpy_rna.c (+0, -16) (Diff)
/source/blender/python/intern/bpy_rna_array.c (+2, -1) (Diff)
/source/blender/python/intern/bpy_rna_driver.c (+0, -3) (Diff)
/source/blender/python/intern/bpy_rna_driver.h (+3, -0) (Diff)
/source/blender/python/mathutils/mathutils.c (+0, -17) (Diff)
/source/blender/python/mathutils/mathutils.h (+40, -0) (Diff)
/source/blender/python/mathutils/mathutils_Matrix.c (+0, -3) (Diff)
/source/blender/python/mathutils/mathutils_Matrix.h (+3, -0) (Diff)
/source/blender/python/mathutils/mathutils_Vector.c (+0, -23) (Diff)
/source/blender/python/mathutils/mathutils_Vector.h (+12, -0) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021