September 25, 2019, 01:45 (GMT) |
Cleanup: MOD_Explode: sanitize face-without-particle case. Systematically reset particle pointer to NULL and use it to detect invalid particle case, instead of checking value of the face's particle index everywhere in a confusing and prone-to-bug way (see T70150 and previous commit). No behavioral change expected here. |
September 25, 2019, 01:45 (GMT) |
UI: Add missing toolbar icons for Sculpt Mode |
September 25, 2019, 01:45 (GMT) |
UI: Use vertical file list for "Recover Auto Save" Pablo and William agreed that the main purpose of the layout should be to list files in a way that it's easy see which files were created/modified when. Previously it was set to "Long List" to show the modification time, now the vertical list is much better suited. The time is shown anyway. |
September 25, 2019, 01:45 (GMT) |
September 25, 2019, 01:45 (GMT) |
Fix T69352: Audio strips don't update when changing `frame_start` Tag depsgraph update as a part of cache invalidation. Author: mdewanchand Reviewed By: ISS Differential Revision: https://developer.blender.org/D5718 |
September 25, 2019, 01:45 (GMT) |
UI: Replace big options button in file browser The big options button in the lower left is now gone, it's replaced by a smaller icon toggle button in the upper right. That means I could also remove code for the region we had just for this button. I also added versioning code for the removal, to make sure the region is removed cleanly when reading old files. |
September 25, 2019, 01:45 (GMT) |
Revert "Modifiers: every modifier now copies mesh settings, fixing texture space issues" This reverts commit e7a514369fe700dcc5a1fe433c8f709ed9595ded, it introduces a bug in selection in edit mode. Fixes T70103: can't select extruded Vertex Ref T64739 |
September 25, 2019, 01:45 (GMT) |
GPencil: Multiframe Show only Edit lines was inverted The flag was working in the oposite mode. Related to T70116 |
September 25, 2019, 01:45 (GMT) |
Mathutils: expose the swing + twist Quaternion decomposition to Python. This decomposition is useful in rigging, and involves a math trick. |
September 25, 2019, 01:45 (GMT) |
GPencil: Apply transformed rotation only if needed If there aren't modifiers or they are not transform type, the rotation is not needed. |
September 25, 2019, 01:45 (GMT) |
UI: Updated Sculpt Simplify tool icon Fits better with the other tool icons. |
September 25, 2019, 01:45 (GMT) |
UI: Move new sculpt mode tools to correct places in toolbar Follows general logic, and are placed next to similar tools. |
September 25, 2019, 01:45 (GMT) |
GPencil: Use evaluated or original data in Sculpt for Multiframe The evaluated frame is only available when the frame is the active one. Related to T70116 |
September 25, 2019, 01:45 (GMT) |
UI: Avoid file browser directory change if path didn't change E.g. entering the file path field and then pressing enter without any change would call an unneccesary directory change, causing flickering. So the main point of this is to avoid flickering. Without this the text field could also be used to refresh the file list, but for that we have a proper button. |
September 25, 2019, 01:45 (GMT) |
VSE: Remove the use of eval in Fades operators Fix security issue introduced in rB2ec025d7be3c Reviewed By: campbellbarton Differential Revision: https://developer.blender.org/D5807 |
September 25, 2019, 01:45 (GMT) |
Fix T69995: Object Drawtype Set To Solid Issues When setting an object draw type to Solid it always used the Material color mode. This change only sets the material color when the viewport is set to display textures. |
September 25, 2019, 01:45 (GMT) |
Fix empty file options region in regular editor This would happen when opening a file browser as regular editor, opening a temporary file browser from there (e.g. Ctrl+O) and cancelling the operation. In some cases this would cause most of the editor to be filled with an empty operator options region: * Go to Shading workspace * File -> Append * Cancel |
September 25, 2019, 01:45 (GMT) |
UI: Incorrect info message after batch rename Differential Revision: https://developer.blender.org/D5744 |
September 25, 2019, 01:45 (GMT) |
Fix paint cursor drawing asserts The new paint cursor (introduced in rBe0c792135adf) mixed 3d and 2d drawing leading to asserts [e.g. when tablet pressure sensitivity was enabled for size, see D5820 also]. We could get away with always drawing in 3D [using vertformat with comp_len 3 / GPU_SHADER_3D_UNIFORM_COLOR / imm_draw_circle_wire_3d], even if in the Image Editor, but this patch clearly separates what is drawn in 3d and what is in 2d. part of T69957 Reviewers: jbakker Differential Revision: https://developer.blender.org/D5836 |
September 25, 2019, 01:45 (GMT) |
Remove redundant file bookmarks region toggle operator For the default keymap we were only using the regular toolshelf operator, doing this for the industry compatible keymap too now (we could even remove it there, we don't use it in other editors). Since we "now" have proper operators for toggling regions, this specific one is totally redundant. |
|