Display:
Master Commits
Branch Commits
All Commits
Blender
Git "temp-greasepencil-vfx" branch commits.
Page: 51 / 145
February 28, 2018, 13:18 (GMT)
Cleanup: Remove typo error Thanks to Nikola Ivanov for catch the error.
February 28, 2018, 09:38 (GMT)
Cleanup: Make function static
February 28, 2018, 09:28 (GMT)
New Draw mode "Boxes" This draw rectangles instead of Dots and allow new artistic effects.
February 28, 2018, 09:14 (GMT)
Fixes after merge
February 28, 2018, 09:05 (GMT)
Merge branch 'blender2.8' into greasepencil-object Conflicts: source/blender/draw/intern/DRW_render.h source/blender/draw/intern/draw_manager.c
February 27, 2018, 16:12 (GMT)
More tweaks to samples algorithm
February 27, 2018, 16:00 (GMT)
Merge branch 'blender2.8' into greasepencil-object
February 27, 2018, 15:59 (GMT)
Minor changes to Input Samples algorithm Now the number of slices is rounded using a ceiling value.
February 27, 2018, 11:05 (GMT)
Merge branch 'blender2.8' into greasepencil-object
February 27, 2018, 10:47 (GMT)
Fix infinite loop if color is missing Usually, this never happens, but if any color is missing, needed to add to hash to avoid the creation of duplicate materials.
February 27, 2018, 08:53 (GMT)
Fix wrong interpolation for fake events The distribution was not even and it was slightly moved because it was not necessary to copy point between segments.
February 26, 2018, 21:11 (GMT)
Merge branch 'blender2.8' into greasepencil-object
February 26, 2018, 18:37 (GMT)
Merge branch 'blender2.8' into greasepencil-object
February 26, 2018, 18:34 (GMT)
Invert Input Samples value In order to keep UI consistency, the value now it's inverted. Bigger values, means more precission. A value of Zero means, no additional sampling.
February 26, 2018, 17:38 (GMT)
Generate missing mouse event When the artist moves very fast the mouse, there are event that are not captured due hardware limitations, so need to interpolate the position and generate the missing control points in the stroke.
February 26, 2018, 13:54 (GMT)
Fix Monkey stroke scale This was missing when Pixfactor was changed
February 25, 2018, 18:24 (GMT)
Use Onion colors for Textured strokes Before, if the stroke was textured, the onion frames were not using the assigned for prev and next frames in the onion skin panel.
February 25, 2018, 16:02 (GMT)
Merge branch 'blender2.8' into greasepencil-object
February 25, 2018, 15:54 (GMT)
February 25, 2018, 10:40 (GMT)
Cleanup: Fix stupid typo error in previous commit