Blender Git Loki
Git Commits -> Revision 81615dd
Revision 81615dd by Sergey Sharybin (master) June 6, 2017, 14:30 (GMT) |
Cycles: Fix infinite update when using duplis The issue was caused by usage of address of dupli-object (which will vary from iteration process to iteration process) as something denoting whether we've got the data synchronized to Cycles or not. For now solved by using address of original object (the one DupliObject points to) as a pointer for the map. Need to do more thoughts about this. |
Commit Details:
Full Hash: 81615ddf86173e6525fb92d26dc5cf130a4cdef5
Parent Commit: cb97b07
Lines Changed: +57, -10