Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 806 / 5574

April 27, 2020, 19:01 (GMT)
Merge remote-tracking branch 'origin/blender-v2.83-release'
April 27, 2020, 19:00 (GMT)
Cleanup: Fix warning about initialization order with MSVC
April 27, 2020, 18:06 (GMT)
Merge branch 'blender-v2.83-release'
April 27, 2020, 18:05 (GMT)
Workbench: Fix weight paint overlay and wireframe for infront object

This fix case where you have wireframe on top of infront objects but
workbench AA conflicts and they appear to not be occluded.

Also T74923 is still fixed but we extend the fix to not mess the case when
using a mode that does not support infront.
April 27, 2020, 16:32 (GMT)
Merge branch 'blender-v2.83-release'
Revision af876b1 by rakk / Philipp Oeser
April 27, 2020, 16:27 (GMT)
Fix T75519: Graph editor tooltips give false impression of the toggle state

It is just a quick fix for the tooltips in the graph editor, it replaces:
- "F-curve modifiers are disabled" with "Enable F-Curve modifiers"
- "F-curve is visible in graph editor for editing" with "F-Curve visibility in Graph Editor".

Reviewed By: billreynish

Maniphest Tasks: T75519

Differential Revision: https://developer.blender.org/D7387
April 27, 2020, 16:15 (GMT)
Merge branch 'blender-v2.83-release'
April 27, 2020, 16:04 (GMT)
Fix T74700: "Convert Text to Curve" disregards "Text on Curve"

There was an assert here as well since using the original object to read
from was having an empty runtime curve cache.

Now use BKE_vfont_to_curve_ex instead of BKE_vfont_to_curve, so we can
read from the evaluated object and write to the original curves in order
to have the modified data taken into account on next object evaluation.
(BKE_vfont_to_curve would read and write to/from the same object)

Final solution provided by @sergey in that report, thx!
April 27, 2020, 15:09 (GMT)
Merge branch 'blender-v2.83-release'
April 27, 2020, 15:07 (GMT)
Fix T75398: Redo with Shift R always uses the previous pivot center

Overwriting the pivot center was an attempt to fix T71455.
The solution now is to save the direction in the "mirror" property.
April 27, 2020, 15:07 (GMT)
Cleanup: Use common utility to get direction for TIME_EXTEND
Revision b0f207d by Julian Eisel
April 27, 2020, 15:01 (GMT)
UI: (Internal) utility for more controllable property split layout

Adds a wrapper-struct to create and return the three layouts required
for the propery split layout (i.e. `UILayout.use_property_split`). This
gives more flexibility for special treatment.
E.g. needed for adding the arrow icon buttons when there is a hierarchy
of nodes to be represented in the material properties (needs inserting
in the text column to not offset the split layout).

This commit also makes use of the utility for
`uiItemL_respect_property_split()`.
April 27, 2020, 14:57 (GMT)
Merge branch 'blender-v2.83-release'
April 27, 2020, 14:55 (GMT)
Cleanup: clang format

missed in rB4fd005fefb01.
April 27, 2020, 14:46 (GMT)
Merge branch 'blender-v2.83-release'
April 27, 2020, 14:40 (GMT)
Fix T76131: Crash combing Hair using Python

Caused by rBe82827bf6ed5.

DRW_draw_depth_object calls DRW_mesh_batch_cache_create_requested with
NULL scene, but that is accessed later on...

Scene is actually available, so pass that around.

Maniphest Tasks: T76131

Differential Revision: https://developer.blender.org/D7540
Revision 6842958 by Julian Eisel
April 27, 2020, 14:38 (GMT)
UI: Add (internal) option to use property splitting for label-less items

Usually items without labels don't use the property split layout and
just use the full layout width. In some cases that is not wanted because
it looks odd if single items within the split layout use the full width.
The option is unused but would be needed for adding decorators to the
material properties.
April 27, 2020, 14:26 (GMT)
Merge branch 'blender-v2.83-release'
April 27, 2020, 14:18 (GMT)
Fix T76111: UV editor's View Selected not working in multiobject editing

Seems like this was left out when UV operators were converted to multi-
object-editing, ref T54645.

Maniphest Tasks: T76111, T54645

Differential Revision: https://developer.blender.org/D7537
April 27, 2020, 14:13 (GMT)
Merge branch 'blender-v2.83-release'
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021