Replace all old DAG calls with direct calls to new DEG and remove BKE_depsgraph.h

This removes BKE_depsgraph.h and depsgraph.c
This commit is contained in:
2017-06-08 10:14:53 +02:00
parent 7f480352ca
commit d675415eef
176 changed files with 1057 additions and 1204 deletions

View File

@@ -677,7 +677,7 @@ void BlenderStrokeRenderer::GenerateStrokeMesh(StrokeGroup *group, bool hasTex)
{
#if 0
Object *object_mesh = BKE_object_add(freestyle_bmain, freestyle_scene, (SceneLayer *)freestyle_scene->render_layers.first, OB_MESH);
DAG_relations_tag_update(freestyle_bmain);
DEG_relations_tag_update(freestyle_bmain);
#else
Object *object_mesh = NewMesh();
#endif