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

Allow connecting filename attributes. #2733

Merged
merged 1 commit into from
Nov 29, 2022

Conversation

JGamache-autodesk
Copy link
Collaborator

The connection API requires being able to cast to UfeAttribute, the UsdAttributeFilename class was the only one not allowing that. This makes the code uniform.

The connection API requires being able to cast to UfeAttribute, the
UsdAttributeFilename class was the only one not allowing that.
This makes the code uniform.
@JGamache-autodesk JGamache-autodesk added ufe Related to UFE component in Maya ufe-usd Related to UFE-USD plugin in Maya-Usd labels Nov 18, 2022
@@ -188,7 +188,11 @@ class UsdAttributeGeneric
//! \brief Interface for USD token attributes.
class UsdAttributeFilename
: public Ufe::AttributeFilename
#ifdef UFE_V4_FEATURES_AVAILABLE
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Copied verbatim from UsdAttributeGeneric at line 165.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Right that was the only one not transitioned!!!

@@ -188,7 +188,11 @@ class UsdAttributeGeneric
//! \brief Interface for USD token attributes.
class UsdAttributeFilename
: public Ufe::AttributeFilename
#ifdef UFE_V4_FEATURES_AVAILABLE
Copy link
Collaborator

Choose a reason for hiding this comment

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

Right that was the only one not transitioned!!!

@JGamache-autodesk JGamache-autodesk added the ready-for-merge Development process is finished, PR is ready for merge label Nov 24, 2022
@neilh-adsk neilh-adsk removed the request for review from seando-adsk November 29, 2022 19:09
@neilh-adsk neilh-adsk merged commit a0c52c7 into dev Nov 29, 2022
@neilh-adsk neilh-adsk deleted the gamaj/allow_connecting_filename_attributes branch November 29, 2022 19:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-for-merge Development process is finished, PR is ready for merge ufe Related to UFE component in Maya ufe-usd Related to UFE-USD plugin in Maya-Usd
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants