Skip to content

Commit 2c60f6f

Browse files
committed
Remove fixme
1 parent d2c47d4 commit 2c60f6f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

auto_editor/exports/kdenlive.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -247,12 +247,6 @@ def kdenlive_write(output: str, tl: v3) -> None:
247247
if clip.speed == 1:
248248
clip_prod = f"chain{i}"
249249
else:
250-
# FIXME warped clips only work if kdenlive is opened from cmd line tool?
251-
# ERROR MESSAGE
252-
# can't find clip with id: "" in bin playlist
253-
# REGISTRATION 1072 ptr count 3
254-
# Reusing timewarp producer!
255-
# warp LENGTH 12888
256250
clip_prod = f"producer{producers}"
257251
producers += 1
258252

0 commit comments

Comments
 (0)