Display:
Master Commits
Branch Commits
All Commits
Blender
Git "temp-greasepencil-object-stacksplit" branch commits.
Page: 105 / 137
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
July 13, 2017, 16:06 (GMT)
Merge branch 'blender2.8' into greasepencil-object
July 13, 2017, 16:03 (GMT)
Merge branch 'blender2.8' into greasepencil-object
July 13, 2017, 15:25 (GMT)
Merge branch 'blender2.8' into greasepencil-object
July 13, 2017, 14:46 (GMT)
Merge branch 'blender2.8' into greasepencil-object
July 13, 2017, 09:34 (GMT)
Merge branch 'blender2.8' into greasepencil-object
July 13, 2017, 09:33 (GMT)
Remember last Palette used When select a GP Object, the last palette used for drawing is selected. The palette only is selected if one stroke was drawn with this palette.
July 13, 2017, 08:59 (GMT)
Cleanup: Replace by generic function Call generic default creation code
July 12, 2017, 18:35 (GMT)
UI: Rename panel caption
July 12, 2017, 18:33 (GMT)
UI: Move frame lock and opacity to layer panel
July 12, 2017, 18:31 (GMT)
Create default brushes and colors Create a set of colors and drawing brushes when add a new GP object.
July 12, 2017, 14:53 (GMT)
UI: New Options panel by layer
July 12, 2017, 14:19 (GMT)
UI: New parent layer panel Move these options to new panel and reorganize layer options
July 12, 2017, 14:05 (GMT)
UI: New panel for onion skinning
July 12, 2017, 12:17 (GMT)
Fix error if use several GP objects The flag was set wrong
July 12, 2017, 12:12 (GMT)
Fix color distorsion while drawing Need to use the mix_pass in order to get the same color while drawing. If the pass is not mixed with the same pass than strokes, there is a change in the color between drawing stroke and final stroke due the process to mix. This is slower, but needed and while drawing the time delay is negligible
July 12, 2017, 11:04 (GMT)
Merge branch 'blender2.8' into greasepencil-object