Blender Git Commits

Blender Git "temp-gpencil-eval" branch commits.

Page: 99 / 277

December 11, 2018, 16:40 (GMT)
GP: Remove Radius control point in Circles

This only adds complexity and don't communicate the information of the radius in a easy way, so it's better keep UI as clean as possible.
December 11, 2018, 16:37 (GMT)
GP: Test moving origin point to start control point for Arcs and Curves
December 11, 2018, 16:29 (GMT)
GP: Add number of divisions in bottom message for Boxes

It was impossible to see the number of divisions used.
December 11, 2018, 16:21 (GMT)
GP: Restore origin point for Lines

Maybe is good tohave where is the origin of the line
December 11, 2018, 15:47 (GMT)
GP: Merge errors
December 11, 2018, 15:43 (GMT)
GP: Primitive, add noise to box and circle
December 11, 2018, 15:34 (GMT)
GP: Change control points size and remove in line
December 11, 2018, 15:24 (GMT)
GP: Fix memory leak
December 11, 2018, 15:18 (GMT)
GP: Change constants by define for Ctrl points size

This makes changes easier and can be replace by variables or parameters easily.
December 11, 2018, 14:51 (GMT)
Merge branch 'blender2.8' into greasepencil-object
December 11, 2018, 14:37 (GMT)
GP: Fix wrong end cap when finish stroke
December 11, 2018, 14:22 (GMT)
GP: Fix control points size when change zoom

Also replaced the shader used.
December 11, 2018, 13:44 (GMT)
GP: Primitive, add brush noise
December 11, 2018, 12:15 (GMT)
GP: Remove orange line in primitives

After adding the preview of real stroke, this does not make sense.
December 11, 2018, 12:08 (GMT)
GP: Undo change for Buffer z-depth

This breaks the previous fix of orange line, but it's needed for projected strokes.
December 11, 2018, 12:02 (GMT)
GP: Move drawing of control points to Draw Manager
December 11, 2018, 11:01 (GMT)
GP: Line primitive, add support for thickness profile

This means that by default lines are drawn with multiple points rather than two.
December 11, 2018, 10:25 (GMT)
GP: Move Control Points data to Runtime

As we maybe will use these control points in more operators is not logic keep them in operator temp data. This makes also possible move drawing to Draw Manager.
December 11, 2018, 09:32 (GMT)
Merge branch 'blender2.8' into greasepencil-object

Conflicts:
source/blender/blenloader/intern/versioning_280.c
December 11, 2018, 09:18 (GMT)
GP: Fix orange lines in primitives

The orange lines must be on top of the stroke. Before, the current stroke was drawn in Front, but since we have speed painting functions, we can draw on back.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021