Open
Conversation
When installed for all user, the python registry keys may be under HKLM instead of HKCU. HKCU has precedence.
Always check the registry first for a python install.
Specifying DPI awareness in the manifest file. This fixes per monitor DPI issues with the preview window under Python 2.7.
A call to QtWidget::activateWindow must be made by UsdView to bring the window into the foreground. Adding a usdview.py script that inherits from Pixar's usdview and adds: 1. A call to QtWidget::activateWindow after the window is created to bring it to the foreground. 2. A usd icon for the window.
Bumping version for next release.
The preview window will now have a camera context menu. This menu will only be present if a scene has cameras.
Extracting PythonPath from the registry and applying it in the environment.
Similar to the existing USD configuration page but for configuring Python.
Propagating AllowSetForegroundWindow
Removing incorrect comment header
Setting to CLInclude to hopefully have EventViewerMessages project complete before dependent projects start compiling.
Showing all Python search locations
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bug Fixes
New Features