blender/source
Kévin Dietrich b745a2401b Fix ID types DAG update tagging.
The first character of the ID type was used to tag IDs for updates which
is weak since different IDs can have the same first character (for
example meshes, materials and metaballs), causing unnecessary updates of
unrelated IDs.

Now we use a unique index per ID type to tag for updates, unifying IDs
arrays indexing along the way.

Reviewers: sergey, mont29

Differential Revision: https://developer.blender.org/D2139
2016-08-08 17:51:15 +02:00
..
blender Fix ID types DAG update tagging. 2016-08-08 17:51:15 +02:00
blenderplayer Basic Alembic support 2016-08-06 10:58:13 +02:00
creator Cleanup: warnings 2016-07-21 07:38:15 +10:00
gameengine BGE: Call DNA_sdna_current_init when launching blenderplayer. 2016-08-08 15:41:19 +00:00
tools@373945d097 Re-initialize source/tools submodule 2016-07-15 15:12:51 +02:00
CMakeLists.txt Move tests into tests/ top-level dir 2014-06-18 22:03:46 +10:00