Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Flame: sequence used for reference video #2869

Merged

Conversation

jakubjezek001
Copy link
Member

@jakubjezek001 jakubjezek001 commented Mar 10, 2022

Brief description

Publishing from sequence will bake retimes and other timeline actions.

Description

Publishing from clips was not good enough because retimes were not rendered into the reference videos. Also other timeline actions are not baked into the image because they are timeline segment related.

Additional info

  • fps to project creation used from fps with string type
  • colour policy can be name or path

@jakubjezek001 jakubjezek001 self-assigned this Mar 10, 2022
@ynbot
Copy link
Contributor

ynbot commented Mar 10, 2022

@jakubjezek001 jakubjezek001 added host: Flame Autodesk Flame integration type: enhancement Enhancements to existing functionality labels Mar 10, 2022
@@ -63,7 +63,7 @@ def execute(self):
_db_p_data = project_doc["data"]
width = _db_p_data["resolutionWidth"]
height = _db_p_data["resolutionHeight"]
fps = float(_db_p_data["fps"])
fps = float(_db_p_data["fps_string"])
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that "fps" should be used here.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

here is what I am having in my project data
image

@jakubjezek001 jakubjezek001 marked this pull request as ready for review March 14, 2022 14:28
Co-authored-by: Jakub Trllo <43494761+iLLiCiTiT@users.noreply.github.com>
@jakubjezek001 jakubjezek001 merged commit 9015dd9 into develop Mar 16, 2022
@jakubjezek001 jakubjezek001 deleted the feature/OP-2732_Flame-rendering-presets-from-sequence branch March 16, 2022 15:57
@mkolar mkolar added this to the next milestone Mar 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
host: Flame Autodesk Flame integration type: enhancement Enhancements to existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants