blender/intern/cycles
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
..
app style cleanup: assignment & indentation. 2012-06-09 18:56:12 +00:00
blender Fix #31747, broken image sequence loading after r47432. 2012-06-10 07:35:45 +00:00
bvh style cleanup: assignment & indentation. 2012-06-09 18:56:12 +00:00
cmake Cycles: try to avoid NaN pixels with oren nayar. Also small cmake code cleanup. 2011-11-18 15:39:40 +00:00
device code cleanup: removed/renamed shadow & duplicate variable definitions. 2012-06-09 18:20:40 +00:00
doc edits to cycles cmake files so cmake_consistency_check.py can parse them. 2011-11-08 20:27:37 +00:00
kernel style cleanup: assignment & indentation. 2012-06-09 18:56:12 +00:00
render style cleanup: assignment & indentation. 2012-06-09 18:56:12 +00:00
subd code cleanup: removed/renamed shadow & duplicate variable definitions. 2012-06-09 18:20:40 +00:00
util style cleanup: assignment & indentation. 2012-06-09 18:56:12 +00:00
CMakeLists.txt code cleanup: warnings 2012-06-01 14:59:06 +00:00
SConscript Scons / MSVC - Windows x64 2012-05-28 09:20:04 +00:00