Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-09-07GPencil: Fix compiler errors and warningsAntonio Vazquez
The error was related to the draw manager refactor.
2020-08-24GPencil: Handle strokes with one or two pointsFalk David
Generating the curve for a stroke with one or two strokes could crash because it was not handled properly.
2020-08-21GPencil: Make parameters constFalk David
2020-08-20GPencil: Add corner angle parameterFalk David
2020-08-15GPencil: Add corner angle parameterFalk David
This parameter allows the user to control at what angle corners are detected and considered by the fitting algorithm.
2020-08-13Merge branch 'master' into greasepencil-edit-curveAntonio Vazquez
2020-08-13GPencil: Remove unused parameter and fix warningAntonio Vazquez
2020-08-12Merge branch 'master' into greasepencil-edit-curveAntonio Vazquez
Conflicts: source/blender/blenkernel/intern/gpencil_curve.c
2020-08-12GPencil: Remove unused parameter in convert curveAntonio Vazquez
The only_stroke parameter is not used
2020-08-12GPencil: Add Sample parameter to Convert curveAntonio Vazquez
This allows to resample the stroke to avoid too dense geometry.
2020-08-12GPencil: Add parameters to scale thickness when convert CurvesAntonio Vazquez
This parameter allows to scale the thickness.
2020-08-08Merge branch 'master' into greasepencil-edit-curveAntonio Vazquez
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
This replaces header include guards with `#pragma once`. A couple of include guards are not removed yet (e.g. `__RNA_TYPES_H__`), because they are used in other places. This patch has been generated by P1561 followed by `make format`. Differential Revision: https://developer.blender.org/D8466
2020-07-23GPencil: Apply GSoC changesAntonio Vazquez
2020-07-11GPencil: Apply GSoC changesAntonio Vazquez
Also run a `make format`for fixing any clang issue
2020-07-01GPencil: Apply GSoC changesAntonio Vazquez
2020-06-30GPencil: Apply last GSoC changesAntonio Vazquez
2020-06-17GPencil: Apply all GSoC changesAntonio Vazquez
2020-06-12GPencil: Update last GSoC branch changesAntonio Vazquez
2020-06-09GPencil: Apply all GSOC changesAntonio Vazquez
2020-05-06GPencil: Split Curve geometry functions to new fileAntonio Vazquez
This prepare the code for future curve editors