Blender Git Loki
Git Commits -> Revision c6a0669
Revision c6a0669 by Sergey Sharybin (depsgraph_refactor) January 2, 2015, 12:37 (GMT) |
Depsgraph: Fix some stupid issues - Adding empty would crash. This is because of missing ob->data NULL check in id type tagging. - Fixed wrong assert statements in graph rebuild. - Silenced error about using char for array indices. Not sure why it's needed since chars are unsigned in blender any way. Could be some mismatch in C++/C flags, need to investigate further. |
Commit Details:
Full Hash: c6a06692fea970304802e2dd4563b74ce68ce9e4
Parent Commit: 94a397f
Lines Changed: +15, -11