Blender Git Loki

Blender Git "greasepencil-refactor" branch commits.

Page: 192 / 287

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
February 28, 2018, 17:34 (GMT)
Fix missing line after merge
February 28, 2018, 17:28 (GMT)
Merge branch 'blender2.8' into greasepencil-object

Conflicts:
source/blender/blenkernel/intern/scene.c
source/blender/editors/object/object_select.c
February 28, 2018, 17:22 (GMT)
Add new Brush Eraser icon

This is part of the new eraser brush.

Design by Matias Mendiola
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021