blender/source
Lukas Tönne 9c883a1eca Fix T38011 and cleanup of Lens Distortion node code.
The area-of-interest calculation for that node didn't work reliably.
It tries to estimate the distorted rectangular area based on min/max
distortion and dispersion values, but this fails in some cases and
leaves uninitialized buffer chunks. So now simply use the full input
rect as the area, even though it may not be as efficient - at least it
works ...

Also cleaned up the code somewhat to make it understandable, using
separate functions for common stuff instead of cryptic walls of math.
2014-01-22 14:37:40 +01:00
..
blender Fix T38011 and cleanup of Lens Distortion node code. 2014-01-22 14:37:40 +01:00
blenderplayer Add missing struct Lattice declaration. 2014-01-21 17:24:15 +01:00
creator Threaded object update and EvaluationContext 2013-12-26 17:24:42 +06:00
gameengine Python/Depsgraph: bpy.data.*.is_updated now detects add/remove of any datablock. 2014-01-15 16:47:53 +01:00
icons
tests Patch D133: Python wrapper for BLI_kdtree (adds mathutils.kdtree) 2014-01-06 20:32:34 +11:00
CMakeLists.txt remove WINDOWS checks in cmake, this variable isn't defined on windows and checks weren't needed. 2013-09-03 03:04:44 +00:00
SConscript