Blender Git Commit Log
Git Commits -> Revision a19e917
Revision a19e917 by Joshua Leung (master) March 2, 2011, 23:39 (GMT) |
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. |
Commit Details:
Full Hash: a19e9177826312d8ab60d73dd61347042cb68a41
SVN Revision: 35313
Parent Commit: 9f397b3
Lines Changed: +36, -5
5 Modified Paths:
/source/blender/editors/include/ED_transform.h (+1, -0) (Diff)
/source/blender/editors/space_action/action_edit.c (+1, -1) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+1, -1) (Diff)
/source/blender/editors/transform/transform.c (+10, -0) (Diff)
/source/blender/editors/transform/transform_conversions.c (+23, -3) (Diff)
/source/blender/editors/space_action/action_edit.c (+1, -1) (Diff)
/source/blender/editors/space_graph/graph_edit.c (+1, -1) (Diff)
/source/blender/editors/transform/transform.c (+10, -0) (Diff)
/source/blender/editors/transform/transform_conversions.c (+23, -3) (Diff)