Display:
Master Commits
Branch Commits
All Commits
Blender
Git "temp-greasepencil-object-stacksplit" branch commits.
Page: 60 / 137
January 9, 2018, 18:36 (GMT)
WIP: Basic structure for new Color PIcker This operator is enabled using F6.
January 9, 2018, 16:32 (GMT)
Merge branch 'blender2.8' into greasepencil-object
January 9, 2018, 15:41 (GMT)
Merge branch 'blender2.8' into greasepencil-object
January 9, 2018, 07:59 (GMT)
Disable points if disable_fill is enabled
January 8, 2018, 16:28 (GMT)
if disable fill, the colors with fill must be omitted This is done to avoid double borders when fill a previous filled area.
January 8, 2018, 16:23 (GMT)
Use Shift key to fill on back This key override the draw on back option of the panel for the current fill only.
January 8, 2018, 15:43 (GMT)
Fix Fill over filled colors The fill offscreen render never must use the fill to avoid false filled areas.
January 8, 2018, 09:41 (GMT)
Merge branch 'blender2.8' into greasepencil-object Conflicts: release/datafiles/locale release/scripts/addons release/scripts/addons_contrib
January 7, 2018, 21:24 (GMT)
New Weight Smooth operator Operator to smooth the weights of strokes.
January 7, 2018, 19:27 (GMT)
Include Thickness of new Fill Stroke This parameter defines the thickness of the stroke created by fill operator.
January 7, 2018, 19:15 (GMT)
Fix problem with drawing flags
January 7, 2018, 17:09 (GMT)
WIP: More work on fill using new drawing method
January 7, 2018, 16:46 (GMT)
Apply new shader to old draw method (used in modal operators like fill, primitives or interpolate)
January 7, 2018, 16:31 (GMT)
Missing in previous commit
January 7, 2018, 16:22 (GMT)
WIP: Reorganize parameters in old draw mode The list of parameters was too long and it's better pass a struct. This is the first step to use the new shaders with the same functions of Draw manager. This is used in interpolations, filling and primitives while the operator is running.
January 7, 2018, 10:59 (GMT)
New Weight Invert operator This operator invert the weights of the strokes.
January 6, 2018, 19:17 (GMT)
Make weight paint vertices smaller
January 6, 2018, 16:02 (GMT)
UI: Change Simplify Name
January 6, 2018, 13:17 (GMT)
Enable Draw on Back for fill Brushes
January 6, 2018, 09:56 (GMT)
Merge branch 'blender2.8' into greasepencil-object