Commit Graph

12 Commits

Author SHA1 Message Date
9693e6805b Curve tools: Calculate length on multiple curves
Added support for multiple curves on the curve length tool.

Pull Request: https://projects.blender.org/blender/blender-addons/pulls/104836
2023-08-16 23:12:05 +02:00
e8da6131fd License headers: use SPDX-FileCopyrightText for all addons
Move copyright text to SPDX-FileCopyrightText or set to the
Blender Foundation so "make check_licenses" now runs without warnings.
2023-06-15 16:54:05 +10:00
94ebaf0492 Fix T93189: Missing UNDO operator options for Curve Tools addon
A variety of operators were missing appropriate bl_options for correct
undo support.

This results in either crashes (auto loft, bi-rail) or other odd
behaviors around returning the scene to the correct previous state
(sometimes having to hit ctrl-z twice to undo once, sometimes undo skips
steps, etc.)

Differential Revision: https://developer.blender.org/D13283
2022-08-13 17:36:46 -07:00
f7876b71cd File headers: use SPDX license identifiers
Some files needed to be changed manually.
2022-02-11 16:34:06 +11:00
a65fb17335 Cleanup: Remove trailing period in descriptions.
Reduces warnings while running tests.
Also fix some descriptions with strings concatenated but without a
space in between.

Reviewed by campbellbarton
Differential Revision: https://developer.blender.org/D9655
2021-02-12 10:31:55 +05:30
bd54740ed0 Fix T74493 and D7045. Redesign. 2020-03-12 04:10:42 +02:00
6598f0a25c Cleanup: trailing space 2020-01-29 13:51:36 +11:00
ac6a4e479f Addon: Curve Tools: Added select spline in Difference in 2D curves boolean. 2019-10-30 23:37:13 +02:00
3f36e59239 Addon: Curve Tools: Fixed 2d curves boolean result location. 2019-10-30 12:24:01 +02:00
c3ced44917 Addon: Curve Tools: Fixed some errors. 2019-10-30 11:55:32 +02:00
b6751d4d03 Addon: Curve Tools: Add 2D Curve Boolean. Fixed some errors. 2019-10-30 11:18:10 +02:00
4c07dedd4a Addon: Curve Tools: Switch uppercase file name to lowercase 2019-10-11 03:51:05 +03:00