September 12, 2019, 01:13 (GMT) |
Fix: File browser report popups not showing up Popup would be closed immediately after creating, because of incorrect mouse coordinates stored in window (popup is set to close if mouse is some distance away from it). Completes fix for T69581. |
September 12, 2019, 01:13 (GMT) |
UI: File Browser Large Icon Update Replaces the large icons used in the File Browser with updated versions by Andrzej Ambroz (jendrzych). Differential Revision: https://developer.blender.org/D5698 Reviewed by Brecht Van Lommel |
September 12, 2019, 01:13 (GMT) |
EEVEE: Fix Ambient Occlusion on backfaces N is already the Facing normal! Dummy! |
September 12, 2019, 01:13 (GMT) |
Fix T69548: Sculpt scene spacing breaks when object pivot not at origin Reviewed By: brecht Differential Revision: https://developer.blender.org/D5699 |
September 12, 2019, 01:13 (GMT) |
GPencil: New option to fade not selected objects Before, it was only possible to fade the active object. The new option allows to fade all non gpencil selected object. This is a common request by artists. {F7719513} Reviewers: mendio, pepeland Reviewed By: mendio Differential Revision: https://developer.blender.org/D5704 |
September 12, 2019, 01:13 (GMT) |
Fix node_shader_utils problems with new mapping node Since rBbaaa89a0bc54 we have to access the mapping node differently. This doesnt take actual linkage of the new sockets into account (but this wasnt done for most sockets on the Principled BSDF node either) Also the min/max of the mapping node was removed entirely. It was decided upon removing this from node_shader_utils as well (and replace this by existing access to the Extension parameter of the Texture node). Part of solving T69526. Differential Revision: https://developer.blender.org/D5693 |
September 12, 2019, 01:13 (GMT) |
Fix: File browser errors not reported in the UI This is a partial fix, in that it only brings back the banner reports in the status bar. The popups still don't show up but I need to investigate more. It's really ugly that reports rely on wmWindowManager.winactive, but that's how it is... Partialy fixes T69581. |
September 12, 2019, 01:13 (GMT) |
Cleanup: style, spelling |
September 12, 2019, 01:13 (GMT) |
EEVEE: Fix bump mapping Fix issue in latest patch and assure derivatives calculation is correct on all GPU. |
September 12, 2019, 01:13 (GMT) |
GPencil: Guides: Refactor and add new ISO option + Simplify code, move into own function and run once rather than on every point + Improved snapping when a stroke is between increments + Added ISO grid option for lines specified by Angle under guide settings + Radial snapping mode uses Angle as an offset Differential Revision: https://developer.blender.org/D5668 |
September 12, 2019, 01:13 (GMT) |
Fix T69597: Changing Grease Pencil Layer in Dopesheet unlocks all layers The Dopesheet was unlocked all layers because it was using the same logic used in UI panel, but this was wrong. |
September 12, 2019, 01:13 (GMT) |
Fix: Rename the dimensions property in Noise nodes. The `dimensions` property of the noise nodes has been renamed to `noise_dimensions` because it conflicted with and overwrote the `dimensions` property of the base node. Reviewers: brecht, JacquesLucke Differential Revision: https://developer.blender.org/D5705 |
September 12, 2019, 01:13 (GMT) |
Transformation Constraint: implement a Mix Mode option. Allow selecting how the new location/rotation/scale is combined with the existing transformation. This is most useful for rotation, which has multiple options, and scale, which previously could only replace. |
September 12, 2019, 01:13 (GMT) |
Fix saving images from temp Image Editor failing Steps to reproduce were: * Ensure //Render//->//Display Mode// is //New Window// * F12 * In the opened Image Editor, Alt+S to save the image * Save the image The saving would fail silently. Issue was that wm_handler_op_context() would fail to find the correct area to activate, as the wrong window was active in context. So allow overriding this window and do so when creating the file-select handler. |
September 12, 2019, 01:13 (GMT) |
EEVEE: Shadows: Fix correlation issue between Shadows and Anti-Aliasing To fix this, we just scramble the halton sequence by multiplying by a large prime number. It seems to work fine in practice. We also tried Sobol sequence but it has a less uniform pattern for low number of sample. Fix T68594 Eevee: Soft shadows causing flickering in animation and temporal AA in scenes |
September 12, 2019, 01:13 (GMT) |
EEVEE: Shadows: Fix incorrect shadowing near point lights source |
September 12, 2019, 01:13 (GMT) |
WM: batch rename support for regex groups Optionally use regular expressions for the destination name, allows re-ordering words while renaming. Initial patch by @jmztn with error handling and UI changes. |
September 12, 2019, 01:13 (GMT) |
Fix T68796: stereo side-by-side and pageflip not drawing correctly |
September 12, 2019, 01:13 (GMT) |
EEVEE: Fix tests crashing if file is in edit mode |
September 12, 2019, 01:13 (GMT) |
Fix T69536: Setting dimensions for parented objects fails Parenting/constraints/delta-scaled all caused setting dimensions to fail. Take the difference between the input scale and final scale into account when applying the dimensions. |
|