Blender Git Commits

Blender Git "master" branch commits.

Page: 940 / 5574

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
January 20, 2020, 20:14 (GMT)
Merge branch 'blender-v2.82-release'
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
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
January 20, 2020, 16:33 (GMT)
Merge remote-tracking branch 'origin/blender-v2.82-release'
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.
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.
January 20, 2020, 15:19 (GMT)
Merge branch 'blender-v2.82-release'
January 20, 2020, 15:18 (GMT)
Fix T73265: GPencil console error when delete frist frame
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.
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.
January 20, 2020, 14:30 (GMT)
Merge branch 'blender-v2.82-release'
January 20, 2020, 14:27 (GMT)
Bevel: flush selection with non-modal execution
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
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
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021