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

[al] De-activate usdImaging selection in ProxyDrawOverride (#1008) #247

Merged

Conversation

robthebloke
Copy link
Contributor

We noticed when loading our very large sets into Maya that the time taken to select objects in the viewport was taking upto a minute. Running the code through vtune, we identified that the most significant bottleneck was simply a result of the call to UsdImagingEngine::SetSelected. Removing these two calls returned us to an interactive selection speed within the Maya viewport.

* remove usdImaging Selection in ProxyDrawOverride
@kxl-adsk kxl-adsk merged commit a2a66d5 into Autodesk:dev Feb 5, 2020
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.

3 participants