Blender Git Commit Log

All Blender Git commits.

Page: 1377 / 8462

August 11, 2020, 19:52 (GMT)
Merge branch 'blender-v2.90-release'
Revision 3eebdf8 by Hans Goudey (master)
August 11, 2020, 19:51 (GMT)
Cleanup: Reduce indentation level

Exit early if the bevel width is zero instead of putting
the main function in an if statement.
August 11, 2020, 19:41 (GMT)
Fix T79700: skin modifier: prevent error for vert-only mesh

Vert-only mesh is valid input for the skin modifier (displays isolated
cubes), prevent error message about missing root vertex in that case.

Maniphest Tasks: T79700

Differential Revision: https://developer.blender.org/D8533
August 11, 2020, 19:25 (GMT)
Merge branch 'blender-v2.90-release'
August 11, 2020, 19:21 (GMT)
Fix T79676: Video Sequencer image sequence strip source path breaks when
saving with 'Remap Relative' option

Caused by rBf7386b97571e.

Logic in BKE_bpath_traverse_main calls the callback multiple times [as
often as there are images in the strip].

Prior to above commit, the callback was
'bpath_relative_convert_visit_cb' [this one did not have this problem -
since it returned early if the path was already made relative once]

After rBf7386b97571e though, the 'bpath_relative_rebase_visit_cb' is
used [this one should not be entered multiple times, it would modifiy the
directy again and again].

Luckily, we have a flag (BKE_BPATH_TRAVERSE_SKIP_MULTIFILE) that can be
used to prevent this (this will take care of only calling the callback
once in BKE_bpath_traverse_main for the VSE case)

Could be backported to 2.83 I think.

Maniphest Tasks: T79676

Differential Revision: https://developer.blender.org/D8536
Revision 7e9f47c by Hans Goudey (master)
August 11, 2020, 19:08 (GMT)
Cleanup: Reduce scope of variable declarations in bmesh_bevel.c

This commit generally moves variable declarations to the smallest scope
the variables are used in. This makes the code more readable by
making it clearer when variables are used and by removing the block
of variable declarations at the top of each function.
August 11, 2020, 19:06 (GMT)
cleaning up api
Revision b0485d4 by Hans Goudey (master)
August 11, 2020, 18:58 (GMT)
Cleanup: Resolve clang tidy warning / error
August 11, 2020, 18:07 (GMT)
Merge branch 'blender-v2.90-release'
Revision 74556a5 by Clément Foucault (master)
August 11, 2020, 18:07 (GMT)
Fix T79703 EEVEE: Crash on Macos due to lightcache baking
August 11, 2020, 18:07 (GMT)
Fix T79672 EEVEE: Motion blur steps value broken after recent change

Was just an issue of `taa_render_sample` being reset to 1 when it shouldn't.
August 11, 2020, 17:22 (GMT)
lerping obstacles for substeps and collisions
August 11, 2020, 17:15 (GMT)
Merge branch 'master' into greasepencil-edit-curve
August 11, 2020, 17:15 (GMT)
Merge branch 'master' into greasepencil-object
August 11, 2020, 17:13 (GMT)
Merge branch 'master' into soc-2020-testing-frameworks
August 11, 2020, 17:13 (GMT)
Fix T79683: Dim GPencil points created by modifiers

This change makes the generated points a light dimmer than selectable points.

Before:

{F8765593}

After:
{F8765585}

Maniphest Tasks: T79683

Differential Revision: https://developer.blender.org/D8515
August 11, 2020, 17:04 (GMT)
Sculpt: Option to not modify hidden Face Sets in Face Sets Edit

This options allows to perform Face Sets operations while preserving the
mesh visibility. Edit hidden face sets is enabled by default in order to
expand the visible area of the mesh with the grow/shrink operator, but
this can be changed in the keymap per edit operation as more operations
are supported.

Reviewed By: sergey

Differential Revision: https://developer.blender.org/D8029
August 11, 2020, 16:49 (GMT)
Merge branch 'blender-v2.90-release' into master
August 11, 2020, 16:46 (GMT)
Fix T79692: Full copy of scene makes Blender freeze if there is content directly in the master collection.

Old and new collections are the same data in Master collection case
here, so we cannot consider the `gobject` listbase of `collection_old`
as always immutable.
August 11, 2020, 16:46 (GMT)
Added 3 new test cases for cloth, a check if no modiifer is added
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021