# HG changeset patch # User Thinker K.F. Li # Date 1293949128 -28800 # Node ID 79a3f82edaac4b8bf1693a2de9e92efb5d352a25 # Parent 6442fb1984182aa227507b256999023e86f33fc8 Fix issue of losing keyframe after inerst a node in the scene diff -r 6442fb198418 -r 79a3f82edaac pyink/MBScene.py --- a/pyink/MBScene.py Sun Jan 02 13:53:38 2011 +0800 +++ b/pyink/MBScene.py Sun Jan 02 14:18:48 2011 +0800 @@ -532,12 +532,12 @@ continue try: - label = scene.getAttribute('inkscape:label') + label = scene_group.getAttribute('inkscape:label') if label == 'dup': # TODO: remove this since this functio is for # parsing. Why do this here? node.removeChild(scene_group) - pass + continue except: pass