df4345dbaaf08de867c7cdc72792564e17ba8f3a
The curve widget in the redo popup would sent an undo push which it shouldn't really. Since1bde901bf2such undo pushes will lead to clearing of the last operation data, which is exactly what the redo popup displays. Buttons in operator redo UIs shouldn't send undo pushes.179169d6c7disabled them for the "Adjust Last Operation" panel, but not for this redo popup. In fact there was other code to disable undo for these buttons, but2d2f23de10put this into a wrongly scoped conditional branch, so it was only executed on the first full redraw. We can revert179169d6c7too now (confirmed already), but I'll do that separately and not in the release branch. Confirmed that the following related issues are all (still) fixed with this: - #55348 - #134505 - #135655 Pull Request: https://projects.blender.org/blender/blender/pulls/135730
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
