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

Commit

Permalink
Merge pull request #3759 from BigRoy/maya_submit_deadline_abstract_base
Browse files Browse the repository at this point in the history
Maya: Refactor submit deadline to use AbstractSubmitDeadline
  • Loading branch information
antirotor authored Sep 12, 2022
2 parents 659c201 + 49dff63 commit f5a8c36
Show file tree
Hide file tree
Showing 6 changed files with 807 additions and 1,144 deletions.
2 changes: 1 addition & 1 deletion openpype/hosts/maya/plugins/publish/collect_render.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,7 @@ def process(self, context):
"source": filepath,
"expectedFiles": full_exp_files,
"publishRenderMetadataFolder": common_publish_meta_path,
"renderProducts": layer_render_products,
"resolutionWidth": lib.get_attr_in_layer(
"defaultResolution.width", layer=layer_name
),
Expand Down Expand Up @@ -359,7 +360,6 @@ def process(self, context):
instance.data["label"] = label
instance.data["farm"] = True
instance.data.update(data)
self.log.debug("data: {}".format(json.dumps(data, indent=4)))

def parse_options(self, render_globals):
"""Get all overrides with a value, skip those without.
Expand Down
Loading

0 comments on commit f5a8c36

Please sign in to comment.