Blender Git Commit Log

Git Commits -> Revision 526e60d

Revision 526e60d by Campbell Barton (master)
October 27, 2021, 06:10 (GMT)
Cleanup: remove underscore prefix from variable

Avoid using underscore prefix since these typically mean the variable
shouldn't be accessed directly (it may be accessed from a macro,
or memory on the stack which is assigned to a pointer).

In this case a more meaningful name can be used for the argument
that was shadowed.

Commit Details:

Full Hash: 526e60d4f0b440e2e28e73620caa10920ab0732b
Parent Commit: 9cb4624
Lines Changed: +20, -20

4 Modified Paths:

/source/blender/editors/gizmo_library/gizmo_types/cage3d_gizmo.c (+1, -1) (Diff)
/source/blender/editors/space_view3d/view3d_cursor_snap.c (+1, -1) (Diff)
/source/blender/gpu/GPU_immediate_util.h (+3, -3) (Diff)
/source/blender/gpu/intern/gpu_immediate_util.c (+15, -15) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021