Blender Git Statistics -> Branches -> temp-gpencil-autokey

"Temp-gpencil-autokey" branch

Total commits : 11
Total committers : 3
First Commit : February 27, 2021
Latest Commit : March 4, 2021


Commits by Date

DateNumber of Commits
March 4, 20211
March 3, 20211
March 2, 20210
March 1, 20215
February 28, 20210
February 27, 20214

Committers

AuthorNumber of Commits
Antonio Vazquez9
Germano Cavalcante1
Howard Trickey1

Popular Files

FilenameTotal Edits
gpencil_fill.c2
transform_mode.c1
gpencil_primitive.c1
transform_mode.h1
transform_mode_bend.c1
transform_mode_edge_rotate_normal.c1
transform_mode_rotate.c1
__init__.py1
gpencil_sculpt_paint.c1
mesh_boolean.cc1

Latest commits Feed

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


MiikaHweb - Blender Git Statistics v1.06
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021