Revision 03b911d by Nathan Craddock May 2, 2020, 04:12 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision e590199 by Nathan Craddock May 2, 2020, 04:10 (GMT) |
Revert "Outliner: Fix selection sync for various operators" This reverts commit 92d62148bed1cf68ed674b4a9c6ba6440a697ca8. When merging in from blender-v2.83-release the merge was somehow rebased after viewing the log. |
Revision 92d6214 by Nathan Craddock May 2, 2020, 03:42 (GMT) |
Outliner: Fix selection sync for various operators Add missing outliner selection sync tagging for various non-outliner operators. * Curve separate * Grease Pencil separate * Mesh separate * Make instances real * 3D view paste * Sequencer paste * Armature delete, dissolve, separate, duplicate, subdivide, extrude, click extrude, primitive add * Pose Group select, delete Resolves T71404 |
Revision c06a400 by Nathan Craddock May 2, 2020, 03:13 (GMT) |
Outliner: Fix selection sync for various operators Add missing outliner selection sync tagging for various non-outliner operators. * Curve separate * Grease Pencil separate * Mesh separate * Make instances real * 3D view paste * Sequencer paste * Armature delete, dissolve, separate, duplicate, subdivide, extrude, click extrude, primitive add * Pose Group select, delete Resolves T71404 |
Revision 83304e4 by Brecht Van Lommel May 1, 2020, 21:55 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision 7212dbd by Hans Goudey May 1, 2020, 21:49 (GMT) |
Fix T76062: Interpolate Radius in Curve Subdivide Special Case Differential Revision: https://developer.blender.org/D7523 |
Revision bba11c6 by Brecht Van Lommel May 1, 2020, 21:42 (GMT) |
Fix T75995: Cycles render artifacts with overlapping volumes This is a workaround, but a proper solution requires significant changes to ray intersection in the kernel. |
Revision 447a7f5 by Brecht Van Lommel May 1, 2020, 21:10 (GMT) |
Fix T76309: changing AOV type does not update compositor socket |
Revision 433eaff by Brecht Van Lommel May 1, 2020, 20:59 (GMT) |
Fix some LLVM symbols outside of the llvm namespace being public on Linux This may help with T68052, crashes with Intel NEO OpenCL driver. |
Revision 805a78e by Brecht Van Lommel May 1, 2020, 20:58 (GMT) |
Cleanup: compiler warning with clang 10 |
Revision 0683937 by Germano Cavalcante May 1, 2020, 20:41 (GMT) |
Transform: Allow orientation change with custom matrix in modal |
May 1, 2020, 20:03 (GMT) |
Revision 87602d8 by Richard Antalik May 1, 2020, 19:28 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision 98990f6 by Richard Antalik May 1, 2020, 19:22 (GMT) |
Fix T76033: VSE crash with prefetch, disk cache and meta strips `BKE_sequencer_prefetch_get_original_sequence()` didn't look in metas and returned NULL. This caused crash in disk cache that was trying to read seq->name. Add function that will look in meta strips recursively and condition that seq must not be NULL. Reviewed By: brecht Maniphest Tasks: T76033 Differential Revision: https://developer.blender.org/D7597 |
Revision b52b5e1 by Nathan Craddock May 1, 2020, 19:01 (GMT) |
Outliner: Fix selection extend not toggling An unintentional side-effect of rBfe7528ee919b was that when extend-selecting a selected element in the outliner, it would be deselected and activated rather than selected and activated. This commit restores the expected toggling behavior. Consistent behavior for extend-selecting child datablocks is not resolvable without a much larger cleanup of the outliner select functions. |
Revision 9ca78c9 by Harley Acheson May 1, 2020, 17:30 (GMT) |
Fix for T76281: Engine Info Overlay Formatting Allow render engine info to display correctly among other text overlays and scene statistics. Differential Revision: https://developer.blender.org/D7586 Reviewed by Brecht Van Lommel |
Revision eddddce by Antonio Vazquez May 1, 2020, 17:17 (GMT) |
Merge branch 'blender-v2.83-release' |
Revision 7166384 by Antonio Vazquez May 1, 2020, 17:17 (GMT) |
GPencil: Fix unreported noise using Market Chisel pen The interpolated points recalculated the angle again and this added noise. The angle must not be calculated and must use the previous thickness. |
Revision 57d1db2 by Sybren A. Stüvel May 1, 2020, 15:37 (GMT) |
Cleanup: Animation, refactored FCurve interpolation Early returns are used to heavily reduce code indentation and clean up some code flow. No functional changes. |
Revision 5b6ee80 by Sybren A. Stüvel May 1, 2020, 15:37 (GMT) |
Cleanup: Animation, split FCurve interpolation into separate function |
|
|
|


Master Commits
MiikaHweb | 2003-2021