[Bf-codereview] Normalize Node - Tile (issue 5576078)

dfelinto at gmail.com dfelinto at gmail.com
Tue Jan 31 21:00:08 CET 2012


commiited. I added a check to avoid division by zero. It's in the
TIledata code so it's fine.
(more details int he commit log)

>> source/blender/compositor/operations/COM_TonemapOperation.cpp:159:
+	return
>> this->cachedInstance;
> Did I missed this! :)
;) this is what happens when you get people copy/pasting your code.

Actually, strange enough, for the Normalize code this line was mandatory
(otherwise *data was never defined before). It's strange that the
ToneMap code never ran into that.



http://codereview.appspot.com/5576078/


More information about the Bf-codereview mailing list