mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-02 00:44:52 +01:00
export first frame all the time
This commit is contained in:
parent
601700e1ca
commit
4b5b725521
1 changed files with 5 additions and 0 deletions
|
|
@ -264,6 +264,11 @@ class ExtractSequence(pyblish.api.Extractor):
|
|||
new_layer_id, first_frame, last_frame
|
||||
)
|
||||
|
||||
# TODO what if there is not exposue frames?
|
||||
# - this force to have first frame all the time
|
||||
if first_frame not in exposure_frames:
|
||||
exposure_frames.insert(0, first_frame)
|
||||
|
||||
# Restart george script lines
|
||||
george_script_lines = []
|
||||
george_script_lines.append(save_mode)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue