mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
Collect full_exp_files instead of leaving it empty
This commit is contained in:
parent
cd151123a0
commit
7f48af4bdc
1 changed files with 1 additions and 0 deletions
|
|
@ -219,6 +219,7 @@ class CollectMayaRender(pyblish.api.ContextPlugin):
|
|||
full_paths.append(full_path)
|
||||
publish_meta_path = os.path.dirname(full_path)
|
||||
aov_dict[aov_first_key] = full_paths
|
||||
full_exp_files = [aov_dict]
|
||||
|
||||
frame_start_render = int(self.get_render_attribute(
|
||||
"startFrame", layer=layer_name))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue