Page MenuHome

Fix T77683: Cycles baking crash with motion blur enabled and no camera specified
ClosedPublic

Authored by Philipp Oeser (lichtwerk) on Aug 17 2020, 2:21 PM.

Diff Detail

Repository
rB Blender

Event Timeline

Philipp Oeser (lichtwerk) requested review of this revision.Aug 17 2020, 2:21 PM
intern/cycles/blender/blender_object.cpp
437–439

Skipping the entire function seems wrong to me, we just exclude just the ones involving the camera.

461–463

This one line.

468–474

These 3 lines.

dont skip the entire function (review by @Brecht Van Lommel (brecht))

This revision is now accepted and ready to land.Aug 17 2020, 6:27 PM