Blender Git Commit Log
Git Commits -> Revision 819ca0a
Revision 819ca0a by Sergey Sharybin (master) November 10, 2012, 04:59 (GMT) |
Fixes for movie distortion node - Somehow this node was using nearest interpolation which seems have been passed from compositor node. It was using b-spline interpolation with old compositor implementation. Now forced this node to use bilinear interpolation, which should be close enough. - Operation should be marked as complex it seems, otherwise area of interest wouldn't make any affect on it's behavior. |
Commit Details:
Full Hash: 819ca0accc482226e28d756f1311a30cfd740834
SVN Revision: 52060
Parent Commit: f6a110d
Lines Changed: +4, -2
1 Modified Path:
/source/blender/compositor/operations/COM_MovieDistortionOperation.cpp (+4, -2) (Diff)