January 17, 2020, 09:04 (GMT) |
GPencil: Fix segment fault in triangulation If the number of points is < 2, clear the triangles data. |
January 17, 2020, 07:55 (GMT) |
GPencil: Move triangulation to modifiers and remove force fill recalc |
Revision 8b02f76 by Clément Foucault (greasepencil-object, greasepencil-refactor, temp-gpencil-eval) January 17, 2020, 00:11 (GMT) |
GPencil: Refactor: Allocate GPU framebuffers only if necessary Also use signed format only if needed. Note that you cannot see subtractive, overlay and divide blend modes in the viewport because of the srgb hack AND the current viewport framebuffer format. |
January 16, 2020, 21:56 (GMT) |
Cleanup: Rename BKE_gpencil_calc_stroke_uv function to BKE_gpencil_stroke_uv_update |
January 16, 2020, 21:54 (GMT) |
Calculate Filling data when stroke is modified Instead to calculate the geometry data in runtime, now this data is calculated when the stroke is created or modified and saved. |
January 16, 2020, 17:41 (GMT) |
Revert "Tag any stroke using the material property" This reverts commit 07c2a935cfb17c1d4b13d715d6ede26b632c7447. |
January 16, 2020, 17:40 (GMT) |
Remove gp_style parameter |
January 16, 2020, 15:29 (GMT) |
Tag any stroke using the material property This is required to calculate triangulation if the material is changed from NO Fill to Fill |
January 16, 2020, 14:49 (GMT) |
Fixes after first code review |
January 16, 2020, 12:19 (GMT) |
Create duplication of material array for eval datablock If this copy is not done, when the datablock is cleared, the first datablock that use the material array, destroy the array, and in the second time the pointer is used, it's invalid. Now, each datablock, uses its own material array. |
January 16, 2020, 09:32 (GMT) |
Cleanup: More use of LISTBASE_FOREACH |
January 16, 2020, 09:24 (GMT) |
Cleanup: Use LISTBASE_FOREACH |
January 16, 2020, 09:09 (GMT) |
Fix bug introduced in previous commit checking number of users If the eval is not used for 1 user, the modifier is added again and again. To avoid this eval, it would be required a flag to check if the modifier was applied before, but this need more work and we will do in the future. |
January 16, 2020, 07:41 (GMT) |
Merge branch 'greasepencil-refactor' into temp-gpencil-eval |
January 16, 2020, 07:41 (GMT) |
Merge branch 'greasepencil-object' into greasepencil-refactor |
January 16, 2020, 07:40 (GMT) |
Merge branch 'master' into greasepencil-object |
January 16, 2020, 07:39 (GMT) |
GPencil: Show overlap option for Texture materials |
January 16, 2020, 07:35 (GMT) |
Do not create eval data if users is 1 If only one user, the default eval data is used and don't need a new copy |
January 15, 2020, 18:14 (GMT) |
Merge branch 'greasepencil-refactor' into temp-gpencil-eval |
January 15, 2020, 18:13 (GMT) |
Merge branch 'greasepencil-object' into greasepencil-refactor |
|