February 10, 2020, 07:56 (GMT) |
GPencil: Add invert mask option to Mask subpanel |
February 10, 2020, 07:52 (GMT) |
GPencil: Make Mask panel as Subpanel |
February 9, 2020, 18:06 (GMT) |
GPencil: Don't add mask layers to mask list This avoid cyclic relations |
February 9, 2020, 17:16 (GMT) |
GPencil: Back Mask Switch to 2 modes: ON/OFF |
February 9, 2020, 17:16 (GMT) |
GPencil: New list of Masking Layers This replaces the old unique layer for masking with a full list. |
February 8, 2020, 19:23 (GMT) |
GPencil: Fix missing eyedropper options in toolbar |
February 8, 2020, 17:33 (GMT) |
Merge branch 'greasepencil-object' into greasepencil-refactor |
February 8, 2020, 17:33 (GMT) |
Merge branch 'master' into greasepencil-object |
February 8, 2020, 09:46 (GMT) |
GPencil: Rename masking layer references when rename mask layer |
February 8, 2020, 09:32 (GMT) |
GPencil: Use new BKE_gpencil_layer_named_get() instead of generic BLI |
February 8, 2020, 09:27 (GMT) |
GPencil: Fix compiler warnings |
February 8, 2020, 02:00 (GMT) |
GPencil: Refactor: Fix display bug of strokes endpoints |
February 7, 2020, 22:43 (GMT) |
GPencil: Refactor: New linked mask system The new system is more flexible and a bit simpler from the code side. Each layer has a mask layer slot. If filled with a correct layer name, the mask layer will be rendered again in a separate buffer. This buffer will then be used in the blend pass to modulate the opacity of the layer. This approach is not 100% equivalent to the standard layering in most 2D applications if using varying alpha on a mask applied to multiple layers. However this technique does support any ordering arrangement of the masks. The layers used as mask can now still render normaly. |
February 7, 2020, 18:10 (GMT) |
Merge branch 'greasepencil-object' into greasepencil-refactor |
February 7, 2020, 18:09 (GMT) |
Merge branch 'master' into greasepencil-object |
February 7, 2020, 16:12 (GMT) |
GPencil: Rename collision to boundbox The initial use of the variables was collision, but now are used for more things, so it's better put a more general name. |
February 7, 2020, 15:46 (GMT) |
GPencil: Fix merge errors Also, the modiifer reuse precalculated bounding box data. |
February 7, 2020, 15:38 (GMT) |
Merge branch 'greasepencil-object' into greasepencil-refactor Conflicts: source/blender/blenloader/intern/readfile.c |
February 7, 2020, 15:36 (GMT) |
Merge branch 'master' into greasepencil-object |
February 6, 2020, 19:08 (GMT) |
GPencil: Remove unused drawing code for interpolate operator |
|