Fix T40149: cycles motion blur render problem with multiple render layers.

This commit is contained in:
2014-05-12 18:36:01 +02:00
parent 70303dfefe
commit 1b1b71f697
3 changed files with 10 additions and 2 deletions

View File

@@ -142,8 +142,13 @@ void BlenderSync::sync_data(BL::SpaceView3D b_v3d, BL::Object b_override, void *
sync_film();
sync_shaders();
sync_curve_settings();
mesh_synced.clear(); /* use for objects and motion sync */
sync_objects(b_v3d);
sync_motion(b_v3d, b_override, python_thread_state);
mesh_synced.clear();
}
/* Integrator */