Blender Git Commits

Blender Git "master" branch commits.

Page: 811 / 5574

April 23, 2020, 10:02 (GMT)
BLI: optimize VectorSet implementation

Instead of building on top of `BLI::Vector`, just use a raw array
and handle the growing in `BLI::VectorSet`.

After this change, the existing `EdgeSet` can be reimplemented using
`BLI::VectorSet` without performance regressions.
April 23, 2020, 08:38 (GMT)
Merge branch 'blender-v2.83-release'
April 23, 2020, 08:25 (GMT)
Fix T75836: Light target misses updates while dragging
April 23, 2020, 06:15 (GMT)
Merge branch 'blender-v2.83-release'
April 23, 2020, 06:14 (GMT)
Fix T74172: Mirror with bisect results in holes

Enable snap-to-center when bisecting.
April 23, 2020, 05:09 (GMT)
Merge branch 'blender-v2.83-release'
April 23, 2020, 05:03 (GMT)
Fix T75965: Scale to Fit Text Box fails with a single word
April 23, 2020, 02:12 (GMT)
Merge branch 'blender-v2.83-release'
April 23, 2020, 02:10 (GMT)
Cleanup: clang-format, unused warning
April 23, 2020, 02:06 (GMT)
Cleanup: add explicit enum values in DNA_rigidbody_types.h
April 23, 2020, 02:02 (GMT)
Merge branch 'blender-v2.83-release'
April 23, 2020, 01:46 (GMT)
Fix invalid rigid body constraint values during 2.83 development

Own error in cleanup from 5dcb6fb22f3f unintentionally
changed enum values. Although this code violated our own
rules to use explicit values to avoid this happening.
April 23, 2020, 01:31 (GMT)
Fix T75991: crash when rigidbody encounters unknown constraint type

This just adds a check to prevent the crash,
Versioning invalid types still needed.
April 22, 2020, 19:42 (GMT)
Merge branch 'blender-v2.83-release'
April 22, 2020, 19:41 (GMT)
Workbench: Use GPU_texture_copy instead of GPU_framebuffer_blit for TAA

This fixes T75477 which seems to be a driver but caused by framebuffer
blitting.
April 22, 2020, 19:41 (GMT)
GPU: Add GPU_texture_copy

This allow to copy entire texture in a faster way than using framebuffer
blitting.

This uses ARB_copy_image extension if available and fallback to
glCopyTexSubImage2D for older gl version.

Both method should be as fast if not faster than the framebuffer blitting.
April 22, 2020, 19:04 (GMT)
Merge branch 'blender-v2.83-release'
April 22, 2020, 19:03 (GMT)
UI: Always check if IME Supported After Changing Language

Changing from IME-enabled language to English did not turn off IME.

Differential Revision: https://developer.blender.org/D7486

Reviewed by Campbell Barton
April 22, 2020, 18:28 (GMT)
UI: Always check if IME Supported After Changing Language

Changing from IME-enabled language to English did not turn off IME.

Differential Revision: https://developer.blender.org/D7486

Reviewed by Campbell Barton
April 22, 2020, 18:20 (GMT)
Reset submodule to the right place in master

Accidently changed on rB0dfe30502a02.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021