This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender
Campbell Barton c1d461bcbc Cleanup: avoid unnecessary undo steps for curves & simplify code
Some edit-curve operators used an 'ok' variable to represent
if the selection was found and if a change was made.

Previously it would only return cancel if an error was shown
causing a redundant undo step to be added without a selection.

Since this is simple behavior that shouldn't need much explanation,
use two variables with meaningful names to avoid confusion.

Reviewing D14511 highlighted this issue.
2022-04-05 13:15:57 +10:00
..
2022-04-04 10:28:10 -05:00
2022-04-04 16:38:30 +02:00
2022-03-16 11:58:22 +11:00
2022-04-04 12:43:54 +02:00
2022-04-05 07:49:36 +10:00
2022-03-25 12:04:14 +11:00