Bugfix [#26269] Initiating a duplication with shift D and cancelling

in dope sheet/ graph editor leads to duplicated keys

The old hack using the transform "undostring" didn't work anymore, as
this wasn't set. Instead, I've added a special mode transform mode for
this that the duplicate operators can set to get this functionality.
This commit is contained in:
2011-03-02 23:39:08 +00:00
parent 9f397b3a3d
commit a19e917782
5 changed files with 36 additions and 5 deletions

View File

@@ -77,6 +77,7 @@ enum {
TFM_TIME_SLIDE,
TFM_TIME_SCALE,
TFM_TIME_EXTEND,
TFM_TIME_DUPLICATE,
TFM_BAKE_TIME,
TFM_BEVEL,
TFM_BWEIGHT,