Blender Git Commits

Blender Git "soc-2019-npr" branch commits.

Page: 131 / 226

March 2, 2018, 15:57 (GMT)
Cleanup previous commit

Make more compact the code
March 2, 2018, 15:53 (GMT)
Hide Draw cursor when Eraser is enabled

If the eraser is enabled, the little color dot used as cursor for drawing must be hidden and replaced by dash line circle cursor only.
March 2, 2018, 15:41 (GMT)
Remove duplicate line

This line had to be removed in a previous commit.
March 2, 2018, 15:00 (GMT)
Merge branch 'blender2.8' into greasepencil-object
March 2, 2018, 14:53 (GMT)
Fix again grease pencil modes after merge
March 2, 2018, 13:15 (GMT)
Small change to capture algorithm
March 2, 2018, 10:39 (GMT)
Adapt code after merge

THe code was moved to new module
March 2, 2018, 10:29 (GMT)
Merge branch 'blender2.8' into greasepencil-object

Conflicts:
source/blender/editors/object/object_edit.c
source/blender/editors/object/object_select.c
March 2, 2018, 10:26 (GMT)
Tweak missing event algorithm for extreme zoom

Due int number limitations, when the zoom factor is extreme, the points are captured with gaps. This change try to minimize this effect, but it's impossible to solve this issue completely.

The problem is the mouse position is always defined by a pair of int number, so the maximum precision is limited to that, so when project the point in 3D space, there are small precission erros.
March 1, 2018, 18:02 (GMT)
Cleanup: macro's w/ an _END need a matching _BEGIN
March 1, 2018, 17:44 (GMT)
Merge branch 'blender2.8' into greasepencil-object
March 1, 2018, 17:43 (GMT)
Cleanup more compiler warnings
March 1, 2018, 16:30 (GMT)
Cleanup: Silent multiple compiler warnings
March 1, 2018, 15:47 (GMT)
Cleanup variable initialization
March 1, 2018, 15:31 (GMT)
Cleanup comment mistake
March 1, 2018, 15:30 (GMT)
Fast mouse event capture afected by zoom factor

Before, the number of points was not equal at different zoom levels.

To get this work, the pixel size is calculated and the distance is relative to 30% of the brush thickness multiplied by the number of samples.

The number of samples has been reduced too, because the new method doesn't need big values.
March 1, 2018, 13:50 (GMT)
Fix blenderplayer (tm)
March 1, 2018, 10:32 (GMT)
Merge branch 'blender2.8' into greasepencil-object
February 28, 2018, 19:03 (GMT)
Fix grease pencil mode problems after merge
February 28, 2018, 18:05 (GMT)
More merge fixes
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021