Fix T56712: Compositor image loader skips frames.

Bad removal of 'Fields' option for image sequences...
This commit is contained in:
Bastien Montagne 2018-09-08 16:46:44 +02:00
parent 73e9ae608c
commit f074642b2c
Notes: blender-bot 2023-02-14 05:19:59 +01:00
Referenced by issue #56772, File Output node is missing "Save as render" option
Referenced by issue #56764, "Save as render" option under IMAGE_OT_save_as RNA in key config doesn't work
Referenced by issue #56712, Compositor image loader skips frames
1 changed files with 0 additions and 4 deletions

View File

@ -4210,10 +4210,6 @@ int BKE_image_user_frame_get(const ImageUser *iuser, int cfra, int fieldnr, bool
}
}
/* convert current frame to current field */
cfra = 2 * (cfra);
if (fieldnr) cfra++;
/* transform to images space */
framenr = cfra;
if (framenr > iuser->frames) framenr = iuser->frames;