Revision 9b10b39 by Campbell Barton January 4, 2021, 06:38 (GMT) |
Cleanup: clang-format |
Revision 54f89e8 by Campbell Barton January 4, 2021, 06:38 (GMT) |
Cleanup: docy comments beginning with '/**' don't end with '**/' |
Revision f03c25b by Campbell Barton January 4, 2021, 06:38 (GMT) |
Cleanup: sort structs |
Revision dfbda59 by Campbell Barton January 4, 2021, 06:38 (GMT) |
Cleanup: redundant struct declarations |
Revision fea1026 by Campbell Barton January 4, 2021, 06:38 (GMT) |
Cleanup: use 'pragma once' Add explanations for cases the header-guard defines are still used. |
Revision 9ff4012 by Campbell Barton January 4, 2021, 06:38 (GMT) |
Cleanup: sort cmake file lists |
Revision b34eded by Campbell Barton January 4, 2021, 06:38 (GMT) |
Revision 22895d0 by Campbell Barton January 4, 2021, 06:38 (GMT) |
Cleanup: remove self-assignment Use CLAMP_MAX to remove redundant comparison. |
Revision b5c2a75 by Campbell Barton January 4, 2021, 06:38 (GMT) |
Cleanup: use ARRAY_SIZE when when looping over the array indicies |
Revision a508189 by Campbell Barton January 4, 2021, 06:38 (GMT) |
Cleanup: redundant code, minor inconsistencies - Remove ternary operators when both values are the same. - Remove break after return. - Remove redundant NULL checks for code which handles those cases immediately beforehand. |
Revision 82bbe25 by Campbell Barton January 4, 2021, 06:38 (GMT) |
Cleanup: redundant call to WM_modalkeymap_find |
Revision 2008c24 by Campbell Barton January 4, 2021, 06:38 (GMT) |
Cleanup: add NULL check for filename argument which could be NULL While it's never NULL at the moment, checks elsewhere in this function support passing in a NULL filename, so keep this working as intended in case RNAProcessItem.filename is NULL in the future. |
Revision cd29d76 by Campbell Barton January 4, 2021, 06:38 (GMT) |
Cleanup: typo in c484b54453e6072399dd79daccf237bb4bd73b41 |
Revision c61c7d9 by Campbell Barton January 4, 2021, 06:38 (GMT) |
Cleanup: spelling (use 'gimbal' instead of 'gimble') |
Revision 01f38c1 by Campbell Barton January 4, 2021, 06:37 (GMT) |
Cleanup: use const casts in DerivedMesh.cc |
Revision 12409b2 by Campbell Barton January 4, 2021, 06:37 (GMT) |
Cleanup: rename get_brush_icon, make it a static function Group with other icon preview API functions. |
Revision 613c568 by Campbell Barton January 4, 2021, 06:37 (GMT) |
Cleanup: use doxy sections for render_preview.c |
Revision 1e8f266 by Aaron Carlisle January 3, 2021, 01:04 (GMT) |
API Docs: CSS: Fix long enum list This commit makes some adjustments to a previous fix which broke with new versions of sphinx/theme. Fixes T76453 |
Revision c7e92e3 by Aaron Carlisle January 2, 2021, 22:51 (GMT) |
Update RNA to manual url mappings |
Revision e1b8af9 by Aaron Carlisle January 2, 2021, 21:11 (GMT) |
Fix Unreported: Run time error in UI code Steps to reproduce: 1. Add clip to clip editor 2. Open the tracking settings & tracking settings extra panels To fix this the sub panel is only drawn if a track is active. The main panel will exit early and display a "No active track" message. This is consistent with other panels in the clip editor. Reviewed By: HooglyBoogly Differential Revision: https://developer.blender.org/D9727 |
|
|
|


Master Commits
MiikaHweb | 2003-2021