March 6, 2020, 00:33 (GMT) |
GPencil: Modifier: Simplify: Fix modifier distance and length property feel This reduce the rate of increase and unlock the range of the props. |
March 6, 2020, 00:18 (GMT) |
GPencil: Modifier: Fix smooth factor range |
March 6, 2020, 00:04 (GMT) |
GPencil: Modifier: Noise: Replace Full Stroke option by Noise Scale This means the noise can ba scaled along the strokes to create more varied effects. |
March 5, 2020, 23:10 (GMT) |
GPencil: Fix potential out of bound read in Noise modifier |
March 5, 2020, 23:01 (GMT) |
GPencil: Modifier: Use unique seed for each stroke for Noise modifier This is needed to avoid the repeating pattern accross duplicated strokes. |
March 5, 2020, 22:49 (GMT) |
GPencil: Modifier: Cleanup Multiple Stroke modifier UI & code - Reverse Opacity influence. - Use BLI_listbase function to merge list (fixing a memleak) - Some minor codestyle changes |
March 5, 2020, 22:24 (GMT) |
March 5, 2020, 20:59 (GMT) |
Merge branch 'master' into greasepencil-object Conflicts: source/blender/blenkernel/intern/object.c |
March 5, 2020, 18:31 (GMT) |
GPencil: Remove double curve initialization |
March 5, 2020, 18:02 (GMT) |
GPencil: Change Default values and Curve for Noise modifier. |
March 5, 2020, 17:29 (GMT) |
GPencil: Modifier: Rework Array modifier's RNG for better random variation Use a mix of low decrepency sequence with a special sin rand function to avoid repeating patterns. This should suffice in most cases |
March 5, 2020, 17:09 (GMT) |
GPencil: Fix missing Noise curve for old files |
March 5, 2020, 17:04 (GMT) |
GPencil: Add Object name to Array and Noise seed generation |
March 5, 2020, 17:02 (GMT) |
GPencil: Fix missing factor adjustment in previous commit |
March 5, 2020, 16:58 (GMT) |
GPencil: Divide old Noise factor to adapt to new logic The old values were too high. |
March 5, 2020, 16:42 (GMT) |
GPencil: Fix missing break in switch case |
March 5, 2020, 16:40 (GMT) |
GPencil: Fix rebase error |
March 5, 2020, 16:35 (GMT) |
GPencil: Modifier: Improve UI of offset modifier |
March 5, 2020, 16:35 (GMT) |
GPencil: Modifier: Change Noise Modifier behavior - Noise is applied using a different factor for each property. - Move Extremes is replaced by a custom curve profile - Each modifier will create a different result, making stacking possible. - The result of the position noise will not make the stroke curl. - Noise default instensity has been tweaked for every property type. |
March 5, 2020, 16:30 (GMT) |
GPencil: More changes to Array randomness Now the random does not use an array of random values. |
|