Blender Git Loki
Git Commits -> Revision 133afc0
Revision 133afc0 by Dalai Felinto (master) January 30, 2018, 20:31 (GMT) |
Compositor / Render Layer Node: Fix wrong layer after deleting view layers I was calling the ntree syncing function too late. So the index of the layer was -1 since it was no longer in the ListBase, making all RenderLayer nodes to decrease their respective `custom1` (even going to negative sometimes). |
Commit Details:
Full Hash: 133afc07b2555574c804f4932bc34903d15f3535
Parent Commit: 7b675e0
Lines Changed: +4, -1