Display:
Master Commits
Branch Commits
All Commits
Blender
Git "temp-greasepencil-object-stacksplit" branch commits.
Page: 76 / 137
November 13, 2017, 18:31 (GMT)
WIP: More work in smooth process
November 13, 2017, 18:13 (GMT)
Fix merge errors
November 13, 2017, 18:02 (GMT)
Merge branch 'blender2.8' into greasepencil-object
November 13, 2017, 17:12 (GMT)
Smooth Strength and Thickness too
November 13, 2017, 16:58 (GMT)
Improve subdivide stroke while drawing Now instead of create a point half way, a smooth process is applicated.
November 13, 2017, 15:45 (GMT)
WIP: Check minimum tablet pressure In some tablets when the user ends the stroke the tablet send several events with a pressure of 0 or with very low values. These low pressure values produce weird lines at the end of the stroke.
November 13, 2017, 13:35 (GMT)
Cleanup UI and unused fields
November 13, 2017, 10:01 (GMT)
New Smooth modifer Allow to apply smooth to the stroke after drawing. This is not related to the smooth of the stroke while drawing.
November 11, 2017, 18:12 (GMT)
Cleanup extra space
November 11, 2017, 17:55 (GMT)
WIP: Remove smooth lower limit These lines were for debug only and must be removed
November 11, 2017, 15:35 (GMT)
Fix merge errors The ruler was using old grease pencil structure and palettes. This need more attention in the future.
November 11, 2017, 15:16 (GMT)
Merge branch 'blender2.8' into greasepencil-object
November 11, 2017, 15:13 (GMT)
WIP: Smooth Thickness and Strength This mooth the thickness of the strokes using points before and after. The same for strength (alpha) Some cleanup too.
November 10, 2017, 19:12 (GMT)
Fix error in previous commits
November 10, 2017, 19:10 (GMT)
WIP: Readjust smooth thickness weights
November 10, 2017, 19:09 (GMT)
WIP: Readjust weight for stabilize
November 10, 2017, 19:08 (GMT)
WIP: First test for smooth thickness
November 10, 2017, 18:14 (GMT)
WIP: More work to get better drawing feeling Thre was some problems in previous commits
November 10, 2017, 08:00 (GMT)
Remap pixel scale parameter The value for control point density was strange.
November 9, 2017, 23:39 (GMT)
Compile fixes after merge