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

Cryptomatte : Rename __manifestScene plug #5927

Conversation

murraystevenson
Copy link
Contributor

This becomes necessary now that we make the Hierarchy View ignore private plugs in #5924. __manifestScene will now be ignored, resulting in the Hierarchy View no longer displaying the Cryptomatte manifest, so we rename the plug to manifestScene and hide both its nodeGadget and plugValueWidget.

Technically this is a breaking change, but then this is/was a private plug...

@murraystevenson murraystevenson self-assigned this Jun 27, 2024
Copy link
Member

@johnhaddon johnhaddon left a comment

Choose a reason for hiding this comment

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

Technically this is a breaking change, but then this is/was a private plug...

Since it was private, I don't see it as a breaking change. In the worst case we can add a compatibility shim if anyone runs into trouble, but I don't think we should right now.

Having the plug be public seems pretty reasonable anyway - could be useful. Worth a mention in Changes.md?

""",

"plugValueWidget:type", None,
"nodeGadget:type", None,
Copy link
Member

Choose a reason for hiding this comment

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

I think this would need to be "nodule:type", but since the nodule isn't showing up, I presume it's not actually necessary.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

D'oh!

This becomes necessary now that we make the Hierarchy View ignore private plugs. `__manifestScene` will now be ignored, resulting in the Hierarchy View no longer displaying the Cryptomatte manifest, so we rename the plug to `manifestScene`.
@murraystevenson
Copy link
Contributor Author

Thanks! Changes.md entry added and metadata tidied up. Should be good to go.

@johnhaddon johnhaddon merged commit fb93e8b into GafferHQ:1.4_maintenance Jul 1, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants