mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
Renamed fill_sequence_gaps_with_previous
This commit is contained in:
parent
bd4381fe9b
commit
949cfc75a6
2 changed files with 3 additions and 3 deletions
|
|
@ -1151,7 +1151,7 @@ def get_trait_representations(
|
|||
return instance.data.get(TRAIT_INSTANCE_KEY, [])
|
||||
|
||||
|
||||
def fill_sequence_gaps_with_previous(
|
||||
def fill_sequence_gaps_with_previous_version(
|
||||
collection: str,
|
||||
staging_dir: str,
|
||||
instance: pyblish.plugin.Instance,
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ from ayon_core.lib import (
|
|||
path_to_subprocess_arg,
|
||||
run_subprocess,
|
||||
)
|
||||
from ayon_core.lib.plugin_tools import fill_sequence_gaps_with_previous
|
||||
from ayon_core.pipeline.publish.lib import fill_sequence_gaps_with_previous_version
|
||||
from ayon_core.lib.transcoding import (
|
||||
IMAGE_EXTENSIONS,
|
||||
get_ffprobe_streams,
|
||||
|
|
@ -510,7 +510,7 @@ class ExtractReview(pyblish.api.InstancePlugin):
|
|||
temp_data=temp_data
|
||||
)
|
||||
elif fill_missing_frames == "previous_version":
|
||||
_, new_frame_files = fill_sequence_gaps_with_previous(
|
||||
_, new_frame_files = fill_sequence_gaps_with_previous_version(
|
||||
collection=collection,
|
||||
staging_dir=new_repre["stagingDir"],
|
||||
instance=instance,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue