Blender Git Commit Log
Git Commits -> Revision 7b78532
Revision 7b78532 by Bastien Montagne (master) August 18, 2016, 12:37 (GMT) |
Freestyle: fix wrong arg order, and cleanup confusing loop (both reported by coverity). Error: `origin` and `edge` args were swapped in final `FindOccludee()` call of `ViewMapBuilder::ComputeRayCastingVisibility()` Cleanup: main for loop in `Strip::createStrip()` was really confusing (though correct), generated a false positive in coverity scan, now should be cleaner how it loops over its vprev/v/v2 triplet of consecutive items. |
Commit Details:
Full Hash: 7b78532950f69f82058d462e786e77128744c589
Parent Commit: 26f4f7e
Lines Changed: +5, -11