Blender Git Commits
March 4, 2021, 18:06 (GMT) |
Merge branch 'master' into temp-gpencil-autokey |
March 3, 2021, 10:18 (GMT) |
Merge branch 'master' into temp-gpencil-autokey |
March 1, 2021, 15:39 (GMT) |
Merge branch 'master' into temp-gpencil-autokey |
March 1, 2021, 10:10 (GMT) |
Merge branch 'master' into temp-gpencil-autokey |
March 1, 2021, 07:46 (GMT) |
Fix T85886: Rotate Tool and Adjust Last Operation - angles inverted The constraint was not set when redoing. This commit also removes `postInputRotation`. I really couldn't see a use for it. |
March 1, 2021, 07:46 (GMT) |
GPencil: Fix bug for Fill |
March 1, 2021, 07:46 (GMT) |
Fix T85948 Exact boolean crash with some nonplanar ngons. Triangulating ngons could fail with the method that was being used: projecting along the dominant normal axis and then using CDT. It could fail if the ngon has self crossings or might be so after the described projection. Switched to using projection along the normal itself, and also to using polyfill which produces some kind of triangulation no matter what in such circumstances. This will also likely be faster if there are a lot of ngons in the meshes, since the exact arithmetic CDT was being used before, and now float arithmetic is used. |
February 27, 2021, 15:55 (GMT) |
GPencil: Enable Autokey in 2D template |
February 27, 2021, 15:50 (GMT) |
GPencil: Implement Autokey in Edit mode |
February 27, 2021, 15:44 (GMT) |
GPencil: Implement Autokey button in Sculpt mode |
February 27, 2021, 15:28 (GMT) |
GPencil: Implement Autokey button for Draw mode |