February 13, 2020, 12:01 (GMT) |
GPencil: More cleanup of old code |
February 13, 2020, 11:13 (GMT) |
GPencil: Cleanup initialization arrays code |
February 13, 2020, 10:16 (GMT) |
GPencil: Rename gradient variables gradient_f -> hardeness gradient_s ->aspect_ratio |
February 13, 2020, 09:36 (GMT) |
GPencil: Remove old unused invert mask prop |
February 13, 2020, 09:32 (GMT) |
GPencil: Cleanup unused definition |
February 13, 2020, 09:09 (GMT) |
Merge branch 'master' into greasepencil-object |
February 13, 2020, 09:08 (GMT) |
GPencil: Cleanup code |
February 13, 2020, 08:56 (GMT) |
GPencil: New operator to recalculate geometry data This operators is uded in special situations when migrate old files. As this is a specila situation, we are not going to add it to menus. |
February 12, 2020, 23:35 (GMT) |
GPencil: Support XRay mode in solid and fix occlusion in wireframe mode This add basic alpha support in xray mode. However the wireframe mode only support occlusion if xray is dissabled (i.e: there is no support for partial occlusion). |
February 12, 2020, 23:28 (GMT) |
GPencil: Fix NaN result in divide blend mode |
February 12, 2020, 21:21 (GMT) |
GPencil: Fix undefined behavior caused by stroke aspect commit |
February 12, 2020, 18:00 (GMT) |
Merge branch 'master' into greasepencil-object Conflicts: source/blender/draw/engines/gpencil/gpencil_draw_utils.c source/blender/draw/engines/gpencil/gpencil_engine.c source/blender/draw/engines/gpencil/shaders/gpencil_edit_point_vert.glsl source/blender/draw/engines/gpencil/shaders/gpencil_zdepth_mix_frag.glsl |
February 12, 2020, 17:58 (GMT) |
GPencil: New Mask python API for add and remove |
February 12, 2020, 16:57 (GMT) |
Cleanup: Move code |
February 12, 2020, 16:16 (GMT) |
GPencil: Fix alpha textured stroke buggy behavior This was caused by the mask texture bind being lost. This is a quick and dirty fix. Better solution would be to have a permanent bind. |
February 12, 2020, 16:08 (GMT) |
Merge branch 'master' into greasepencil-object |
February 12, 2020, 15:43 (GMT) |
GPencil: Fix breakage caused by aspect commit |
February 12, 2020, 15:29 (GMT) |
GPencil: Cleanup previous fix and use object as parameter |
February 12, 2020, 15:19 (GMT) |
GPencil: Add Dot aspect support back |
February 12, 2020, 09:33 (GMT) |
GPencil: Fix Vertex Color one step behind The vertex color was always one step behind because draw engine uses evaluated data, but paint operators don't update eval data before ending to speed up the painting process and to improve the pencil feeling. |
|