August 7, 2020, 11:38 (GMT) |
Cleanup: Depsgraph, Clang-Tidy else-after-return fixes This addresses warnings from Clang-Tidy's `readability-else-after-return` rule in the `source/blender/depsgraph` module. No functional changes. |
August 7, 2020, 11:38 (GMT) |
Cleanup: Compositor, Clang-Tidy else-after-return fixes This addresses warnings from Clang-Tidy's `readability-else-after-return` rule in the `source/blender/compositor` module. No functional changes. |
August 7, 2020, 11:38 (GMT) |
Cleanup: Blenloader, Clang-Tidy else-after-return fixes This addresses warnings from Clang-Tidy's `readability-else-after-return` rule in the `source/blender/blenloader` module. No functional changes. |
August 7, 2020, 11:38 (GMT) |
Cleanup: Blenkernel, Clang-Tidy else-after-return fixes This addresses warnings from Clang-Tidy's `readability-else-after-return` rule in the `source/blender/blenkernel` module. No functional changes. |
August 7, 2020, 11:25 (GMT) |
Merge branch 'master' into soc-2020-info-editor # Conflicts: # source/blender/blenkernel/BKE_DerivedMesh.h # source/blender/blenkernel/intern/DerivedMesh.c # source/blender/blenkernel/intern/anim_data.c # source/blender/blenlib/PIL_time_utildefines.h # source/blender/editors/space_info/info_intern.h # source/blender/windowmanager/intern/wm_event_system.c # source/blender/windowmanager/intern/wm_files.c |
August 7, 2020, 11:04 (GMT) |
Merge branch 'master' into temp-ui-button-type-refactor |
August 7, 2020, 10:18 (GMT) |
Clang-Tidy: Address readability-redundant-string-init |
August 7, 2020, 10:01 (GMT) |
Cleanup: Draw, Clang-Tidy else-after-return fixes (incomplete) This addresses warnings from Clang-Tidy's `readability-else-after-return` rule in the `source/blender/draw` module. Not all warnings are addressed in this commit. No functional changes. |
August 7, 2020, 10:01 (GMT) |
Cleanup: Cycles, applied Clang-Format No functional changes. |
August 7, 2020, 09:39 (GMT) |
Fix fast clicks on File Browser sort columns not changing sorting Clicking on the column header is supposed to enable sorting by this column, or switch the sort order if already enabled. The double-click event would be blocked by the `file.execute()` operator, which is not supposed to act if the user clicked outside the file list. |
August 7, 2020, 09:39 (GMT) |
Fix T79616: Sort by column in filebrowser is broken After changes in rBc606044157a3, mouse press events would be blocked by the selection operator. This only worked by chance before. |
August 7, 2020, 09:23 (GMT) |
Cleanup: Blenlib, Clang-Tidy else-after-return fixes (incomplete) This addresses warnings from Clang-Tidy's `readability-else-after-return` rule in the `source/blender/blenlib` module. Not all warnings are addressed in this commit. No functional changes. |
August 7, 2020, 08:23 (GMT) |
Merge branch 'blender-v2.90-release' into master |
August 7, 2020, 08:18 (GMT) |
August 7, 2020, 08:10 (GMT) |
Code Style: use "#pragma once" in some newer headers Those were missing from the previous commit, because these headers only exist in the `master` and not in the `blender-v2.90-release` branch. |
August 7, 2020, 08:07 (GMT) |
Cleanup: make format |
August 7, 2020, 08:04 (GMT) |
Merge branch 'blender-v2.90-release' into master |
August 7, 2020, 07:50 (GMT) |
Code Style: use "#pragma once" in source directory This replaces header include guards with `#pragma once`. A couple of include guards are not removed yet (e.g. `__RNA_TYPES_H__`), because they are used in other places. This patch has been generated by P1561 followed by `make format`. Differential Revision: https://developer.blender.org/D8466 |
Revision b1269ef by TempoDev (soc-2020-custom-menus) August 7, 2020, 00:44 (GMT) |
Merge branch 'soc-2020-custom-menus' of git.blender.org:blender into soc-2020-custom-menus |
Revision ca64458 by TempoDev (soc-2020-custom-menus) August 7, 2020, 00:43 (GMT) |
Custom Menus : change wm.call_user_menu prop index to idname |
|
|
|


Master Commits
MiikaHweb | 2003-2021