mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Merge pull request #5956 from ynput/bugfix/OP-6804_Maya-Redshift-proxy-with-Animation
Maya: Bug fix Redshift Proxy not being successfully published
This commit is contained in:
commit
61e066b2d1
1 changed files with 2 additions and 2 deletions
|
|
@ -50,11 +50,11 @@ class ExtractRedshiftProxy(publish.Extractor):
|
|||
# Padding is taken from number of digits of the end_frame.
|
||||
# Not sure where Redshift is taking it.
|
||||
repr_files = [
|
||||
"{}.{}{}".format(root, str(frame).rjust(4, "0"), ext) # noqa: E501
|
||||
"{}.{}{}".format(os.path.basename(root), str(frame).rjust(4, "0"), ext) # noqa: E501
|
||||
for frame in range(
|
||||
int(start_frame),
|
||||
int(end_frame) + 1,
|
||||
int(instance.data["step"]),
|
||||
int(instance.data["step"])
|
||||
)]
|
||||
# vertex_colors = instance.data.get("vertexColors", False)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue