Mercurial > MadButterfly
comparison pyink/domview_ui.py @ 1284:cbcb91b196fa
Use svg:use to duplicate the key frame. The current inkscape will not keep the extra attributes when we break the reference. Therefore, we may modify the inkscape directly or implemnet a break by ourself. In addition, we may need to improve the duplication to sync the new-added objects to an existed group.
author | wycc |
---|---|
date | Sat, 15 Jan 2011 02:43:20 +0800 |
parents | a6aba785656e |
children | fb44830c8a81 00833f8912a9 |
comparison
equal
deleted
inserted
replaced
1283:a6aba785656e | 1284:cbcb91b196fa |
---|---|
324 frameline.untween(start) | 324 frameline.untween(start) |
325 frameline.unmark_keyframe(end) | 325 frameline.unmark_keyframe(end) |
326 pass | 326 pass |
327 pass | 327 pass |
328 | 328 |
329 # | |
330 # Remove left key of the tween that right key frame is in removing | 329 # Remove left key of the tween that right key frame is in removing |
331 # range. | 330 # range. |
332 # | 331 # |
333 try: | 332 try: |
334 start, end, tween_type = frameline.get_frame_block(frame_idx) | 333 start, end, tween_type = frameline.get_frame_block(frame_idx) |