Changeset View
Changeset View
Standalone View
Standalone View
source/blender/imbuf/intern/openexr/openexr_api.cpp
| Context not available. | |||||
| } | } | ||||
| for (echan = (ExrChannel *)data->channels.first; echan; echan = echan->next) { | for (echan = (ExrChannel *)data->channels.first; echan; echan = echan->next) { | ||||
| /* Writting starts from last scanline, stride negative. */ | /* Writing starts from last scanline, stride negative. */ | ||||
| if (echan->use_half_float) { | if (echan->use_half_float) { | ||||
| float *rect = echan->rect; | float *rect = echan->rect; | ||||
| half *cur = current_rect_half; | half *cur = current_rect_half; | ||||
| Context not available. | |||||