Blender Git Commit Log

All Blender Git commits.

Page: 1497 / 8462

July 3, 2020, 21:44 (GMT)
Revert "Collection Colors: Change indices"

This reverts commit 05ddacc3424457470c20563123648d868030254f.

Collections were defaulted to colored and I wasn't sure if it was best
to handle the off by one indexing in a few cases or do versioning.
July 3, 2020, 21:30 (GMT)
Collection Colors: Change indices

Use -1 for no color to utilize better themes indexing.
July 3, 2020, 20:42 (GMT)
Outliner: Fix collection hierarchy lines

There were a couple of cases where the hierarchy lines didn't draw. This
refactors the code to be simpler and cover all the cases.
July 3, 2020, 20:01 (GMT)
Merge branch 'master' into soc-2020-outliner
July 3, 2020, 19:40 (GMT)
Cleanup: Use C-style comments in outliner files

No functional changes. Convert all C++ style comments to C comments.
Also capitalize and add full stops.

The comments themselves were not cleaned up. Some could be removed or
reworded.
July 3, 2020, 19:40 (GMT)
Cleanup: Remove unused outliner activation code

No functional changes. Remove commented calls to extern_set_butspace
and unused text activation code.
July 3, 2020, 19:40 (GMT)
Cleanup: Use _fn suffix for outliner button callbacks

No functional changes. Use _fn instead of _cb.
July 3, 2020, 19:23 (GMT)
Clang-tidy: Enable braces-around-statements warning
July 3, 2020, 18:57 (GMT)
Merge branch 'greasepencil-edit-curve' into soc-2020-greasepencil-curve
July 3, 2020, 18:56 (GMT)
Gpencil: Fix compiler warning
July 3, 2020, 18:27 (GMT)
Fixed motion blur with light tree enabled.
July 3, 2020, 18:09 (GMT)
Merge branch 'master' into greasepencil-edit-curve
July 3, 2020, 18:08 (GMT)
Merge branch 'master' into greasepencil-object
July 3, 2020, 18:07 (GMT)
GPencil: Implement different color by handle type

Before it was hardcode because only one type was supported.
July 3, 2020, 17:31 (GMT)
Got rid of clang-tidy errors.
July 3, 2020, 17:12 (GMT)
Cleanup: compiler warning
July 3, 2020, 17:12 (GMT)
Fix error in new Hair data type file reading
July 3, 2020, 16:47 (GMT)
Add own button type for color buttons, don't using uiBut.a1/.a2 for them
July 3, 2020, 16:18 (GMT)
Cleanup: Blendkernel, Clang-Tidy else-after-return fixes (incomplete)

This addresses warnings from Clang-Tidy's `readability-else-after-return`
rule in the `source/blender/blenkernel` module. Not all warnings are
addressed in this commit.

No functional changes.
Revision a21cb22 by Hans Goudey (master)
July 3, 2020, 15:58 (GMT)
Cleanup: Deduplicate code for finding context object

Instead of manually checking the pinned object, use the existing
ED_object_active_context function. This requires adding const
to the context in that function.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021