Re: [Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [41327] trunk/blender/source/blender/ editors: prefix common internal operator function names so its possible to assign them break

2011-10-28 Thread Αντώνης Ρυακιωτάκης
Hi Campbell, in paint_image.c + if(!ibuf || 1) { I think this is wrong since it will always report errors. checked and indeed it fails to create the buffer, and apparently looks like there are some memory leaks too. ___ Bf-committers mailing list

Re: [Bf-committers] [Bf-blender-cvs] SVN commit: /data/svn/bf-blender [41327] trunk/blender/source/blender/ editors: prefix common internal operator function names so its possible to assign them break

2011-10-28 Thread Campbell Barton
ack, left over from testing, fixed. 2011/10/28 Αντώνης Ρυακιωτάκης kal...@gmail.com: Hi Campbell, in paint_image.c +       if(!ibuf || 1) { I think this is wrong since it will always report errors. checked and indeed it fails to create the buffer, and apparently looks like there are some