August 5, 2020, 07:27 (GMT) |
Versionbump: v2.83.5-beta |
August 5, 2020, 06:00 (GMT) |
Versionbump: v2.83.4-release |
August 4, 2020, 15:30 (GMT) |
Fix buildbot macOS packaging error after recent changes |
August 4, 2020, 14:59 (GMT) |
Fix buildbot packaging error after recent changes |
August 4, 2020, 14:21 (GMT) |
Buildbot: make code signing of packages optional with --codesign parameter This is in preparation of doing builds per commit that will not be code signed. Ref D8438 Differential Revision: https://developer.blender.org/D8451 |
Revision d5809b3 by Richard Antalik / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels) July 29, 2020, 08:18 (GMT) |
Fix T78999: Crash when adjusting sequencer property Sequencer was not initialized yet, and RNA update function tried to clean up cache. Reviewed By: brecht Differential Revision: https://developer.blender.org/D8323 |
Revision 573972f by Antonio Vazquez / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels) July 29, 2020, 08:17 (GMT) |
GPencil: Fix unreported missing strokes in interpolation Sometimes the interpolated stroke was tagged and removed. |
Revision 53b98de by Sergey Sharybin / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels) July 29, 2020, 08:12 (GMT) |
Fix T78867: Crash related to viewing video files Any time FFmpeg was used to get a picture Blender would crash when FFmpeg 4.3 is used. This affects thumbnails, VSE, Clip Editor. Caused by a bug in FFmpeg which lead to crashes when unaligned buffer was passed to sws_scale(). It got fixed later on in FFmpeg, but for portability and compatibility reasons still nice to avoid crash, especially since it's not so difficult to do. FFmpeg ticked number is #8747 The FFmpeg Git hash with the fix: ba3e771a42c2 Differential Revision: https://developer.blender.org/D8355 |
Revision 650cceb by Philipp Oeser / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels) July 29, 2020, 08:10 (GMT) |
Fix T79264: Mantaflow Field weights cannot be animated rna_EffectorWeight_path() needs to point to "domain_settings" (instead of "settings"), was a missing change when switching the FluidModifier to mantaflow. Maniphest Tasks: T79264 Differential Revision: https://developer.blender.org/D8398 |
Revision f1f8ac3 by Philipp Oeser / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels) July 29, 2020, 08:08 (GMT) |
Fix T79031: Batch Generate-Previews doesn't work anymore Caused by rB19785b96c43f. Maniphest Tasks: T79031 Differential Revision: https://developer.blender.org/D8400 |
Revision 38aa78c by Campbell Barton / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels) July 29, 2020, 08:08 (GMT) |
Fix T79272: Dimensions fail on negative scaled axis |
Revision 46c3ef5 by Campbell Barton / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels) July 29, 2020, 08:06 (GMT) |
Fix mistake in recent fix for text editor overflow |
Revision 9a4d51c by Dalai Felinto / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels) July 29, 2020, 08:05 (GMT) |
Fix T77609: Scale to Fit Text Box fails when text is too narrow Caused by error in fix for T75965 (83d9ba341e5a). |
Revision 322c67c by Richard Antalik / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels) July 29, 2020, 08:04 (GMT) |
Fix T77669: Copy-pasting strip twice crashes Blender In rBeaee2b411935 I removed BKE_sequencer_base_clipboard_pointers_store from paste function, because I wanted pasted strip to always reference copied strip, not recently pasted one. This worked well with ordinary strips, but not if they reference ID. Add back BKE_sequencer_base_clipboard_pointers_store call. I thought that always referencing original strip would be more correct approach, but it doesn't matter now. Referencing recently pasted seems to be cleanest way to do this. Reviewed By: brecht Differential Revision: https://developer.blender.org/D8129 |
Revision 3058bf0 by Richard Antalik / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels) July 29, 2020, 08:03 (GMT) |
Fix T78837: Prefetching can corrupt .blend files This happened because of typo in seq_dupli() when duplicating effect data. Instead of duplicating data to new sequence, it was duplicated into original. Reviewed By: sergey Differential Revision: https://developer.blender.org/D8295 |
Revision c8d0a61 by Brecht Van Lommel / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels) July 29, 2020, 08:02 (GMT) |
Fix T78358: random crash editing shader nodes with textures |
Revision 3f23de9 by Sybren A. Stüvel / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels) July 29, 2020, 08:00 (GMT) |
Fix T78920: missing depsgraph relation when using sound strips in VSE Having a sound strip in the VSE caused a missing relation error to be logged on the console. This was caused by the AUDIO depsgraph component not having an entry node. This commits adds that node, and sets up relations correctly. Differential Revision: https://developer.blender.org/D8290 Reviewed By: Sergey |
Revision bf92d26 by Yevgeny Makarov / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels) July 29, 2020, 07:56 (GMT) |
Fix View3D "Mirror" menu, both "Global" and "Local" items are GLOBAL |
Revision de3e797 by Campbell Barton / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels) July 29, 2020, 07:53 (GMT) |
Fix T78636: Crash displaying many aligned buttons Displaying user preferences search crashed on macOS when the search contained a common character such as 'E'. This caused alignment to 'alloca' too much memory. Replace with a heap allocation fallback. |
Revision 5c806a2 by Campbell Barton / Jeroen Bakker (blender-v2.83-release, tmp-2.83-cycles-rtx3-kernels) July 29, 2020, 07:50 (GMT) |
Fix T68845: Follow Active Quads, divide by zero error |
|