September 25, 2019, 01:45 (GMT) |
September 25, 2019, 01:45 (GMT) |
GPencil: Remove Sculpt rotation effect for multiframe sculpt As multiframe does not use modifiers, this is not required and only gets weird results. Related to T70116 |
September 25, 2019, 01:45 (GMT) |
GPencil: Performance improvement for Multiframe and Onion Skin Before when Onion or Multiframe was enabled the VBO length was the total of points on the object for all frames and this results in a big size when the scene had a lot of frames. Now, the size of VBO length is calculated more precisely and reduce the time to alloc the VBO.This also reduce memory footprint. |
September 25, 2019, 01:45 (GMT) |
Cleanup: Fix comment mistake |
September 25, 2019, 01:45 (GMT) |
Fix T70150: Explode modifier crashes with empty vertex group. There?s be a lot to say about that explode modifier code, for now just follow other places in code... But the handling of 'invalid'/'unkown' particle case is... quiet confusing to say the least. |
September 25, 2019, 01:45 (GMT) |
Cleanup: extra semicolon, comma warnings |
September 25, 2019, 01:45 (GMT) |
Cleanup: unused headers in editors |
September 25, 2019, 01:45 (GMT) |
Cleanup: MOD_explode: Sanitize code some more. This happens to be a non-behavioral change, but previous code here was *very* confusing, and only ended up generating expected results by mere chance (since `facepa[i]` == `totpart` in case the face has no (valid) particle, i.e. `pa == NULL`)... |
September 25, 2019, 01:45 (GMT) |
Fix T70109: Crash with the Data Transfer Modifier (with any 'Edge Data' option) The BVHTree was erroneously marked as not cached. |
September 25, 2019, 01:45 (GMT) |
Fix build error in debug build on macOS NDEBUG is the standard define, not DEBUG. |
September 25, 2019, 01:45 (GMT) |
GPencil: Fix missing last point when sculpt in Multiframe This was a mistake when fixed the problem with multiframe sculpt. I missed change the index and use active point in the check. |
September 25, 2019, 01:45 (GMT) |
GPencil: Copy temp color in multiframe As the evaluated data is not calculated in multiframe, needs to have the original colors. Related to T70116 |
September 25, 2019, 01:45 (GMT) |
GPencil: Use Object location instead of 3D cursor for Grab Brush Instead to use the 3D cursor as reference point (legacy code), it would be better use the object location. Tested by: @pepeland |
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 |
|