Revision c967a38 by Sergey Sharybin July 25, 2016, 13:27 (GMT) |
OpenSubdiv: Fix missing support of flat shading in textured viewport |
Revision 27db7ef by Sergey Sharybin July 25, 2016, 13:17 (GMT) |
OpenSubdiv: Use proper material index |
Revision b153249 by Bastien Montagne July 25, 2016, 13:07 (GMT) |
Merge branch 'master' into blender2.8 Conflicts: source/blender/blenkernel/BKE_particle.h source/blender/blenkernel/intern/library.c source/blender/blenkernel/intern/particle.c |
Revision e7721f5 by Sergey Sharybin July 25, 2016, 11:55 (GMT) |
Cycles: Fix SSS with spatial splits and motion blur |
Revision a4db868 by Campbell Barton July 25, 2016, 10:30 (GMT) |
Resolve build error on OSX |
Revision bbf6293 by Bastien Montagne July 25, 2016, 07:31 (GMT) |
Cleanup: debug-only variable. |
Revision f4cb6d4 by Campbell Barton July 25, 2016, 05:12 (GMT) |
Error in curve update, uninitialized var use |
Revision 2aa5e44 by Campbell Barton July 25, 2016, 04:55 (GMT) |
Curve Drawing: Use cyclic for stroke with near start/end points |
Revision a323d8e by Campbell Barton July 25, 2016, 04:55 (GMT) |
Curve Drawing: Add option to use new refit method |
Revision 2418dae by Campbell Barton July 25, 2016, 04:55 (GMT) |
Curve Fitting: Add alternate 'refit' method This is an alternative method for fitting a curve which incrementally simplifies the curve, then re-fits. Generally gives better results, also improves corner detection. |
Revision f23fecf by Brecht Van Lommel July 24, 2016, 14:40 (GMT) |
Fix use of uninitialized variable in recent SSS fix. |
Revision f283aa6 by Kévin Dietrich July 24, 2016, 01:18 (GMT) |
Fix T48397: Can not bake tweaked NLA We need to leave tweak mode before trying to modifiy the action as doing so will leave Blender in a semi-corrupted state. Reviewers: #animation Reviewed by: aligorith Maniphest Tasks: T48397 Differential Revision: https://developer.blender.org/D2119 |
Revision e4efa16 by Kévin Dietrich July 23, 2016, 23:04 (GMT) |
Fix T48663: The Soft Light blend type layer make the color darker in the 3D view There was a misusage of the `outcol` and `texcol` params. The actual formula should have been: incol = facm * outcol + fact * ((one - outcol) * texcol * outcol + outcol * scr); To make sure the result is consistent with material mode, reuse the material blend function (mix_soft), similarly to what most other texture blend modes do. |
Revision 4cbefde by Joerg Mueller July 23, 2016, 11:35 (GMT) |
Revision 8001854 by Campbell Barton July 23, 2016, 08:52 (GMT) |
Cleanup: style |
Revision 6ef37fa by Campbell Barton July 23, 2016, 08:52 (GMT) |
Cleanup: warning |
Revision bd11d91 by Mike Erwin July 23, 2016, 01:00 (GMT) |
fix atan2f input conditional Suspicious conditional found by PVS-Studio T48917 Original code (from Blender?s initial open-source commit!) looks like it?s testing inputs to atan2f, to avoid undefined function values. Passing xn=0 does *not* always evaluate to 0 though? I?m not sure if this is a coding error or was done for a desired visual result. Also changed xn==0 to xn>=0 to avoid function call in more cases. Good description and visualization of atan2f function: http://en.cppreference.com/w/c/numeric/math/atan2 |
Revision 164575a by Sergey Sharybin July 22, 2016, 15:53 (GMT) |
OpenSubdiv: Properly respect Subdivide UVs option |
Revision 7ca4cf2 by Julian Eisel July 22, 2016, 15:13 (GMT) |
Fix crash using ID remapping on invalid ID pairs Missing NULL checks caused crash in BKE_reportf formatting. |
Revision 9c63878 by Sergey Sharybin July 22, 2016, 14:12 (GMT) |
OpenSubdiv: Initial support of UV maps in material shading mode |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021