Display:
Master Commits
Branch Commits
All Commits
Blender
Git "experimental_gp_weight" branch commits.
Page: 89 / 122
July 18, 2017, 08:50 (GMT)
Support several palettes in Tint modifier When create a new set of color, support to have several colors with the same name in different palettes
July 18, 2017, 08:20 (GMT)
Fix
T52100 : Buffer stroke is not visible if paint over fill
If paint a stroke over a fill area, the drawing stroke was not visible while drawing and only when finish the stroke.
The drawing pass was mixing the with mix pass and now reuse the stroke mix. This solve the problem and increase the drawing speed because only one mix pass is necessary
July 18, 2017, 07:45 (GMT)
Change Name of new modifiers If use the prefix GP_, the name is not visible if the panel is narrow
July 17, 2017, 18:40 (GMT)
New Tint modifier This modifier allows to tint with a color all strokes and create a new set of colors when apply the modifier
July 17, 2017, 14:04 (GMT)
Cleanup: Fix comment
July 17, 2017, 11:45 (GMT)
Merge branch 'blender2.8' into greasepencil-object
July 17, 2017, 11:38 (GMT)
Fix line removed by error The cache must be checked
July 17, 2017, 11:20 (GMT)
Fix problem when check spacetype
July 17, 2017, 11:08 (GMT)
Fix error with fill and modifiers The modifiers must be evaluated before to affect stroke and fill
July 17, 2017, 10:26 (GMT)
Apply smooth to subdivision modifier
July 17, 2017, 10:05 (GMT)
WIP: More work on modifiers Add new modifier for thickness and reorganize code
July 16, 2017, 16:54 (GMT)
Fix modifier update when change mode
July 16, 2017, 15:40 (GMT)
New subdivide stroke modifier This modifier add intermediary points to stroke to get more control points for other modifiers as Noise. This is not a subsurf modifier. This will be a different one.
July 16, 2017, 15:27 (GMT)
Refresh cache when modifiers are changed The draw cache must be set as dirty after move up/down or remove modifier
July 16, 2017, 13:48 (GMT)
Cleanup: Replace by standard function
July 16, 2017, 13:32 (GMT)
Cleanup: Remove unused define
July 16, 2017, 11:24 (GMT)
More changes to noise modifier Apply more changes and add support functions for apply, remove, etc.
July 15, 2017, 17:46 (GMT)
WIP: First modifier for grease pencil
July 15, 2017, 09:29 (GMT)
Proof of concept to duplicate stroke
July 14, 2017, 18:41 (GMT)
Merge branch 'blender2.8' into greasepencil-object