Revision 00a7113 by Philipp Oeser August 12, 2020, 08:45 (GMT) |
Merge branch 'blender-v2.90-release' |
Revision 9b58a41 by Philipp Oeser August 12, 2020, 08:35 (GMT) |
Fix T79708: ShapeKey value greyed out Mistake in rB0e9999a93edd. Maniphest Tasks: T79708 Differential Revision: https://developer.blender.org/D8539 |
Revision ec5f392 by Philipp Oeser August 11, 2020, 20:18 (GMT) |
Merge branch 'blender-v2.90-release' |
Revision 2c7394a by Hans Goudey August 11, 2020, 20:17 (GMT) |
Cleanup: Reduce indentation level Check the simpler case first and return early. |
Revision 90b8df8 by Hans Goudey August 11, 2020, 20:14 (GMT) |
Cleanup: Remove unecessary variables |
Revision dbf5bb7 by Philipp Oeser August 11, 2020, 20:06 (GMT) |
Fix T79640: "Assign Shortcut" doesn't work for "View 2D Zoom" 'VIEW2D_OT' operators were not respected in WM_keymap_guess_opname(). This was seemingly done on purpose (see comment "Op types purposely skipped for now"), but dont really see the reason for doing so. Since the "View2D" keymap is not bound to a specific spacetype, we can still find it using WM_keymap_find_all() [and passing 0 as spacetype]. Reviewers: Severin Subscribers: |
Revision 18b1d1a by Hans Goudey August 11, 2020, 19:58 (GMT) |
Cleanup: Use sizeof first in allocations |
Revision 185ed99 by Philipp Oeser August 11, 2020, 19:52 (GMT) |
Merge branch 'blender-v2.90-release' |
Revision 3eebdf8 by Hans Goudey 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. |
Revision 2fc2a0a by Philipp Oeser 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 |
Revision 29852cf by Philipp Oeser August 11, 2020, 19:25 (GMT) |
Merge branch 'blender-v2.90-release' |
Revision aec0cfa by Philipp Oeser 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 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. |
Revision b0485d4 by Hans Goudey August 11, 2020, 18:58 (GMT) |
Cleanup: Resolve clang tidy warning / error |
Revision 2b6d432 by Clément Foucault August 11, 2020, 18:07 (GMT) |
Merge branch 'blender-v2.90-release' |
Revision 74556a5 by Clément Foucault August 11, 2020, 18:07 (GMT) |
Fix T79703 EEVEE: Crash on Macos due to lightcache baking |
Revision 7219abc by Clément Foucault 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. |
Revision cae4041 by Antonio Vazquez 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 |
Revision 48c0a82 by Pablo Dobarro 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 |
Revision b95aa48 by Bastien Montagne August 11, 2020, 16:49 (GMT) |
Merge branch 'blender-v2.90-release' into master |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021