Blender Git Commits

Blender Git "master" branch commits.

Page: 248 / 5574

Revision 8cbff70 by Hans Goudey
June 7, 2021, 18:08 (GMT)
Cleanup: Decrease variable scope

Also use const and bool in a few places.
June 7, 2021, 17:56 (GMT)
Fix T88801: Positioning of Menu Underlines

This patch improves the positioning of the little mnemonic underlines
shown under some hotkey letters in menus, especially when using custom
fonts.

see D11521 for details and examples.

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

Reviewed by Campbell Barton
June 7, 2021, 16:16 (GMT)
Fix: Wrong logic for checking if we can reuse decoded frame

We should only check if the new pts value lies inside the duration of
the current frame.
June 7, 2021, 15:19 (GMT)
Cleanup: use doxy groups for bmesh_mesh_normals.c
June 7, 2021, 14:57 (GMT)
Cleanup: Move extract lines to compile unit.
June 7, 2021, 14:55 (GMT)
Cleanup: Move extract tris in own compile unit.
June 7, 2021, 14:54 (GMT)
Revert most of rB93a865dde775e.

This revert went too far, only one line (the minimal version of FFMPEG
for `install_deps.sh` script`) actually needed to be reverted...

Sorry for the noise.
June 7, 2021, 14:50 (GMT)
Cleanup: compiler warnings signed/unsigned mismatch
June 7, 2021, 14:50 (GMT)
Cleanup: split bmesh normal calculation into separate files
June 7, 2021, 14:30 (GMT)
Cleanup: silence warnings
June 7, 2021, 14:30 (GMT)
Fix: do not use threading for 'extract_points'

`extract_points` doesn't support multithreading yet.
June 7, 2021, 14:25 (GMT)
Revert "Bump FFmpeg version from 4.2.3 to 4.4"

This reverts commit 95690dd362f3a94f6c3b1efbe91e8b5cc164745f.

Such high version restriction is no more needed after rB9225fe933ae990.

Missing bit in https://developer.blender.org/D11417.
June 7, 2021, 14:23 (GMT)
Cleanup: remove redundant cast, use const casts
June 7, 2021, 14:09 (GMT)
Cleanup: remove unused value
June 7, 2021, 14:07 (GMT)
Cleanup: quiet warning accessing deprecated attribute in bl_test
June 7, 2021, 14:07 (GMT)
Cleanup: use keywords for unit tests

Prepare for function calls to be keyword only.
June 7, 2021, 14:07 (GMT)
Cleanup: use keyword only argument in bpy.props argument parsing

No functional changes as logic elsewhere already ensured this.

This just makes it obvious to anyone reading over the code that
these arguments are keyword only.
Revision 91d3a54 by Ankit Meel
June 7, 2021, 13:41 (GMT)
Fix build error, remove duplicate include.
Revision ee0000b by YimingWu
June 7, 2021, 13:07 (GMT)
LineArt: Shifting fix for different camera fitting.

FOV was expanded to cover the shifting range,
rather than to precisely cut at the image border. Now fixed.

Reviewed By: Sebastian Parborg (zeddb)

Differential Revision: https://developer.blender.org/D11523
Revision 7f1d1b0 by Hans Goudey
June 7, 2021, 12:54 (GMT)
Cleanup: Fix uninitialized variable warning
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021