Blender Git Commit Log
Git Commits -> Revision 9c2eaad
Revision 9c2eaad by Lukas Toenne (master) October 27, 2012, 11:56 (GMT) |
Fix #32982, Segault when trying to show a node material. This was caused by incomplete pointer mapping of the node->internal_links list in r51630, my bad. In intermediate revisions this could lead to corrupted .blend data. This patch adds a do_versions check to remove such bad links. The correct internal_links list will get restored on node update. |
Commit Details:
Full Hash: 9c2eaad7aac8b674bcb927c32a296ed8e10b90d0
SVN Revision: 51678
Parent Commit: 9fc95bd
Lines Changed: +44, -1