Blender Git Loki
Git Commits -> Revision 9713d5e
Revision 9713d5e by Lukas Toenne (master) March 21, 2013, 18:33 (GMT) |
Fix for a node compatibility code bug (reported by kopias in IRC). Compatibility data (links with NULL fromnode/tonode pointers) was created for all node trees in library data, including local scene/material/... trees, but on loading was only actually removed for node groups. Now cleans up all trees in the library to be sure, and only generate new compat data for actual group trees. |
Commit Details:
Full Hash: 9713d5e740a4678e73eb6977a13b4c049413c06e
SVN Revision: 55478
Parent Commit: 729b76e
Lines Changed: +63, -103