Revision 944956a by Germano Cavalcante January 27, 2020, 20:43 (GMT) |
bmesh_intersect_edges: Improve detection of the best_face `lambda_a` made it more restricted than it should be. |
Revision 9291558 by Germano Cavalcante January 27, 2020, 20:29 (GMT) |
bmesh_intersect_edges: Fix asserts |
Revision 507a331 by Clément Foucault January 27, 2020, 18:52 (GMT) |
Fix T67552 EEVEE: Vector Curves node clamps maximum input value at 1.0 |
Revision 0366c46 by Clément Foucault January 27, 2020, 18:52 (GMT) |
Fix T69070 EEVEE: Volume shader glitch if object as axis with 0.0 scale |
Revision 22ca8b8 by Harley Acheson January 27, 2020, 18:41 (GMT) |
UI: Win32 - Restore Minimized App On WM_Close Changes needed for Windows 10 to restore and show close dialog from minimized state. https://developer.blender.org/D5107 Reviewed by Brecht Van Lommel |
Revision f357740 by Ray molenkamp January 27, 2020, 17:49 (GMT) |
Merge remote-tracking branch 'origin/blender-v2.82-release' |
Revision 10eb711 by Ray molenkamp January 27, 2020, 17:46 (GMT) |
Fix: Building without WITH_MOD_FLUID When MOD_FLUID was off and WITH_CYCLES was on there was a build error. Reviewed By: brecht Differential Revision: https://developer.blender.org/D6542 |
Revision 67f3941 by Germano Cavalcante January 27, 2020, 17:17 (GMT) |
Merge branch 'blender-v2.82-release' |
Revision c8103ef by Simon G / Brecht Van Lommel January 27, 2020, 17:00 (GMT) |
Fix undefined behavior in tangent space computation Use an improved implementation for circular shift. Differential Revision: https://developer.blender.org/D6677 |
Revision 6bf0e9d by Miguel Pozo / Brecht Van Lommel January 27, 2020, 16:38 (GMT) |
Fix particle instance modifier generating NaN polygons in some cases Particles that don't exist should not be used, for example due to a density texture. Differential Revision: https://developer.blender.org/D6561 |
January 27, 2020, 16:38 (GMT) |
Fix part of T65404: quit dialog doesn't show if Blender is minimized This solves the problem for macOS and Linux, but not Windows yet. Differential Revision: https://developer.blender.org/D6673 |
Revision 2662ba2 by Germano Cavalcante January 27, 2020, 15:59 (GMT) |
Fix T59804: Expose hidden bmesh.ops.symmetrize options in python The operator actually supports a 6-item enum Differential Revision: https://developer.blender.org/D6613 |
Revision 20e803a by Charlie Jolly January 27, 2020, 15:47 (GMT) |
Shading: Add color output to White Noise node Hash input values to a color. Differential Revision: https://developer.blender.org/D6672 |
Revision 84c537e by Sybren A. Stüvel January 27, 2020, 15:42 (GMT) |
Document that tessellate_polygon() doesn't handle degenerate geometry This 'fixes' T68554: 'API mathutils.geometry.tessellate_polygon returns bad results sometimes' by documenting the limitations of the current implementation. I've also added a unit test for the function, so that any change in this behaviour will get noticed. No functional changes. |
Revision 5d21efc by Brecht Van Lommel January 27, 2020, 14:12 (GMT) |
Fix T73409: error deleting preset saved on different drive than Blender install |
January 27, 2020, 13:46 (GMT) |
Cast modifier: Add invert vgroup option. Adds the Invert Vertex Group weight option to the Cast modifier. Uses the same setup as similar modifiers invert weight. Adds a boolean invert property next to the vertex group string in the modifier and subtracts the current vertex weight from 1.0f if it is turned on. Differential Revision: https://developer.blender.org/D6671 Minor modifications by @mont29. |
Revision 2ab5ca8 by Germano Cavalcante January 27, 2020, 13:29 (GMT) |
Fix T68413: gpu module example in docs produces unexpected results |
Revision 5c82c9b by Germano Cavalcante January 27, 2020, 11:38 (GMT) |
Edit Mesh: Auto Merge - Split Edges & Faces - Better logic for splitting faces Differential Revision: https://developer.blender.org/D6626 |
Revision 39fd6ef by Brecht Van Lommel January 27, 2020, 11:27 (GMT) |
Cleanup: fix compiler warning |
Revision aabf4d4 by Brecht Van Lommel January 27, 2020, 11:26 (GMT) |
Merge branch 'blender-v2.82-release' |
|