Blender Git Commit Log

Git Commits -> Revision 9a9f39e

Revision 9a9f39e by Campbell Barton (master)
December 19, 2019, 23:42 (GMT)
Cleanup: remove redundant 'char *' casts

Commit Details:

Full Hash: 9a9f39e4661163391bb8e3eb782438e425abe684
Parent Commit: 6ccef2a
Lines Changed: +686, -996

73 Modified Paths:

/source/blender/freestyle/intern/python/BPy_BinaryPredicate0D.cpp (+1, -5) (Diff)
/source/blender/freestyle/intern/python/BPy_BinaryPredicate1D.cpp (+1, -5) (Diff)
/source/blender/freestyle/intern/python/BPy_FrsMaterial.cpp (+14, -14) (Diff)
/source/blender/freestyle/intern/python/BPy_Id.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/python/BPy_Interface0D.cpp (+11, -27) (Diff)
/source/blender/freestyle/intern/python/BPy_Interface1D.cpp (+7, -15) (Diff)
/source/blender/freestyle/intern/python/BPy_Iterator.cpp (+3, -11) (Diff)
/source/blender/freestyle/intern/python/BPy_SShape.cpp (+5, -17) (Diff)
/source/blender/freestyle/intern/python/BPy_StrokeAttribute.cpp (+8, -8) (Diff)
/source/blender/freestyle/intern/python/BPy_StrokeShader.cpp (+1, -5) (Diff)
/source/blender/freestyle/intern/python/BPy_UnaryFunction0D.cpp (+1, -5) (Diff)
/source/blender/freestyle/intern/python/BPy_UnaryFunction1D.cpp (+1, -5) (Diff)
/source/blender/freestyle/intern/python/BPy_UnaryPredicate0D.cpp (+1, -5) (Diff)
/source/blender/freestyle/intern/python/BPy_UnaryPredicate1D.cpp (+1, -5) (Diff)
/source/blender/freestyle/intern/python/BPy_ViewMap.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/python/BPy_ViewShape.cpp (+9, -13) (Diff)
/source/blender/freestyle/intern/python/Interface0D/BPy_CurvePoint.cpp (+6, -10) (Diff)
/source/blender/freestyle/intern/python/Interface0D/BPy_SVertex.cpp (+10, -22) (Diff)
/source/blender/freestyle/intern/python/Interface0D/BPy_ViewVertex.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/python/Interface0D/CurvePoint/BPy_StrokeVertex.cpp (+9, -9) (Diff)
/source/blender/freestyle/intern/python/Interface0D/ViewVertex/BPy_NonTVertex.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/python/Interface0D/ViewVertex/BPy_TVertex.cpp (+5, -5) (Diff)
/source/blender/freestyle/intern/python/Interface1D/BPy_FEdge.cpp (+13, -21) (Diff)
/source/blender/freestyle/intern/python/Interface1D/BPy_FrsCurve.cpp (+3, -7) (Diff)
/source/blender/freestyle/intern/python/Interface1D/BPy_Stroke.cpp (+8, -12) (Diff)
/source/blender/freestyle/intern/python/Interface1D/BPy_ViewEdge.cpp (+19, -31) (Diff)
/source/blender/freestyle/intern/python/Interface1D/FEdge/BPy_FEdgeSharp.cpp (+16, -16) (Diff)
/source/blender/freestyle/intern/python/Interface1D/FEdge/BPy_FEdgeSmooth.cpp (+7, -11) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_AdjacencyIterator.cpp (+4, -4) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_ChainingIterator.cpp (+6, -6) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_CurvePointIterator.cpp (+4, -12) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_Interface0DIterator.cpp (+6, -14) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_orientedViewEdgeIterator.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_StrokeVertexIterator.cpp (+6, -14) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_SVertexIterator.cpp (+3, -15) (Diff)
/source/blender/freestyle/intern/python/Iterator/BPy_ViewEdgeIterator.cpp (+8, -8) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DDouble.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DEdgeNature.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DFloat.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DUnsigned.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVec2f.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVec3f.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVectorViewShape.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/python/UnaryFunction1D/BPy_UnaryFunction1DVoid.cpp (+2, -2) (Diff)
/source/blender/python/bmesh/bmesh_py_ops.c (+1, -1) (Diff)
/source/blender/python/bmesh/bmesh_py_types.c (+115, -155) (Diff)
/source/blender/python/bmesh/bmesh_py_types_customdata.c (+53, -57) (Diff)
/source/blender/python/bmesh/bmesh_py_types_meshdata.c (+13, -17) (Diff)
/source/blender/python/bmesh/bmesh_py_types_select.c (+2, -2) (Diff)
/source/blender/python/generic/bgl.c (+1, -1) (Diff)
/source/blender/python/generic/idprop_py_api.c (+3, -3) (Diff)
/source/blender/python/generic/imbuf_py_api.c (+6, -10) (Diff)
/source/blender/python/gpu/gpu_py_offscreen.c (+3, -7) (Diff)
/source/blender/python/gpu/gpu_py_shader.c (+1, -5) (Diff)
/source/blender/python/intern/bpy_app.c (+85, -108) (Diff)
/source/blender/python/intern/bpy_app_alembic.c (+6, -6) (Diff)
/source/blender/python/intern/bpy_app_build_options.c (+35, -35) (Diff)
/source/blender/python/intern/bpy_app_ffmpeg.c (+6, -6) (Diff)
/source/blender/python/intern/bpy_app_handlers.c (+27, -28) (Diff)
/source/blender/python/intern/bpy_app_ocio.c (+5, -6) (Diff)
/source/blender/python/intern/bpy_app_oiio.c (+6, -8) (Diff)
/source/blender/python/intern/bpy_app_opensubdiv.c (+6, -7) (Diff)
/source/blender/python/intern/bpy_app_openvdb.c (+6, -6) (Diff)
/source/blender/python/intern/bpy_app_sdl.c (+10, -10) (Diff)
/source/blender/python/intern/bpy_app_translations.c (+8, -16) (Diff)
/source/blender/python/intern/bpy_rna.c (+8, -12) (Diff)
/source/blender/python/intern/bpy_utils_units.c (+6, -6) (Diff)
/source/blender/python/mathutils/mathutils_bvhtree.c (+6, -6) (Diff)
/source/blender/python/mathutils/mathutils_Color.c (+13, -33) (Diff)
/source/blender/python/mathutils/mathutils_Euler.c (+8, -16) (Diff)
/source/blender/python/mathutils/mathutils_kdtree.c (+4, -6) (Diff)
/source/blender/python/mathutils/mathutils_Matrix.c (+10, -22) (Diff)
/source/blender/python/mathutils/mathutils_Quaternion.c (+10, -18) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021