This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/intern
Lukas Toenne 0586705b63 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.
2012-06-10 07:35:45 +00:00
..
2012-06-04 20:11:09 +00:00
2012-06-06 22:38:39 +00:00
2012-05-21 06:33:45 +00:00
2012-06-06 22:38:39 +00:00
2012-06-08 05:53:30 +00:00
2012-06-04 20:11:09 +00:00
2012-06-06 22:38:39 +00:00
2012-06-08 05:53:30 +00:00
2012-05-27 18:45:16 +00:00
2012-06-04 20:11:09 +00:00