mirror of
https://github.com/stevenrobertson/cuburn.git
synced 2025-02-05 11:40:04 -05:00
Remove trace statement
This commit is contained in:
parent
125e6c3062
commit
dbe5d0bea2
@ -201,8 +201,7 @@ def merge_nodes(sp, src, dst, edit, duration):
|
|||||||
dst.get(k), edit.get(k), duration))
|
dst.get(k), edit.get(k), duration))
|
||||||
for k in set(src.keys() + dst.keys() + edit.keys()) if k in sp])
|
for k in set(src.keys() + dst.keys() + edit.keys()) if k in sp])
|
||||||
elif isinstance(sp, spectypes.Spline):
|
elif isinstance(sp, spectypes.Spline):
|
||||||
return trace(tospline(sp, src, dst, edit, duration),
|
return tospline(sp, src, dst, edit, duration)
|
||||||
sp.doc and 'Scale' in sp.doc)
|
|
||||||
elif isinstance(sp, spectypes.List):
|
elif isinstance(sp, spectypes.List):
|
||||||
if isinstance(sp.type, spectypes.Palette):
|
if isinstance(sp.type, spectypes.Palette):
|
||||||
if src is not None: src = [[0] + src]
|
if src is not None: src = [[0] + src]
|
||||||
|
Loading…
Reference in New Issue
Block a user