Revision a450bf3 by Brecht Van Lommel February 17, 2020, 23:45 (GMT) |
Cleanup: compiler warnings |
Revision 52a4752 by Campbell Barton 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. |
Revision f5740ec by Stefan Werner 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 |
Revision 435476c by William Reynish 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 |
Revision cc296ef by Clément Foucault February 17, 2020, 21:49 (GMT) |
DRW: Fix wrong view transform used in solid mode if using workbench engine |
Revision d38dfbd by William Reynish February 17, 2020, 21:42 (GMT) |
IC keymap: Fix warnings after recent Cut -> Split name change |
Revision b117b8e by Clément Foucault 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. |
Revision 9491e7d by Clément Foucault 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. |
Revision a5ac142 by Bastien Montagne February 17, 2020, 20:41 (GMT) |
Temp debug prints for liblink tests to check what happens on windows. |
Revision ff1d307 by Aaron Carlisle February 17, 2020, 20:04 (GMT) |
Fix: Alphabeticalize Object Modifiers Reported by Dalai on the live stream |
Revision 00227ed by Clément Foucault February 17, 2020, 19:54 (GMT) |
Fix T73748 Overlay: Infront disappearing/glitched while in Xray mode |
Revision a661ef4 by Clément Foucault February 17, 2020, 18:37 (GMT) |
Overlays: Fixed blending issue when not using smooth wire |
Revision f78c407 by Clément Foucault February 17, 2020, 18:37 (GMT) |
Revision 5f3b898 by Ray molenkamp 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 |
Revision 37cdfac by Sergey Sharybin 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). |
Revision 42ff69d by Brecht Van Lommel 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 |
Revision a33b261 by Germano Cavalcante 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 |
Revision 847bb4c by Germano Cavalcante 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 |
|