blender-addons/curve_tools
Jesse Yurkovich 7685aa17ce 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-09-19 14:56:44 +02:00
..
__init__.py Addon: Curve Tools: Made changes from Lichtso github 2021-01-07 19:05:54 +02:00
auto_loft.py Fix T93189: Missing UNDO operator options for Curve Tools addon 2022-09-19 14:56:44 +02:00
cad.py Addon: Curve Tools: Made changes from Lichtso github 2021-01-07 19:05:54 +02:00
curves.py Fix T74493 and D7045. Redesign. 2020-03-12 04:10:42 +02:00
exports.py Addon: Curve Tools: Refactoring. Added context menu. 2019-10-11 02:52:59 +03:00
fillet.py Update 'bl_info' use 'doc_url' instead of 'wiki_url' 2020-03-05 12:14:43 +11:00
internal.py Addon: Curve Tools: Made changes from Lichtso github 2021-01-07 19:05:54 +02:00
intersections.py Fix T74493 and D7045. Redesign. 2020-03-12 04:10:42 +02:00
mathematics.py Addon: Curve Tools: Refactoring. Added context menu. 2019-10-11 02:52:59 +03:00
operators.py Fix T93189: Missing UNDO operator options for Curve Tools addon 2022-09-19 14:56:44 +02:00
outline.py Update 'bl_info' use 'doc_url' instead of 'wiki_url' 2020-03-05 12:14:43 +11:00
path_finder.py Update 'bl_info' use 'doc_url' instead of 'wiki_url' 2020-03-05 12:14:43 +11:00
properties.py Addon: Curve Tools: Switch uppercase file name to lowercase 2019-10-11 03:51:05 +03:00
remove_doubles.py Cleanup: trailing space 2020-01-29 13:51:36 +11:00
show_resolution.py Cleanup: trailing space 2020-01-29 13:51:36 +11:00
splines_sequence.py Fix T93189: Missing UNDO operator options for Curve Tools addon 2022-09-19 14:56:44 +02:00
surfaces.py Addon: Curve Tools: Fix Birailed Surface 2020-01-06 01:49:12 +02:00
toolpath.py Addon: Curve Tools: Made changes from Lichtso github 2021-01-07 19:05:54 +02:00
util.py Cleanup: trailing space 2020-01-29 13:51:36 +11:00