Blender Git Commit Log
Git Commits -> Revision feb574f
Revision feb574f by Sergey Sharybin (master) November 25, 2015, 16:16 (GMT) |
Use different approach to the antialias node It uses edge extrapolation code from Gimp's antialias plugin now, which has advantage of giving symmetrical results, which makes it possible to add two antialiased ID masks and have a constant 1.0 all over the frame. But has difference from the old implementation because it uses 3x3 matrix only, which doesn't give so much smooth looking edges. Perhaps it's not so bad, since if edges are really need to be smooth one might use Blur node. Another advantage is that the node is now nicely threaded. Reviewers: campbellbarton Reviewed By: campbellbarton Subscribers: ania Differential Revision: https://developer.blender.org/D1617 |
Commit Details:
Full Hash: feb574f21c5fcb883748bff843544f1f0c6a62a2
Parent Commit: bbd33b3
Lines Changed: +91, -46