Blender Git Loki

Git Commits -> Revision 0586705

Revision 0586705 by Lukas Toenne (master)
June 10, 2012, 07:35 (GMT)
Fix #31747, broken image sequence loading after r47432.

The image file name function was updating the iuser->framenr using a supposed cfra parameter. However, the actual cfra is unknown when loading movies or sequences, so the iuser->framenr value itself was passed in its place, leading to incremental addition of the iuser frame offset. Removed the cfra parameter altogether from the image path function. This should instead be done separately if necessary, it's not an inherent part of constructing the image file name.

Commit Details:

Full Hash: 0586705b63fba83a70d38ea7e3035212971ce852
SVN Revision: 47657
Parent Commit: 0d6ffd9
Lines Changed: +11, -15

3 Modified Paths:

/intern/cycles/blender/blender_util.h (+4, -2) (Diff)
/source/blender/blenkernel/BKE_image.h (+1, -1) (Diff)
/source/blender/blenkernel/intern/image.c (+6, -12) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021