Skip to content

Commit

Permalink
Fix #194: Store the render file directory as stagingDir
Browse files Browse the repository at this point in the history
  • Loading branch information
BigRoy committed Dec 19, 2024
1 parent cb1c5d2 commit e21b4a3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/ayon_maya/plugins/publish/collect_render.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,7 @@ def process(self, instance):
"source": filepath,
"expectedFiles": full_exp_files,
"publishRenderMetadataFolder": common_publish_meta_path,
"stagingDir": common_publish_meta_path,
"renderProducts": layer_render_products,
"resolutionWidth": lib.get_attr_in_layer(
"defaultResolution.width", layer=layer_name
Expand Down

0 comments on commit e21b4a3

Please sign in to comment.