Blender Git Loki

Git Commits -> Revision 2b77b1c

Revision 2b77b1c by Mike Erwin (master)
July 22, 2016, 06:17 (GMT)
remove double-checked conditions

Checking a condition right after we?ve checked it (and it hasn?t
changed). Most of these are trivial to understand.

split_quads in convertblender.c:
It seems quads should be processed and triangles should be marked as
not needing split. So I removed the outer vlr->v4 check.

Found with PVS-Studio T48917

Commit Details:

Full Hash: 2b77b1ce465ab09052567a58d1b9f6a014a563cd
Parent Commit: bd52875
Lines Changed: +7, -15

5 Modified Paths:

/source/blender/blenkernel/intern/sequencer.c (+1, -1) (Diff)
/source/blender/editors/mesh/editmesh_rip.c (+2, -4) (Diff)
/source/blender/editors/sculpt_paint/paint_vertex.c (+1, -3) (Diff)
/source/blender/editors/transform/transform_conversions.c (+2, -6) (Diff)
/source/blender/render/intern/source/convertblender.c (+1, -1) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021