Blender Git Commits

Blender Git commits from all branches.

Page: 767 / 2888

July 29, 2020, 09:56 (GMT)
LineArt: Angle splitting using deg instead of rad.
July 29, 2020, 08:54 (GMT)
LineArt: Allow applying of the modifier.
July 29, 2020, 08:39 (GMT)
Merge branch 'master' into lanpr-under-gp
July 29, 2020, 08:38 (GMT)
Merge branch 'master' into greasepencil-object
July 29, 2020, 08:38 (GMT)
Merge branch 'master' into greasepencil-edit-curve
July 29, 2020, 08:33 (GMT)
GPencil: Add SVG exporter version string



July 29, 2020, 08:23 (GMT)
GPencil: Change to SVG 1.1 version
July 29, 2020, 08:20 (GMT)
GPencil: reorganize code to make it more C++ish
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:01 (GMT)
LineArt: Internal angle splitting function.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021