Revision bb773ac by Campbell Barton June 9, 2017, 09:40 (GMT) |
Merge branch 'master' into blender2.8 |
Revision d7f3366 by Campbell Barton June 9, 2017, 09:31 (GMT) |
Math Lib: Add mat3_from_axis_conversion_single Single axis version of mat3_from_axis_conversion, when the second axis isn't important (orienting an arrow for eg). |
Revision d583af0 by Sergey Sharybin June 9, 2017, 08:46 (GMT) |
Fix T51756: Fix crash when transforming vertices in edit mode The issue was caused by under-allocation of UV islands calculation. |
Revision 16ecd0b by Sergey Sharybin June 9, 2017, 08:04 (GMT) |
June 9, 2017, 08:03 (GMT) |
Fix T51648: Inconsistent edge collapse point depending on orientation Edge collapse was using bounding box center as the point to collapse to. When collapsing multiple adjacent edges together, this caused inconsistencies in placement of the collapsed point, depending on the orientation of the edges in relation to the space axis. This makes edge collapse use the mean point instead. |
Revision a46a168 by Bastien Montagne June 9, 2017, 07:44 (GMT) |
install_depsh: update OpenCollada to 1.6.51, and OIIO to 1.7.15 |
Revision 3a60b45 by Dalai Felinto June 9, 2017, 07:42 (GMT) |
Revert "Fix T51750: Group selection broken" This reverts commit 484e3527d14823cdcdcc308cd65e30fadddde804. |
Revision 58de216 by Bastien Montagne June 9, 2017, 07:23 (GMT) |
Fix for fix for bplayer (c) :/ |
Revision 03a5da0 by Bastien Montagne June 9, 2017, 07:13 (GMT) |
Fix bplayer building (c) |
Revision 705c43b by Lukas Stockner June 9, 2017, 01:46 (GMT) |
Cycles Denoising: Merge outlier heuristic and confidence interval test The previous outlier heuristic only checked whether the pixel is more than twice as bright compared to the 75% quantile of the 5x5 neighborhood. While this detected fireflies robustly, it also incorrectly marked a lot of legitimate small highlights as outliers and filtered them away. This commit adds an additional condition for marking a pixel as a firefly: In addition to being above the reference brightness, the lower end of the 3-sigma confidence interval has to be below it. Since the lower end approximates how low the true value of the pixel might be, this test separates pixels that are supposed to be very bright from pixels that are very bright due to random fireflies. Also, since there is now a reliable outlier filter as a preprocessing step, the additional confidence interval test in the reconstruction kernel is no longer needed. |
Revision 3b9e8b3 by Clément Foucault June 8, 2017, 23:28 (GMT) |
Fix compilation issue |
Revision 67913c6 by Clément Foucault June 8, 2017, 23:15 (GMT) |
Probe: Add influence display and rework UI. |
Revision e45ebec by Clément Foucault June 8, 2017, 23:15 (GMT) |
Probes: Add more parameters. Add Min Max for box, and distance for sphere falloff. Same for parallax. Add clip distances. |
Revision 974c0cc by Clément Foucault June 8, 2017, 23:15 (GMT) |
Eevee: First commit of Probe support. |
Revision cadb950 by Clément Foucault June 8, 2017, 23:15 (GMT) |
Draw Manager: Add request redraw method. This is extremly hacky and against notifier design. This must be revisited later. We might want to mimic external renderer way of requesting redraw. |
Revision 1ee5d08 by Clément Foucault June 8, 2017, 23:15 (GMT) |
Draw Manager: Add support for temporary matrix override. This allow to specify custom matrices for certain specific passes. |
Revision 4abb3c1 by Clément Foucault June 8, 2017, 23:15 (GMT) |
Draw Manager, GPUTexture: Add support for binding individual cubeface to framebuffer. |
Revision c1009af by Clément Foucault June 8, 2017, 23:15 (GMT) |
Probe: Add panel and "Add-menu" items. Also revisits defaults. |
Revision 4df449e by Clément Foucault June 8, 2017, 23:15 (GMT) |
Probe: Add initial visualisation |
Revision f6898f9 by Clément Foucault June 8, 2017, 23:15 (GMT) |
Probe: fix some missing bits / errors in RNA ... |
|
|
|


Master Commits
MiikaHweb | 2003-2021