Revision 6e6954a by Vincent Blankfield / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels) July 2, 2020, 07:15 (GMT) |
Fix T77734: random crash when rendering animation Differential Revision: https://developer.blender.org/D7986 |
Revision 005c663 by Clément Foucault / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels) July 2, 2020, 07:12 (GMT) |
Fix T66934 Overlay: "Outline Selected" overlay doesnt affect armatures This is a really small fix. Could be included in 2.83 LTS branch. |
Revision ef0ded4 by Julian Eisel / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels) July 2, 2020, 07:11 (GMT) |
Fix: Crash when closing window while Outliner shows screens Steps to reproduce were: * From factory settings, change Outliner Display Mode to "Blender File" * Open "Screens" item, make sure all listed screens are visible * Open Preference window, close it * Mouse hover the outliner -> crash Fix is to force an Outliner tree rebuild when closing screens. |
Revision 910b421 by Pablo Dobarro / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels) July 2, 2020, 07:10 (GMT) |
Fix T77328: Crash on undo Draw Face Sets stroke with dyntopo active Draw Face Sets does not work in Dyntopo and the sculpt API should be responsible for that without needing to add checks all over the code, but it was doing an undo push of type SCULPT_UNDO_FACE_SETS which is not supported, causing the crash. Reviewed By: sergey Maniphest Tasks: T77328 Differential Revision: https://developer.blender.org/D7924 |
Revision 2d89951 by Brecht Van Lommel / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels) July 2, 2020, 07:09 (GMT) |
Fix random crash in Cycles smoke volume loading Don't access evaluated mesh data after freeing Blender depsgraph. Potentially related to T77954. |
Revision 000fbef by Clément Foucault / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels) July 2, 2020, 07:08 (GMT) |
UV Editor: Fix Vertex Overlay color not being color managed Could be backported to 2.83 LTS |
Revision a2c1f41 by Sybren A. Stüvel / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels) July 2, 2020, 07:07 (GMT) |
Fix T77754: Crash after any alembic import undo in an empty scene Thanks @mont29 for this patch. This creates an explicit undo step after the Alembic importer has finished running. This is necessary when the importer runs as a background job. |
Revision bb4f8b7 by Sybren A. Stüvel / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels) July 2, 2020, 06:52 (GMT) |
Fix T77712: Crash on proxied rig, custom bone shape, driver targeting rig It turns out that `DepsgraphNodeBuilder::build_object_data_geometry(Object *object, bool is_object_visible)` was called for the custom shape with `is_object_visible=false` when there are drivers, and `is_object_visible=true` when there aren't any. |
Revision 089ff4a by Julian Eisel / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels) July 2, 2020, 06:51 (GMT) |
Fix T77830: Crash in VR session when opening material preview Draw-manager mutex has to be set before activating OpenGL/GPU context. Otherwise, parallel jobs (like preview rendering) may try to activate the context from another thread. Also: Use WM wrappers for activating/releasing OpenGL context, which have an additional assert check. Suggest to backport this for 2.83.1. |
Revision 91b455c by Campbell Barton / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels) July 2, 2020, 06:43 (GMT) |
Fix memory leak calculating deform modifiers in edit-mode This bug goes back to 2.80 but doesn't seem to have been reported. |
Revision f7e73b5 by Jacques Lucke / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels) July 2, 2020, 06:18 (GMT) |
Fix T77913: Incorrect handling of negative-scale bit in DRWResourceHandle Reviewers: fclem Differential Revision: https://developer.blender.org/D8103 |
Revision 9a8dd8d by Julian Eisel / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels) July 2, 2020, 06:17 (GMT) |
Fix T78112: VSE Sequencer/Preview crash after fullscreen The region refresh callback wasn't called, which in the VSE ensures valid region sizes and removes handlers of invisible regions. |
Revision 020b8e2 by Sergey Sharybin / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels) July 2, 2020, 06:14 (GMT) |
Fix T67358: Compositor Disabled Node Config -> SegFault The issue was caused by wrong conversion happening after some of the proxies are removed. Easiest solution is to first remove proxies and then add required converter operations. Thanks Jeroen for the review! |
Revision 152d2c5 by YimingWu (lanpr-under-gp, lineart-bvh, lineart-shadow, temp-lineart-contained, temp_lineart_contained) July 2, 2020, 04:52 (GMT) |
Merge remote-tracking branch 'origin/master' into lanpr-under-gp # Conflicts: # source/blender/makesrna/intern/rna_object.c |
July 2, 2020, 03:28 (GMT) |
Outliner: Draw collection hierarchy lines Rather than drawing lines for object hierarchies, draw for collections. These lines will be colored when collections are colored. There are still small issues with the implementation, but it works quite well for now. The dashed lines for child objects (not in collection) are removed but could be brought back. |
July 1, 2020, 23:27 (GMT) |
Fix: Add drag lock to mode column icons Allow "sloppy" drag over the column |
Revision c448405 by over0219 (soc-2020-soft-body) July 1, 2020, 23:26 (GMT) |
fixed mcgs |
July 1, 2020, 23:13 (GMT) |
Outliner: Draw collection color behind icon Rather than coloring the icon itself and drawing a bar to the left, draw a roundbox behind the collection icon. This has the benefit of being small but still easily noticed. Two downsides that need to be addressed: 1. The active collection highlight is not shown. This needs to be refactored anyway for all types because it is not always easy to tell which items are active. 2. Hierarchies are not colored. |
July 1, 2020, 23:02 (GMT) |
Mode Column: Move collection checkbox to mode column To make the hierarchy more clear, draw the collection exclude icons in the left column. While this is nice, it makes the mode toggle column very messy in non-object modes. Will look into that later. |
July 1, 2020, 22:54 (GMT) |
Outliner: Remove data activation columns This column is no longer part of the plan. |
|
|
|


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