Blender Git Commit Log

Git Commits -> Revision c3a400b

Revision c3a400b by Campbell Barton (master)
July 20, 2021, 12:58 (GMT)
Cleanup: use single back-tick quoting in comments

While doxygen supports both, conform to our style guide.

Note that single back-tick's are already used in a majority of comments.

Commit Details:

Full Hash: c3a400b73fbf46f1b8cfa1a5735e2a96254974b2
Parent Commit: 48a45c4
Lines Changed: +177, -177

77 Modified Paths:

/extern/rangetree/intern/generic_alloc_impl.h (+1, -1) (Diff)
/source/blender/blenkernel/BKE_DerivedMesh.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/image_save.c (+2, -2) (Diff)
/source/blender/blenkernel/intern/main_idmap.c (+2, -2) (Diff)
/source/blender/blenkernel/intern/mball_tessellate.c (+1, -1) (Diff)
/source/blender/blenkernel/intern/mesh_mapping.c (+2, -2) (Diff)
/source/blender/blenkernel/intern/pbvh_bmesh.c (+5, -5) (Diff)
/source/blender/blenkernel/intern/scene.c (+3, -3) (Diff)
/source/blender/blenlib/BLI_array.h (+1, -1) (Diff)
/source/blender/blenlib/BLI_color.hh (+2, -2) (Diff)
/source/blender/blenlib/BLI_compiler_typecheck.h (+1, -1) (Diff)
/source/blender/blenlib/BLI_ghash.h (+3, -3) (Diff)
/source/blender/blenlib/BLI_linklist_stack.h (+1, -1) (Diff)
/source/blender/blenlib/BLI_link_utils.h (+1, -1) (Diff)
/source/blender/blenlib/BLI_math.h (+20, -20) (Diff)
/source/blender/blenlib/intern/array_store.c (+3, -3) (Diff)
/source/blender/blenlib/intern/BLI_dynstr.c (+1, -1) (Diff)
/source/blender/blenlib/intern/BLI_ghash.c (+1, -1) (Diff)
/source/blender/blenlib/intern/BLI_ghash_utils.c (+2, -2) (Diff)
/source/blender/blenlib/intern/BLI_kdopbvh.c (+1, -1) (Diff)
/source/blender/blenlib/intern/BLI_memiter.c (+1, -1) (Diff)
/source/blender/blenlib/intern/BLI_mempool.c (+2, -2) (Diff)
/source/blender/blenlib/intern/convexhull_2d.c (+1, -1) (Diff)
/source/blender/blenlib/intern/math_color_inline.c (+3, -3) (Diff)
/source/blender/blenlib/intern/math_geom.c (+5, -5) (Diff)
/source/blender/blenlib/intern/math_geom_inline.c (+4, -4) (Diff)
/source/blender/blenlib/intern/math_vector_inline.c (+1, -1) (Diff)
/source/blender/blenlib/intern/memory_utils.c (+1, -1) (Diff)
/source/blender/blenlib/intern/polyfill_2d.c (+3, -3) (Diff)
/source/blender/blenlib/intern/smallhash.c (+3, -3) (Diff)
/source/blender/blenlib/intern/string.c (+2, -2) (Diff)
/source/blender/blenlib/intern/timecode.c (+3, -3) (Diff)
/source/blender/blenloader/intern/writefile.c (+1, -1) (Diff)
/source/blender/bmesh/bmesh.h (+11, -11) (Diff)
/source/blender/bmesh/intern/bmesh_opdefines.c (+1, -1) (Diff)
/source/blender/bmesh/intern/bmesh_polygon.c (+1, -1) (Diff)
/source/blender/bmesh/intern/bmesh_query.c (+3, -3) (Diff)
/source/blender/bmesh/intern/bmesh_structure.c (+1, -1) (Diff)
/source/blender/compositor/operations/COM_SunBeamsOperation.cc (+5, -5) (Diff)
/source/blender/editors/animation/anim_markers.c (+1, -1) (Diff)
/source/blender/editors/interface/interface_handlers.c (+1, -1) (Diff)
/source/blender/editors/interface/view2d.c (+1, -1) (Diff)
/source/blender/editors/sculpt_paint/paint_image_proj.c (+1, -1) (Diff)
/source/blender/editors/space_view3d/view3d_camera_control.c (+4, -4) (Diff)
/source/blender/editors/space_view3d/view3d_utils.c (+2, -2) (Diff)
/source/blender/editors/transform/transform_snap_object.c (+2, -2) (Diff)
/source/blender/makesdna/DNA_documentation.h (+1, -1) (Diff)
/source/blender/makesdna/intern/dna_genfile.c (+3, -3) (Diff)
/source/blender/makesrna/intern/rna_access.c (+1, -1) (Diff)
/source/blender/makesrna/intern/rna_wm.c (+1, -1) (Diff)
/source/blender/modifiers/intern/MOD_normal_edit.c (+2, -2) (Diff)
/source/blender/python/generic/py_capi_utils.c (+1, -1) (Diff)
/source/blender/python/gpu/gpu_py.c (+2, -2) (Diff)
/source/blender/python/gpu/gpu_py_api.c (+2, -2) (Diff)
/source/blender/python/gpu/gpu_py_batch.c (+3, -3) (Diff)
/source/blender/python/gpu/gpu_py_buffer.c (+2, -2) (Diff)
/source/blender/python/gpu/gpu_py_capabilities.c (+2, -2) (Diff)
/source/blender/python/gpu/gpu_py_element.c (+2, -2) (Diff)
/source/blender/python/gpu/gpu_py_framebuffer.c (+2, -2) (Diff)
/source/blender/python/gpu/gpu_py_matrix.c (+2, -2) (Diff)
/source/blender/python/gpu/gpu_py_offscreen.c (+2, -2) (Diff)
/source/blender/python/gpu/gpu_py_platform.c (+2, -2) (Diff)
/source/blender/python/gpu/gpu_py_select.c (+2, -2) (Diff)
/source/blender/python/gpu/gpu_py_shader.c (+2, -2) (Diff)
/source/blender/python/gpu/gpu_py_state.c (+2, -2) (Diff)
/source/blender/python/gpu/gpu_py_texture.c (+2, -2) (Diff)
/source/blender/python/gpu/gpu_py_types.c (+2, -2) (Diff)
/source/blender/python/gpu/gpu_py_uniformbuffer.c (+2, -2) (Diff)
/source/blender/python/gpu/gpu_py_vertex_buffer.c (+2, -2) (Diff)
/source/blender/python/gpu/gpu_py_vertex_format.c (+2, -2) (Diff)
/source/blender/python/intern/bpy_utils_units.c (+1, -1) (Diff)
/source/blender/python/mathutils/mathutils.c (+1, -1) (Diff)
/source/blender/python/mathutils/mathutils_Matrix.c (+3, -3) (Diff)
/source/blender/render/intern/bake.c (+4, -4) (Diff)
/source/blender/windowmanager/gizmo/intern/wm_gizmo_map.c (+1, -1) (Diff)
/source/blender/windowmanager/intern/wm_files.c (+1, -1) (Diff)
/source/blender/windowmanager/intern/wm_gesture_ops.c (+2, -2) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021