This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/blenkernel/intern
Mike Erwin 2b77b1ce46 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
2016-07-22 02:17:52 -04:00
..
2015-11-16 15:19:30 +11:00
2016-07-16 17:48:57 +10:00
2016-06-25 21:19:54 +10:00
2016-07-22 04:06:10 +10:00
2016-07-16 17:48:57 +10:00
2016-07-19 09:16:38 +10:00
2016-07-22 04:06:10 +10:00
2015-10-07 15:02:06 +11:00
2016-06-27 13:21:14 +10:00
2016-07-14 18:33:12 +02:00
2016-07-02 10:08:33 +10:00
2016-01-19 04:54:39 +11:00
2016-01-16 15:59:37 +01:00
2016-07-11 23:06:14 +10:00
2016-07-11 17:17:08 +10:00
2016-06-25 21:19:54 +10:00
2016-07-22 02:17:52 -04:00
2016-05-11 20:20:25 +10:00
2016-01-27 10:14:41 +01:00
2016-07-02 10:08:33 +10:00
2016-07-21 18:16:08 -04:00
2016-05-03 13:52:07 +10:00