Revision aee2b75 by Philipp Oeser January 20, 2020, 20:21 (GMT) |
Fix T73110: UDIM Texture Paint Crash This would happen if a tile is found on disk, painting would actually request that tile (because corresponding uvs were in that range), but that tile was not added in blenders list of tiles in that Image. Need to also check tile in `image_quick_test` (regardless of iuser having passed). thx @lukasstockner97 for additional input! Maniphest Tasks: T73110 Differential Revision: https://developer.blender.org/D6578 |
Revision b6051f1 by Philipp Oeser January 20, 2020, 20:14 (GMT) |
Merge branch 'blender-v2.82-release' |
Revision ddddb94 by Philipp Oeser January 20, 2020, 20:05 (GMT) |
Fix T72546: Video Sequencer: Select grouped 'OVERLAP' operator wrong selection False positive when a sequences end would be the same as active sequences start. Also thx @sybren for the heads up to make this more readable. Maniphest Tasks: T72546 Differential Revision: https://developer.blender.org/D6451 |
Revision 335930a by Clément Foucault January 20, 2020, 18:36 (GMT) |
Overlay: Improve Outline diagonal Antialiasing I doubt we can do much better. Most of the aliasing comes from the edge detection which does not use a lot of samples. We could use more samples but then the detection becomes way more complex and expensive. The second issue comes from the reconstruction (AA pass) that only bleed adjacent pixels in if their line direction is perpendicular to the offset. This makes corner gaps on certain diagonals. |
Revision 6b902d7 by Gaia Clary January 20, 2020, 17:47 (GMT) |
cleanup: do no longer use deprecated Alpha channel from Shader diffuse color (use Shader's Alpha value instead) |
Revision 932cfdb by Gaia Clary January 20, 2020, 17:47 (GMT) |
cleanup: Collada exporter: Removed misleading comments |
Revision 89b6a7b by Sybren A. Stüvel January 20, 2020, 16:33 (GMT) |
Merge remote-tracking branch 'origin/blender-v2.82-release' |
Revision 31e2786 by Sybren A. Stüvel January 20, 2020, 16:32 (GMT) |
Fix T71825: Custom Animation Player path overrides chosen player Thanks @mano-wii for providing the patch! The original code assumed that when `animation_player_preset` was not `CUSTOM`, the `animation_player` path would be empty. This is a bad assumption, as it can be quite useful to be able to toggle between a custom and a built-in player. As such, `animation_player` should not be reset to an empty string when a non-custom player is chosen. |
Revision 661d363 by Campbell Barton January 20, 2020, 16:09 (GMT) |
Fix T73162: Modal tools cant be mapped to MMB Also rename struct members to 'launch_event', since it's more descriptive and was called this in some places. |
Revision 587ca9e by Antonio Vazquez January 20, 2020, 15:19 (GMT) |
Merge branch 'blender-v2.82-release' |
Revision a5f19e3 by Antonio Vazquez January 20, 2020, 15:18 (GMT) |
Fix T73265: GPencil console error when delete frist frame |
Revision 4dbaee0 by Sebastián Barschkis January 20, 2020, 15:17 (GMT) |
Fluid: Fix for liquid domains in cache replay mode Added missing check that prevented bake from being executed correctly. |
Revision dae0338 by Sybren A. Stüvel January 20, 2020, 15:11 (GMT) |
Fix T72050 Subdivide method "Straight Cut" not working with N-Gons enabled 'Straight Cut' is actually documented as creating N-Gons. However, the code was disallowing this. This is probably a mix-up as the "allow N-Gons" option is documented as a "force quad/tri" option. |
Revision 2795a7d by Campbell Barton January 20, 2020, 14:30 (GMT) |
Merge branch 'blender-v2.82-release' |
Revision 133f6a9 by Campbell Barton January 20, 2020, 14:27 (GMT) |
Bevel: flush selection with non-modal execution |
Revision a5270d4 by Brecht Van Lommel January 20, 2020, 13:53 (GMT) |
Merge branch 'blender-v2.82-release' |
January 20, 2020, 13:52 (GMT) |
Cleanup: use existing helper for float to uchar color conversion Differential Revision: https://developer.blender.org/D6617 |
January 20, 2020, 13:50 (GMT) |
Fix file browser not excluding AirDrop from the System list on macOS There is already code for this, it just wasn't working. Now add the slash after checking for an empty string. Differential Revision: https://developer.blender.org/D6568 |
Revision 81befde by Sebastián Barschkis January 20, 2020, 13:34 (GMT) |
Fluid: Fix for smoke domain geometry object with adaptive domain enabled The smoke mesh geometry always needs to be updated when using the adaptive domain. |
January 20, 2020, 13:16 (GMT) |
Fix failing cycles_render_graph_finalize_test when building with clang The gflags library was not fully configured to be built as a static library, only one of two files was changed. Differential Revision: https://developer.blender.org/D6611 |
|