This fixes the crash and the assert, but undo is done in multiple steps
Details
Details
Diff Detail
Diff Detail
- Repository
- rB Blender
Event Timeline
Comment Actions
Requesting some minor changes, otherwise seems fine.
| source/blender/editors/object/object_modes.c | ||
|---|---|---|
| 480 | Are you sure this is needed? use_undo=true in the command above. | |
| 487 | This should be noted as FIXME, multiple undo operations per operator isn't what users would expect and should eventually be resolved (grouped in some way for e.g.). | |
| 519–520 | Should note that undo pushes are handled by the operator. | |