Blender Git Loki
Git Commits -> Revision 8e35a96
Revision 8e35a96 by Sergey Sharybin (master) January 7, 2019, 16:14 (GMT) |
Subdiv: Use defined order of corner/edge vertices This switches evaluation of vertices which are on the boundaries of PTex faces to a single threaded one. While this introduces some slowdown it fixes ambiguity of PTex index used to evaluate particular vertex. Possible alternative solutions would be: - Do some pre-calculation of index, then do evaluation in threads. - Try using Gregory patches and see if that makes any affect. Fix T60235: Flickering of object instances |
Commit Details:
Full Hash: 8e35a968c5ac385d291cd2b08461ef4128f7bab6
Parent Commit: e637e8d
Lines Changed: +18, -6
1 Modified Path:
/source/blender/blenkernel/intern/subdiv_foreach.c (+18, -6) (Diff)