Blender Git Commit Log
Git Commits -> Revision 4e21376
Revision 4e21376 by Sergey Sharybin (master) July 11, 2012, 07:46 (GMT) |
Fixes for keying screen: - Fixed issue with black areas appearing when too many sites are defined. Currently tweak epsilon value for this, but probably actual issue is somewhere else, can't see it yet. - Fixed issue with bright pixels appearing in the sites, was caused by accumulating color for pixels, which isn't needed. Once color for pixel was set stop iterating via triangles. Could give some speedup too. - Ignore markers which are outside of frame bounds, they were giving bad triangulation and they can't affect on gradient due to color fir such sites is not known. - Sites used to be created at position without track offset taken into account. |
Commit Details:
Full Hash: 4e213765ecd2d05251ead548b01a55b9f00d0ec0
SVN Revision: 48824
Parent Commit: 3156985
Lines Changed: +29, -8