Mercurial > MadButterfly
log pyink/consistency.py @ 1323:ffbbd3aa218d
age | author | description |
---|---|---|
Fri, 14 Jan 2011 00:02:11 +0800 | wycc | Handle type attribute to implemen the tween type change action undo. |
Fri, 14 Jan 2011 00:00:11 +0800 | wycc | Handle the change of attribute 'start' and 'end'. We do reset here. However, we should be able to optimize it latter to update the scenes directly. |
Thu, 13 Jan 2011 23:53:38 +0800 | wycc | Rename _domview to _domviewui to reduce confusion. |
Wed, 12 Jan 2011 22:23:00 +0800 | Thinker K.F. Li | Leave a blank between import statements at head |
Wed, 12 Jan 2011 20:52:34 +0800 | Thinker K.F. Li | Remove unused code. |
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 01:03:33 +0800 | Thinker K.F. Li | Make domview_ui manages scenes and layers found by checker |