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

Globe anchors don't update when using timesampled attributes #715

Open
lilleyse opened this issue May 7, 2024 · 1 comment
Open

Globe anchors don't update when using timesampled attributes #715

lilleyse opened this issue May 7, 2024 · 1 comment

Comments

@lilleyse
Copy link
Contributor

lilleyse commented May 7, 2024

Globe anchors don't update when using timesampled attribute since these don't trigger USD change notifications.

To fix this, we need some other way of detecting when a timesampled attribute has changed.

@ckolve
Copy link

ckolve commented May 13, 2024

Potentially this could be done via dedicated action graph nodes (the input would be lat/long/elevation via a readPrimAttrib and the output xyz, to be written via a writePrimAttrib?) there is precedence for this when looking at how animation curves are being handled. I also noticed crashes when repeatedly setting anchor lat/long values in fast succession (via a script or omnigraph), which might be related to how changes are triggering updates.

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

No branches or pull requests

2 participants