Blender Git Commits

Blender Git "master" branch commits.

Page: 446 / 5574

January 4, 2021, 06:38 (GMT)
Cleanup: clang-format
January 4, 2021, 06:38 (GMT)
Cleanup: docy comments beginning with '/**' don't end with '**/'
January 4, 2021, 06:38 (GMT)
Cleanup: sort structs
January 4, 2021, 06:38 (GMT)
Cleanup: redundant struct declarations
January 4, 2021, 06:38 (GMT)
Cleanup: use 'pragma once'

Add explanations for cases the header-guard defines are still used.
January 4, 2021, 06:38 (GMT)
Cleanup: sort cmake file lists
January 4, 2021, 06:38 (GMT)
Cleanup: remove redundant code

Fix for T62504 missed removing return call.
January 4, 2021, 06:38 (GMT)
Cleanup: remove self-assignment

Use CLAMP_MAX to remove redundant comparison.
January 4, 2021, 06:38 (GMT)
Cleanup: use ARRAY_SIZE when when looping over the array indicies
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)
January 4, 2021, 06:38 (GMT)
Cleanup: spelling (use 'gimbal' instead of 'gimble')
January 4, 2021, 06:37 (GMT)
Cleanup: use const casts in DerivedMesh.cc
January 4, 2021, 06:37 (GMT)
Cleanup: rename get_brush_icon, make it a static function

Group with other icon preview API functions.
January 4, 2021, 06:37 (GMT)
Cleanup: use doxy sections for render_preview.c
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
January 2, 2021, 22:51 (GMT)
Update RNA to manual url mappings
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
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021