This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender
Bastien Montagne ac51e2f326 Fix T46015: normals_split_custom_set_from_vertices doesn't work with zero vectors
This was simply broken for vertex case (indexing loop normals with vert indices...).

Turns out to be rather verbose to replace on-the-fly zero normals by default ones correctly,
and do not want to make a full copy of the given custom normals array, so now this one is
editied in place (replacing zero vectors by correct default normals). Don't think this
could be a serious issue anyway.
2015-09-04 22:41:10 +02:00
..
2015-06-05 16:13:15 +02:00
2015-08-29 01:05:43 +10:00
2015-09-04 14:40:03 +10:00
2015-01-29 15:35:06 +11:00
2015-09-02 18:39:19 +10:00
2015-09-04 01:04:37 +02:00
2015-09-03 01:26:28 +10:00
2015-09-03 01:26:28 +10:00
2015-09-02 18:39:19 +10:00
2015-09-04 01:04:37 +02:00