Blender Git Commit Log

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

3 Modified Paths:

/source/blender/depsgraph/intern/depsgraph_build.cpp (+6, -4) (Diff)
/source/blender/depsgraph/intern/depsgraph_query.cpp (+1, -1) (Diff)
/source/blender/depsgraph/intern/depsgraph_tag.cpp (+8, -6) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021