mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
remove out of context comment
This commit is contained in:
parent
428175ee00
commit
2f47a6d35a
1 changed files with 1 additions and 2 deletions
|
|
@ -399,10 +399,9 @@ def prepare_representations(
|
||||||
"name": ext,
|
"name": ext,
|
||||||
"ext": ext,
|
"ext": ext,
|
||||||
"files": filenames,
|
"files": filenames,
|
||||||
|
"stagingDir": staging,
|
||||||
"frameStart": frame_start,
|
"frameStart": frame_start,
|
||||||
"frameEnd": frame_end,
|
"frameEnd": frame_end,
|
||||||
# If expectedFile are absolute, we need only filenames
|
|
||||||
"stagingDir": staging,
|
|
||||||
"fps": skeleton_data.get("fps"),
|
"fps": skeleton_data.get("fps"),
|
||||||
"tags": ["review"] if preview else [],
|
"tags": ["review"] if preview else [],
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue