Blender Git Commit Log
Git Commits -> Revision 1743c81
Revision 1743c81 by Lukas Toenne (master) August 12, 2014, 10:44 (GMT) |
Fix T41349: Muting texture nodes can cause crashes. Problem is that setup of stack indices which refer to the same stack entry can lead to cyclic TexDelegate node pointers, causing an infinite loop. Fixing this would take too much time and require recoding large parts of the texnodes system, which is earmarked for scrapping anyway ... So for now just disabled muting in texnodes to avoid crashes. |
Commit Details:
Full Hash: 1743c81ce1b01e89728f98ea66ba1c07192bcff9
Parent Commit: 2b1bacd
Lines Changed: +12, -1