September 25, 2019, 01:45 (GMT) |
Cleanup: quote use |
September 25, 2019, 01:45 (GMT) |
Fix T69593: Color strip won't update Reviewed By: JacquesLucke Differential Revision: https://developer.blender.org/D5803 |
September 25, 2019, 01:45 (GMT) |
Sequencer: correct fcurve map usage |
September 25, 2019, 01:45 (GMT) |
Fix T69564: Empty fcurve prevents waveform drawing Add check if fcurve is empty to skip fcurve evaluation. Reviewed By: JacquesLucke Differential Revision: https://developer.blender.org/D5805 |
September 25, 2019, 01:45 (GMT) |
September 25, 2019, 01:45 (GMT) |
GPencil: Rename function |
September 25, 2019, 01:45 (GMT) |
GPencil: Fix unreported select not working in multiframe mode The selection was not working because the evaluated frame was only working for active frame, so when the evaluation was changed to use eval data instead of original data, the data was not available and the loop did not use it. Related to T70116 |
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 |
|