Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 900 / 5574

February 17, 2020, 23:45 (GMT)
Cleanup: compiler warnings
February 17, 2020, 23:34 (GMT)
Fix T70898: Area.type access fails for topbar & statusbar

Revert change from 5f6c45498c92b91a710a1317f6d41f73fbe83477

Excluding enum items meant Python scripts couldn't access them.

This is no longer needed now Area.ui_type is used for the menu.
February 17, 2020, 22:44 (GMT)
Cycles: Enabled quaternion motion blur with Embree.

Bringing Embree's motion blur closer to Cycles' native blur.
This requries Embree 3.8.0 or newer.

Differential Revision: https://developer.blender.org/D6575
February 17, 2020, 21:50 (GMT)
IC keymap: Use B for Sequencer Blade tool, Ctrl/Cmd-B for Split operator

Also add Q for select tool, as in other editors
February 17, 2020, 21:49 (GMT)
DRW: Fix wrong view transform used in solid mode if using workbench engine
February 17, 2020, 21:42 (GMT)
IC keymap: Fix warnings after recent Cut -> Split name change
February 17, 2020, 21:39 (GMT)
Fix T73793 Walk navigation crosshair gets hidden behind objects

This is a bug that the recent refactor exposed. Some widgets were drawing
with alpha set to 0.
February 17, 2020, 21:20 (GMT)
Fix T73914 Overlay: Unable to select bone in pose mode

It was caused by the bone selection overlay that was delaying the
xray pass. But OVERLAY_pose_draw were never called when doing selection.
February 17, 2020, 20:41 (GMT)
Temp debug prints for liblink tests to check what happens on windows.
February 17, 2020, 20:04 (GMT)
Fix: Alphabeticalize Object Modifiers

Reported by Dalai on the live stream
February 17, 2020, 19:54 (GMT)
Fix T73748 Overlay: Infront disappearing/glitched while in Xray mode
February 17, 2020, 18:37 (GMT)
Overlays: Fixed blending issue when not using smooth wire
February 17, 2020, 18:37 (GMT)
Fix T73876 Overlay: Armature: Pose bones display randomly

Caused by unitialized value.
February 17, 2020, 18:04 (GMT)
MSVC: Fix obscure RNA related build error

When you switch between debug/release mode a lot, you could end up
in a situation where the generated RNA code was out of sync between
the two configurations.

There was one function optionally defined with an `#ifndef NDEBUG`
guard, this patch adds a stub implementation for the other configurations
to prevent build errors.

Differential Revision: https://developer.blender.org/D6855

Reviewers: brecht
February 17, 2020, 17:52 (GMT)
Codesign: Harden check for archive being ready for sign

Seems like sometimes files are being only partially ready, which makes it so there
are unsigned files, failing to deliver fully signed bundle.

Now expected archive file size is stored into stamp file and is checked against
size of the archive file on another side.

There are some bare prints used for debugging, would need to switch it to a proper
logger (or to be removed).
February 17, 2020, 17:44 (GMT)
Embree: avoid potential clashing symbols with external renderer add-ons
Revision 8d60e6f by Ray Molenkamp
February 17, 2020, 17:28 (GMT)
Fix: T73830 OSL not finding stdosl.h on linux

This extends FindOpenShadingLanguage.cmake to also look for the location of
stdosl.h and adds the path to the invocation of oslc to deal with the headers
being in different locations a little better.

Differential Revision: https://developer.blender.org/D6865

Reviewers: brecht
February 17, 2020, 16:33 (GMT)
Fix T71455, T73852, T73860: Transform, Redo doesn't work properly in time editors

The redo panel does not consider the position of the mouse.
So it is not possible to know the direction to redo the operator.

The solution is to add a new `direction` parameter that can be
saved and used for redo.

Differential Revision: https://developer.blender.org/D6852
February 17, 2020, 16:03 (GMT)
Fix T73853: Redo does't work properly with NLA "Move" transform mode

The orientation matrix when re-doing some transform operations was negated.
Thanks @lichtwerk for pointing out the problem.
Revision 4353bc9 by Richard Antalik
February 17, 2020, 15:46 (GMT)
VSE: Fix missed renaming of cut operator

Fix errors introduced by commit rB819af2094b21.

Reviewed By: ISS

Differential Revision: https://developer.blender.org/D6870y
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021