Revision 8cbff70 by Hans Goudey June 7, 2021, 18:08 (GMT) |
Cleanup: Decrease variable scope Also use const and bool in a few places. |
Revision 0fcc063 by Harley Acheson 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 |
Revision 1949643 by Sebastian Parborg 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. |
Revision 7bf9d2c by Campbell Barton June 7, 2021, 15:19 (GMT) |
Cleanup: use doxy groups for bmesh_mesh_normals.c |
Revision 4a9c5c6 by Jeroen Bakker June 7, 2021, 14:57 (GMT) |
Cleanup: Move extract lines to compile unit. |
Revision 0e285fa by Jeroen Bakker June 7, 2021, 14:55 (GMT) |
Cleanup: Move extract tris in own compile unit. |
Revision 214a78a by Bastien Montagne 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. |
Revision 3da0b52 by Campbell Barton June 7, 2021, 14:50 (GMT) |
Cleanup: compiler warnings signed/unsigned mismatch |
Revision f87f853 by Campbell Barton June 7, 2021, 14:50 (GMT) |
Cleanup: split bmesh normal calculation into separate files |
Revision 785a518 by Germano Cavalcante June 7, 2021, 14:30 (GMT) |
Cleanup: silence warnings |
Revision 2bf56f7 by Germano Cavalcante June 7, 2021, 14:30 (GMT) |
Fix: do not use threading for 'extract_points' `extract_points` doesn't support multithreading yet. |
Revision 93a865d by Bastien Montagne 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. |
Revision 72d2355 by Campbell Barton June 7, 2021, 14:23 (GMT) |
Cleanup: remove redundant cast, use const casts |
Revision dfac5a6 by Campbell Barton June 7, 2021, 14:09 (GMT) |
Cleanup: remove unused value |
Revision 51bf168 by Campbell Barton June 7, 2021, 14:07 (GMT) |
Cleanup: quiet warning accessing deprecated attribute in bl_test |
Revision 7ca5ba1 by Campbell Barton June 7, 2021, 14:07 (GMT) |
Cleanup: use keywords for unit tests Prepare for function calls to be keyword only. |
Revision c87327d by Campbell Barton 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. |
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 |
|
|
|


Master Commits
MiikaHweb | 2003-2021