Mercurial > MadButterfly
log pyink/MBScene.py @ 1287:f6a28f473494
age | author | description |
---|---|---|
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. |
Wed, 12 Jan 2011 12:25:45 +0800 | wycc | Rename _domview to _domviewui |
Wed, 12 Jan 2011 08:31:32 +0800 | wycc | Add undo points |
Tue, 11 Jan 2011 17:24:56 +0800 | Thinker K.F. Li | Move initialize of consistency_checker to domview_ui_with_workers |