Blender Git Commit Log

Git Commits -> Revision c36d2a9

Revision c36d2a9 by Campbell Barton (master)
June 30, 2021, 04:39 (GMT)
Cleanup: rename 'count' to 'len'

Reserve the term count for values that require calculation
(typically linked lists).

Without this convention it's difficult to know if using a length
accessor function in a loop will be O(N^2) without inspecting the
underlying implementation.

Commit Details:

Full Hash: c36d2a9a7a2a01fdaeea98270ef1eb2314dfada3
Parent Commit: 77ac1f3
Lines Changed: +6, -6

3 Modified Paths:

/source/blender/editors/transform/transform_snap_sequencer.c (+4, -4) (Diff)
/source/blender/sequencer/intern/iterator.c (+1, -1) (Diff)
/source/blender/sequencer/SEQ_iterator.h (+1, -1) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021