Blender Git Loki
Git Commits -> Revision 2218b61
Revision 2218b61 by Clément Foucault (master) August 12, 2020, 16:06 (GMT) |
Fix T79637 Motion blur gives artifacts when changing the camera DRW_render_set_time is calling RE_engine_frame_set will in turn calls BKE_scene_camera_switch_update. To workaround this, we get the original camera object at render init and get the evaluated version from it after each time change. |
Commit Details:
Full Hash: 2218b61e8ea76b6cf139b3ba76e430f60d691211
Parent Commit: 879ed5a
Lines Changed: +9, -2