-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
38 additions
and
6 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,37 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<body> | ||
<strong>Version 0.3.3:</strong> | ||
<strong>Version 0.4:</strong> | ||
<ul> | ||
<li>New build for newer 2020.2.* version of IDEA IDEs</li> | ||
<li>Small grammar bugfixes, icon updates</li> | ||
<p>Enhancements</p> | ||
<ul> | ||
<li> | ||
Add hyperlinking for references (<a href="https://github.com/justint/usd-idea/issues/13">#13</a>) | ||
|
||
<ul> | ||
<li> | ||
Asset/prim reference path links are now clickable! Ctrl+Click reference paths to navigate to the source asset file and/or prim. | ||
</li> | ||
<li> | ||
Custom URI asset paths can also be resolved using <code>usdresolve</code>. | ||
</li> | ||
<li> | ||
New USD settings panel available in editor settings (Languages & Frameworks > USD) to allow configuring of <code>usdresolve</code> path. | ||
</li> | ||
</ul> | ||
|
||
</li> | ||
<li> | ||
Add support for <code>class</code> prims, <code>variants</code>, and <code>variantSets</code> in structure view (<a href="https://github.com/justint/usd-idea/issues/12">#12</a>) | ||
</li> | ||
<li> | ||
Updated the structure view presentations on most objects to make for a cleaner & more readable view | ||
</li> | ||
<li> | ||
New build for newer 2020.3.* version of IDEA IDEs | ||
</li> | ||
</ul> | ||
<p>This plugin has reached +1k downloads! A big thanks to every supporter, including you!</p> | ||
</ul> | ||
</body> | ||
</html> |
This file contains 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