Mercurial > MadButterfly
log pyink/MBScene.py @ 1289:e816b0c2deec
age | author | description |
---|---|---|
Sat, 15 Jan 2011 21:09:03 +0800 | wycc | Delete the old key frame and duplicate the key frame again. |
Sat, 15 Jan 2011 21:06:55 +0800 | wycc | Change the duplicate key back to the old implementation. Now, we have clone key frame(extend) and copy key frame(duplicate). |
Sat, 15 Jan 2011 20:52:24 +0800 | wycc | Change the exten dScene to create an key frame which link back to the previous key frame. |
Wed, 12 Jan 2011 20:52:34 +0800 | Thinker K.F. Li | Remove unused code. |
Wed, 12 Jan 2011 20:42:31 +0800 | Thinker K.F. Li | Move function around to separate do_* from others |
Wed, 12 Jan 2011 20:40:21 +0800 | Thinker K.F. Li | Remove _lockui |
Wed, 12 Jan 2011 15:01:14 +0800 | wycc | Support undo for insert key frame/rm keyframe. We will refresh all layers and scenes since it is not feasible to collect these changes and update the layers and scenes. We may scan two level only in the future to improve the performance. |