Blender Git Commits

Blender Git "master" branch commits.

Page: 765 / 5574

May 19, 2020, 21:54 (GMT)
Fix flag conflict in transform operators

This added some redundant properties
May 19, 2020, 21:42 (GMT)
Merge branch 'blender-v2.83-release'
May 19, 2020, 21:36 (GMT)
Fix PBVH parallel range not initializing user data correctly in some cases

This was already changed for the TBB-based BLI_task_parallel_range in master.
This task local storage should always be initialized from the template, not
copied from another task which may be executing at the time the copy happens.

This may not fix any actual bug, we only use this user data for parallel reduce
and it's not clear that TBB ever calls the copy constructor for that case.

Ref T76858
May 19, 2020, 21:36 (GMT)
Fix unnecessary buffer reallocation in sculpt mode, causing an assert

Probably did not cause an actual, the assert is a performance warning.

Ref T76858
Revision 20c3053 by Hans Goudey
May 19, 2020, 20:54 (GMT)
Fix T75383:Bevel weird behaviour when using bevel weights

Don't use the cube corner special case when the offsets are different
for the three edges involved. The generic VMesh for this situation isn't
perfect, but it's much better than a failed cube corner VMesh.

Tests pass.
May 19, 2020, 20:43 (GMT)
UI: Make timeline vertical bars thickness work on OSX

Make use of Polyline shader.
Revision 8e0a57f by Hans Goudey
May 19, 2020, 20:40 (GMT)
Merge branch 'blender-v2.83-release'
Revision c554f4e by Hans Goudey
May 19, 2020, 20:40 (GMT)
Fix T75383:Bevel weird behaviour when using bevel weights

Don't use the cube corner special case when the offsets are different
for the three edges involved. The generic VMesh for this situation isn't
perfect, but it's much better than a failed cube corner VMesh.

Tests pass.
May 19, 2020, 20:24 (GMT)
GPU: Attempt to fix Crash on startup with Intel HD Graphics 620/630

This only enables the workarounds that we know have effects on intels.
We could add the other workarounds if needed.

Related task T72098
May 19, 2020, 19:37 (GMT)
Fix T76080 Workbench: Background Glitches caused by Screen Cavity effect
May 19, 2020, 19:35 (GMT)
OpenSubdiv: Remove old GPU code

This code was accidentally reintroduced in e73d7d27dc66.
May 19, 2020, 19:32 (GMT)
Merge branch 'blender-v2.83-release'
May 19, 2020, 19:30 (GMT)
Fix T73594: Scale Cage sometimes has incorrect center in edit mode

Differential Revision: https://developer.blender.org/D6803
May 19, 2020, 19:23 (GMT)
Fix T66916 UI: Wrong information in Status bar after cancelling a render

Fixed thanks to @manowii
May 19, 2020, 19:23 (GMT)
Merge branch 'blender-v2.83-release'
May 19, 2020, 19:12 (GMT)
Fix T76812: [Mantaflow] Inflow particles not continuous

Makes use of the new particle skipping option introduced in f25a882955cb.
May 19, 2020, 19:12 (GMT)
Fluid: Updated Mantaflow source files

Includes changes for particle skipping during advection.
May 19, 2020, 19:01 (GMT)
Fix T76564 Curve: Missing orco cause mesh to not render
May 19, 2020, 19:01 (GMT)
Fix T73847 Overlay: Camera orthographic scale moves background image
May 19, 2020, 18:28 (GMT)
Properly fix: T71040 / T58983 Ocean Modifier crashes at high resolutions

For a more detailed description of the issue see the commit
message for rB497cd3d7dd6e497be484eb78a8ddb23f53b20343

This change moves fftw to a shared library and reverts the bandaid
we did for 2.83.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021