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

Fix extent computation plugins for simple primitive types (sphere/cube/cone/etc) #1284

Merged
merged 1 commit into from
Aug 14, 2020

Conversation

marktucker
Copy link
Contributor

The extent computation functions for these basic primitive types were not passing
the time argument to the UsdAttribute.Get calls.

Description of Change(s)

Use the timecode argument passed to extent computation plugins when fetching
attribute values from the primitive. Otherwise the default value for the
attribute would always be used. Implementations for other primitive types
already use the timecode this way.

…etching

attribute values from the primitive. Otherwise the default value for the
attribute would always be used. Implementations for other primitive types
already use the timecode this way.
@jtran56
Copy link

jtran56 commented Aug 8, 2020

Filed as internal issue #USD-6273

@pixar-oss pixar-oss merged commit 566c1a0 into PixarAnimationStudios:dev Aug 14, 2020
@marktucker marktucker deleted the dev_compute_bounds branch October 22, 2020 17:46
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.

5 participants