Skip to content

Commit

Permalink
Fix edges keyframe when deleting an edge
Browse files Browse the repository at this point in the history
  • Loading branch information
clayote committed Aug 24, 2024
1 parent d32e1fb commit bd5ef61
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions LiSE/LiSE/allegedb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1505,10 +1505,6 @@ def _snap_keyframe_from_delta(
for dest, vals in dests.items():
if dest in evkgo:
evkgo[dest].update(vals)
else:
evkgo[dest] = vals
else:
evkg[orig] = dests
else:
edge_val_keyframe[graph] = dgev
if graph in edge_val_keyframe:
Expand Down

0 comments on commit bd5ef61

Please sign in to comment.