Skip to content

Remove fixme #792

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 31, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions auto_editor/exports/kdenlive.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,12 +247,6 @@ def kdenlive_write(output: str, tl: v3) -> None:
if clip.speed == 1:
clip_prod = f"chain{i}"
else:
# FIXME warped clips only work if kdenlive is opened from cmd line tool?
# ERROR MESSAGE
# can't find clip with id: "" in bin playlist
# REGISTRATION 1072 ptr count 3
# Reusing timewarp producer!
# warp LENGTH 12888
clip_prod = f"producer{producers}"
producers += 1

Expand Down
Loading