Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EMSUSD-596 - AE: broken templates on older maya versions #3306

Merged
merged 1 commit into from
Sep 1, 2023

Conversation

seando-adsk
Copy link
Collaborator

EMSUSD-596 - AE: broken templates on older maya versions

  • Fix for broken template with different Ufe versions.

* Fix for broken template with different Ufe versions.
Comment on lines +905 to +906
kFilenameAttr = ufe.Attribute.kFilename if hasattr(ufe.Attribute, "kFilename") else 'Filename'
if self.attrS.attributeType(attrName) != kFilenameAttr:
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ufe.Attribute.kFilename was only added in Ufe v4.

@seando-adsk seando-adsk added the adsk Related to Autodesk plugin label Sep 1, 2023
@seando-adsk seando-adsk added the ready-for-merge Development process is finished, PR is ready for merge label Sep 1, 2023
@seando-adsk
Copy link
Collaborator Author

Marking "ready for merge" without preflight, since there is currently no test which uses this template.

@seando-adsk seando-adsk merged commit dc1c13a into dev Sep 1, 2023
8 checks passed
@seando-adsk seando-adsk deleted the donnels/EMSUSD-596/ae_broken_template branch September 1, 2023 19:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
adsk Related to Autodesk plugin ready-for-merge Development process is finished, PR is ready for merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants