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

Add PropertyAttributeView and PropertyAttributePropertyView. #716

Merged
merged 7 commits into from
Sep 8, 2023

Conversation

j9liu
Copy link
Contributor

@j9liu j9liu commented Aug 29, 2023

This adds views for PropertyAttribute and PropertyAttributeProperty, similar to the views for property tables and textures. Unlike the others, which can construct views on the Model extension alone, thePropertyAttributeView requires a MeshPrimitive to construct a PropertyAttributePropertyView on. This is because the data exists as an attribute on the primitive-level, not as data on the root model.

Added some unit tests as well. Feel free to ignore the changes in the non-PropertyAttribute specs. Most of it was reorganizing the tests, cleaning up code, and correcting some uncaught errors from the previous PR.

@kring
Copy link
Member

kring commented Sep 4, 2023

This all looks good to me. Happy to merge it after #713.

Base automatically changed from additional-property-details to upgrade-feature-metadata September 8, 2023 01:56
@kring kring merged commit aa984d7 into upgrade-feature-metadata Sep 8, 2023
0 of 2 checks passed
@kring kring deleted the property-attributes branch September 8, 2023 02:02
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