May 9, 2019, 11:41 (GMT) |
Merge branch 'greasepencil-object' into greasepencil-experimental Conflicts: source/blender/makesdna/DNA_object_types.h |
Revision fd9d4da by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) May 9, 2019, 11:36 (GMT) |
GPencil: Fix errors after merge and minor cleanup |
Revision b914af2 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) May 9, 2019, 11:28 (GMT) |
Merge branch 'master' into greasepencil-object |
Revision ccd1760 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) May 9, 2019, 11:27 (GMT) |
GPencil: Move modifiers evaluation logic to Depsgraph (wip) This commits is the first step to move all logic for evaluating modifiers to depsgraph evaluation and remove from the draw manager. This was coded in the draw manager because when new grease pencil modules were written, the depsgraph was not ready. Move all to depsgraph reduces the complexity of draw manager, and follows the standards for evaluated data. This allows to use the evaluated data in edition modes. Now, it's only working in selection operators, but in the future the different tools will work with the evaluated version and not with the original version as it was before. |
May 9, 2019, 08:51 (GMT) |
GPencil: Circle Select using derived data |
May 9, 2019, 07:09 (GMT) |
Merge branch 'greasepencil-object' into greasepencil-experimental |
Revision 767f180 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) May 9, 2019, 07:08 (GMT) |
Merge branch 'master' into greasepencil-object |
May 8, 2019, 18:33 (GMT) |
GPencil: Fix wrong pt->runtime error in Subdivide |
May 8, 2019, 18:26 (GMT) |
GPencil: Modify Select operaors (wip) Prepare operators to work with derived data. |
May 8, 2019, 15:14 (GMT) |
GPencil: Move modifiers evaluation to Depsgraph (wip) This changes move the evaluation functions from Draw Manager to Depsgraph evaluation. |
May 7, 2019, 09:47 (GMT) |
Merge branch 'greasepencil-object' into greasepencil-experimental |
Revision bb08308 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) May 7, 2019, 09:47 (GMT) |
Merge branch 'master' into greasepencil-object |
May 5, 2019, 14:56 (GMT) |
GPencil: Add runtime data to dereference pointers to original data This will be required for modifiers in Edit mode. |
May 4, 2019, 09:19 (GMT) |
Merge branch 'greasepencil-object' into greasepencil-experimental |
Revision 4a3fb26 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) May 4, 2019, 08:59 (GMT) |
GPencil: More code reorganization Part of the reorganization to implement modifiers in Edit mode. |
Revision c6cf0b9 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) May 4, 2019, 08:52 (GMT) |
GPencil: Move Runtime Cache data definition to BKE This is the first step to prepare the code for using the modifiers data in Edit mode. |
May 4, 2019, 07:42 (GMT) |
Merge branch 'greasepencil-object' into greasepencil-experimental |
Revision 2c869e4 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) May 3, 2019, 16:44 (GMT) |
Merge branch 'master' into greasepencil-object |
Revision 9a13815 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) May 3, 2019, 16:38 (GMT) |
Merge branch 'master' into greasepencil-object |
Revision 3595919 by Antonio Vazquez (greasepencil-experimental, greasepencil-object, greasepencil-refactor, soc-2019-npr, temp-gpencil-eval) May 3, 2019, 15:38 (GMT) |
GPencil: Use default Brush material in Popover For pinned materials, the stroke color must be the brush color, not selected slot. |
|