Page Menu
Home
Search
Configure Global Search
Log In
Files
F15674
imb.diff
Public
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Authored By
Antonis Ryakiotakis (psy-fi)
Nov 13 2013, 3:13 PM
Size
531 B
Subscribers
None
imb.diff
View Options
Index: source/blender/imbuf/intern/scaling.c
===================================================================
--- source/blender/imbuf/intern/scaling.c (revision 36885)
+++ source/blender/imbuf/intern/scaling.c (working copy)
@@ -306,9 +306,11 @@
p1f = ibuf1->rect_float;
destf=ibuf2->rect_float;
+ if((ibuf2->rect == NULL)){
+ imb_addrectImBuf(ibuf2);
+ }
p1 = (uchar *) ibuf1->rect;
dest=(uchar *) ibuf2->rect;
-
do_float= (ibuf1->rect_float != NULL && ibuf2->rect_float != NULL);
for(y=ibuf2->y;y>0;y--){
File Metadata
Details
Mime Type
text/x-diff
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
71/87/634b9b5a408f5b770b72d8b05e46
Event Timeline
Log In to Comment