Page MenuHome

Fix T79111: Cycles: Image Sequence not rendering
ClosedPublic

Authored by Philipp Oeser (lichtwerk) on Jul 31 2020, 3:02 PM.

Details

Summary

Caused by c7aa0f9d743ee9cafe91b4a51d9f1ecc5e437d71.

Since above commit, BKE_image_user_frame_calc requires an image (not
just the iuser) to get the framenumber.

Cycles used to call this with NULL image (in image_user_file_path and
image_user_frame_number), now pass the image as well.

Diff Detail

Repository
rB Blender

Event Timeline

Philipp Oeser (lichtwerk) requested review of this revision.Jul 31 2020, 3:02 PM
This revision is now accepted and ready to land.Jul 31 2020, 3:10 PM
Brecht Van Lommel (brecht) requested changes to this revision.Jul 31 2020, 3:11 PM

Actually I'm not sure how this can compile?

intern/cycles/blender/blender_util.h
241

ima.ptr.data

253

ima.ptr.data

This revision now requires changes to proceed.Jul 31 2020, 3:11 PM

pass ima.ptr.data instead of ima

Actually I'm not sure how this can compile?

Oops, didnt get errors/warnings here though (gcc version 10.1.1).

This revision is now accepted and ready to land.Jul 31 2020, 3:40 PM