WIP: Add option to write metadata to output #104284

Closed
Ha-Anh-Vu wants to merge 1 commits from Ha-Anh-Vu/flamenco:issue100268 into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
First-time contributor

fix #100268

@dr.sybren What I have done:

  • Add an arg --write-metadata-to-output
  • If that arg exists in the command, write task ID to the output

Could you check if I have done them correctly? If yes, I'll continue to enable other metadata.

fix #100268 @dr.sybren What I have done: - Add an arg `--write-metadata-to-output` - If that arg exists in the command, write task ID to the output Could you check if I have done them correctly? If yes, I'll continue to enable other metadata.
Ha-Anh-Vu added 1 commit 2024-02-20 17:26:31 +01:00

I think you misunderstood the desired functionality. This is about Blender's metadata feature, and including information from Flamenco in there.

The use of a global variable to keep track of this option is also something to avoid.

I think you misunderstood the desired functionality. This is about [Blender's metadata feature](https://docs.blender.org/manual/en/latest/render/output/properties/metadata.html), and including information from Flamenco in there. The use of a global variable to keep track of this option is also something to avoid.

Closing due to the inactivity of the PR author. If you want to continue working on this, please feel free to reopen the PR.

Closing due to the inactivity of the PR author. If you want to continue working on this, please feel free to reopen the PR.

Pull request closed

Sign in to join this conversation.
No description provided.