Blender Git Loki
Git Commits -> Revision 70d3d1a
Revision 70d3d1a by Campbell Barton (master) March 16, 2012, 21:39 (GMT) |
style cleanup: py/capi |
Commit Details:
Full Hash: 70d3d1aca6612d8168d80ca72938dad06086003b
SVN Revision: 44928
Parent Commit: 56da174
Lines Changed: +825, -834
31 Modified Paths:
/source/blender/python/bmesh/bmesh_py_api.c (+2, -2) (Diff)
/source/blender/python/bmesh/bmesh_py_types.c (+5, -5) (Diff)
/source/blender/python/bmesh/bmesh_py_types_customdata.c (+1, -1) (Diff)
/source/blender/python/generic/bgl.c (+117, -117) (Diff)
/source/blender/python/generic/bgl.h (+7, -7) (Diff)
/source/blender/python/generic/blf_py_api.c (+3, -3) (Diff)
/source/blender/python/generic/bpy_internal_import.c (+1, -1) (Diff)
/source/blender/python/generic/idprop_py_api.c (+209, -216) (Diff)
/source/blender/python/generic/py_capi_utils.c (+62, -62) (Diff)
/source/blender/python/intern/bpy_app_handlers.c (+7, -7) (Diff)
/source/blender/python/intern/bpy_interface.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_library.c (+4, -4) (Diff)
/source/blender/python/intern/bpy_props.c (+12, -12) (Diff)
/source/blender/python/intern/bpy_rna.c (+117, -118) (Diff)
/source/blender/python/intern/bpy_rna_array.c (+42, -42) (Diff)
/source/blender/python/intern/bpy_traceback.c (+4, -4) (Diff)
/source/blender/python/intern/gpu.c (+13, -13) (Diff)
/source/blender/python/intern/gpu.h (+1, -1) (Diff)
/source/blender/python/mathutils/mathutils.c (+10, -10) (Diff)
/source/blender/python/mathutils/mathutils.h (+2, -2) (Diff)
/source/blender/python/mathutils/mathutils_Color.c (+16, -16) (Diff)
/source/blender/python/mathutils/mathutils_Color.h (+1, -1) (Diff)
/source/blender/python/mathutils/mathutils_Euler.c (+15, -15) (Diff)
/source/blender/python/mathutils/mathutils_Euler.h (+1, -1) (Diff)
/source/blender/python/mathutils/mathutils_geometry.c (+85, -85) (Diff)
/source/blender/python/mathutils/mathutils_Matrix.c (+20, -21) (Diff)
/source/blender/python/mathutils/mathutils_noise.c (+3, -3) (Diff)
/source/blender/python/mathutils/mathutils_Quaternion.c (+26, -26) (Diff)
/source/blender/python/mathutils/mathutils_Quaternion.h (+1, -1) (Diff)
/source/blender/python/mathutils/mathutils_Vector.c (+35, -35) (Diff)
/source/blender/python/simple_enum_gen.py (+2, -2) (Diff)
/source/blender/python/bmesh/bmesh_py_types.c (+5, -5) (Diff)
/source/blender/python/bmesh/bmesh_py_types_customdata.c (+1, -1) (Diff)
/source/blender/python/generic/bgl.c (+117, -117) (Diff)
/source/blender/python/generic/bgl.h (+7, -7) (Diff)
/source/blender/python/generic/blf_py_api.c (+3, -3) (Diff)
/source/blender/python/generic/bpy_internal_import.c (+1, -1) (Diff)
/source/blender/python/generic/idprop_py_api.c (+209, -216) (Diff)
/source/blender/python/generic/py_capi_utils.c (+62, -62) (Diff)
/source/blender/python/intern/bpy_app_handlers.c (+7, -7) (Diff)
/source/blender/python/intern/bpy_interface.c (+1, -1) (Diff)
/source/blender/python/intern/bpy_library.c (+4, -4) (Diff)
/source/blender/python/intern/bpy_props.c (+12, -12) (Diff)
/source/blender/python/intern/bpy_rna.c (+117, -118) (Diff)
/source/blender/python/intern/bpy_rna_array.c (+42, -42) (Diff)
/source/blender/python/intern/bpy_traceback.c (+4, -4) (Diff)
/source/blender/python/intern/gpu.c (+13, -13) (Diff)
/source/blender/python/intern/gpu.h (+1, -1) (Diff)
/source/blender/python/mathutils/mathutils.c (+10, -10) (Diff)
/source/blender/python/mathutils/mathutils.h (+2, -2) (Diff)
/source/blender/python/mathutils/mathutils_Color.c (+16, -16) (Diff)
/source/blender/python/mathutils/mathutils_Color.h (+1, -1) (Diff)
/source/blender/python/mathutils/mathutils_Euler.c (+15, -15) (Diff)
/source/blender/python/mathutils/mathutils_Euler.h (+1, -1) (Diff)
/source/blender/python/mathutils/mathutils_geometry.c (+85, -85) (Diff)
/source/blender/python/mathutils/mathutils_Matrix.c (+20, -21) (Diff)
/source/blender/python/mathutils/mathutils_noise.c (+3, -3) (Diff)
/source/blender/python/mathutils/mathutils_Quaternion.c (+26, -26) (Diff)
/source/blender/python/mathutils/mathutils_Quaternion.h (+1, -1) (Diff)
/source/blender/python/mathutils/mathutils_Vector.c (+35, -35) (Diff)
/source/blender/python/simple_enum_gen.py (+2, -2) (Diff)