blender-addons/curve_tools
Jesse Yurkovich 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
..
__init__.py Fix T81832: WIP warning on Curve Tools Addon 2022-02-20 13:32:52 +02:00
auto_loft.py Fix T93189: Missing UNDO operator options for Curve Tools addon 2022-08-13 17:36:46 -07:00
cad.py File headers: use SPDX license identifiers 2022-02-11 16:05:07 +11:00
curves.py File headers: use SPDX license identifiers 2022-02-11 16:34:06 +11:00
exports.py File headers: use SPDX license identifiers 2022-02-11 16:05:07 +11:00
fillet.py File headers: use SPDX license identifiers 2022-02-11 16:05:07 +11:00
internal.py File headers: use SPDX license identifiers 2022-02-11 16:05:07 +11:00
intersections.py File headers: use SPDX license identifiers 2022-02-14 14:47:00 +11:00
mathematics.py File headers: use SPDX license identifiers 2022-02-14 14:47:00 +11:00
operators.py Fix T93189: Missing UNDO operator options for Curve Tools addon 2022-08-13 17:36:46 -07:00
outline.py File headers: use SPDX license identifiers 2022-02-11 16:05:07 +11:00
path_finder.py Curve Tools: replace deprecated bgl module 2022-07-21 14:04:05 -03:00
properties.py File headers: use SPDX license identifiers 2022-02-14 14:47:00 +11:00
remove_doubles.py File headers: use SPDX license identifiers 2022-02-14 14:47:00 +11:00
show_resolution.py Curve Tools: replace deprecated bgl module 2022-07-21 14:04:05 -03:00
splines_sequence.py Fix T93189: Missing UNDO operator options for Curve Tools addon 2022-08-13 17:36:46 -07:00
surfaces.py File headers: use SPDX license identifiers 2022-02-14 14:47:00 +11:00
toolpath.py File headers: use SPDX license identifiers 2022-02-11 16:05:07 +11:00
util.py File headers: use SPDX license identifiers 2022-02-14 14:47:00 +11:00