Revision 52c96b6 by Sybren A. Stüvel January 14, 2020, 16:32 (GMT) |
Merge remote-tracking branch 'origin/blender-v2.82-release' |
Revision 4c1fb64 by Sybren A. Stüvel January 14, 2020, 16:30 (GMT) |
Cleanup: added 'Versioning code until next subversion bump goes here' The `do_versions_after_linking_280()` function was missing a placeholder for the newly added versioning code. I copied the comments from the `blo_do_versions_280()` function. No functional changes. |
Revision a560a46 by Sybren A. Stüvel January 14, 2020, 16:30 (GMT) |
Fix T72625: Outliner visibility keying doesn't carry over from 2.79b During development of Blender 2.80 the `Object.hide` property was removed, and later reintroduced in rB5e968a996a53 as `Object.hide_viewport`. Of course there are some technical details missing in this summary, but this is the view that's given in the 2.80 release notes. FCurves on `Object.hide` weren't updated in versioning code, resulting in the property no longer being animated. This commit corrects the RNA path of such FCurves. |
Revision d51dcaf by Clément Foucault January 14, 2020, 16:26 (GMT) |
Fix T73116 Crash on startup caused by implicit conversion in glsl Old drivers does not support this. Promote everything to uint. |
Revision ca99423 by Clément Foucault January 14, 2020, 15:55 (GMT) |
Merge branch 'blender-v2.82-release' |
Revision 39d5d11 by Clément Foucault January 14, 2020, 15:55 (GMT) |
Revision ba5bbf1 by Clément Foucault January 14, 2020, 15:55 (GMT) |
Fix T71532 EEVEE: Hair UV/Color attributes not working |
Revision fca069a by Clément Foucault January 14, 2020, 15:55 (GMT) |
Fix T72547 Wireframe overlay clipping issues The view vector was not correct in orthographic view. Also reduce the curvature bias a little. |
Revision 388d43d by Julian Eisel January 14, 2020, 15:30 (GMT) |
BLI_rct: Utilities for sanitizing coordinates (ensuring min <= max) This might be useful in some places. Much of the code makes the implicit assumption that the rectangle has valid coordinate order, good to make it more explicit. |
Revision 29ab238 by Jeroen Bakker January 14, 2020, 15:30 (GMT) |
Fix T72200: Split Quad View Region Crash When splitting a Quad View by dragging a corner an quad area can become negative size because of a one pixel offset to calculate the start of the area. This patch solves this to make sure that there are no negative areas. By adapting the `ARegion.winrct`. Reviewed By: Severin Differential Revision: https://developer.blender.org/D6579 |
Revision 51add8e by Bastien Montagne January 14, 2020, 14:54 (GMT) |
Fix T72255: VSE video addition broken when using recursive filebrowser view. Fairly straight-forward issue, multi-files selection already feature the root directory to use, no need to extract it again from a full path... |
Revision 473fc35 by Sybren A. Stüvel January 14, 2020, 14:14 (GMT) |
Merge remote-tracking branch 'origin/blender-v2.82-release' |
Revision 9ad0b7f by Sybren A. Stüvel January 14, 2020, 14:13 (GMT) |
Fix T68480: Normalize All weights with lock Active bug The original code had 0 as a magic number in the test whether the weight belongs to a locked group, instead of comparing it to the actual group number. Thanks @mano-wii for providing the diff. |
Revision 6f03e35 by Stefan Werner January 14, 2020, 14:00 (GMT) |
Merge branch 'blender-v2.82-release' |
Revision 042e4da by Stefan Werner January 14, 2020, 13:52 (GMT) |
Cycles: Crash fix for random walk SSS with Embree. |
Revision 3a17452 by Germano Cavalcante January 14, 2020, 13:49 (GMT) |
Merge branch 'blender-v2.82-release' |
Revision 0187735 by Germano Cavalcante January 14, 2020, 13:46 (GMT) |
Fix T70606: 3D cursor oriented by geometry projects on objects displayed as bounds box and wire |
Revision d5c963b by Alexander Gavrilov January 14, 2020, 13:13 (GMT) |
Fix T69105: reset the action blend mode to Replace in Bake Action. This can't be done in Tweak mode since the setting is stored in the tweaked strip, and the logic for finding it is not exposed to python. |
Revision 283d769 by Alexander Gavrilov January 14, 2020, 13:13 (GMT) |
Fix T57159: don't exit tweak mode in Bake Action if reusing the action. |
Revision efa3605 by Sybren A. Stüvel January 14, 2020, 13:05 (GMT) |
Merge remote-tracking branch 'origin/blender-v2.82-release' |
|