Blender Git Commits

Blender Git "tmp-2.83-cycles-rtx3-kernels" branch commits.

Page: 8 / 13

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
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
July 29, 2020, 08:17 (GMT)
GPencil: Fix unreported missing strokes in interpolation

Sometimes the interpolated stroke was tagged and removed.
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
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
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
July 29, 2020, 08:08 (GMT)
Fix T79272: Dimensions fail on negative scaled axis
July 29, 2020, 08:06 (GMT)
Fix mistake in recent fix for text editor overflow
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).
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
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
July 29, 2020, 08:02 (GMT)
Fix T78358: random crash editing shader nodes with textures
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
July 29, 2020, 07:56 (GMT)
Fix View3D "Mirror" menu, both "Global" and "Local" items are GLOBAL
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.
July 29, 2020, 07:50 (GMT)
Fix T68845: Follow Active Quads, divide by zero error
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021