Blender Git Loki
Git Commits -> Revision aa40fcb
Revision aa40fcb by Lukas Toenne (master) March 19, 2013, 18:15 (GMT) |
Removed the is_local_tree property from compo/shader/texture node trees. This was using an ID property, which causes trouble with 2.62 builds (possibly later) due to an old bug that causes ID properties in local node trees not loaded correctly. The bug has been fixed since then, but creating id properties will break with these builds. The property was not really necessary, so removing it will make it work as long as users don't add id properties themselves. |
Commit Details:
Full Hash: aa40fcb0a72452a0a69c3b54b008678383a0119f
SVN Revision: 55422
Parent Commit: e45da6f
Lines Changed: +17, -34