October 17, 2019, 09:31 (GMT) |
Merge branch 'greasepencil-object' of git.blender.org:blender into greasepencil-object |
October 17, 2019, 09:29 (GMT) |
GPencil: Fix guides after recent refactor There is still an issue with the start of very fast strokes that needs solving. |
October 17, 2019, 09:21 (GMT) |
Merge branch 'master' into greasepencil-object |
October 16, 2019, 20:00 (GMT) |
Merge branch 'master' into greasepencil-object |
October 16, 2019, 16:33 (GMT) |
GPencil: Don't apply smooth to position for guides |
October 16, 2019, 16:07 (GMT) |
GPencil: Disable Arc fake points for guides WIP: Need points for fast circles. |
October 16, 2019, 14:40 (GMT) |
Merge branch 'master' into greasepencil-object |
October 16, 2019, 14:32 (GMT) |
GPencil: Remove Smart Smooth Brush parameter This parameter is not required because a value of 0.15 is working fine in any OS (this parameter was added to UI to make test of different values). |
October 16, 2019, 08:34 (GMT) |
Merge branch 'master' into greasepencil-object |
October 15, 2019, 14:43 (GMT) |
Merge branch 'master' into greasepencil-object |
October 15, 2019, 13:50 (GMT) |
GPencil: Don't calculate arc if the angle is too sharp This occurs when the stroke change of direction abruptly. |
October 15, 2019, 12:04 (GMT) |
GPencil: More tweaks to brush settings |
October 15, 2019, 11:18 (GMT) |
GPencil: Don't generate fake point when using Stabilize mode This mode is not compatible with fake points. |
October 15, 2019, 10:48 (GMT) |
Merge branch 'master' into greasepencil-object |
October 15, 2019, 10:47 (GMT) |
GPencil: Redesign input samples management Now, instead to generate fake events in a linear interpolation and try to smooth the line later, an arc is created between the points and try to reproduce the ballistic trajectory of the mouse/pen. This gets better results and especially when the mouse moves very fast getting a more organic result. Also, the input samples maximum has been changed to 15. Note: Still we need to test DOT materials to define if the samples are getting good result of we must make more dense the number of points for these materials. |
October 14, 2019, 15:07 (GMT) |
GPencil: More tweaks to arc function |
October 14, 2019, 14:26 (GMT) |
GPencil: Fix error in previous commit with interpolate factor |
October 14, 2019, 13:58 (GMT) |
Merge branch 'master' into greasepencil-object |
October 14, 2019, 13:39 (GMT) |
GPencil: Interpolate pressure and strength for arc points |
October 14, 2019, 11:44 (GMT) |
|