Releases: justint/usd-idea
Releases · justint/usd-idea
v0.4.2
v0.4.1
v0.4
This release has been pulled temporarily while I troubleshoot compatibility issues: #16
- Add hyperlinking for references (#13)
- Asset/prim reference path links are now clickable! Ctrl+Click reference paths to navigate to the source asset file and/or prim.
- Custom URI asset paths can also be resolved using
usdresolve
. - New USD settings panel available in editor settings (Languages & Frameworks > USD) to allow configuring of
usdresolve
path.
- Add support for
class
prims,variants
, andvariantSets
in structure view (#12) - Updated the structure view presentations on most objects to make for a cleaner & more readable view
- New build for newer 2020.3.* version of IDEA IDEs
This plugin has reached +1k downloads! A big thanks to every supporter!
v0.3.3
v0.3.2
- Added breadcrumbs feature: see where your text cursor is in the prim hierarchy at the bottom of your editor window.
- Fixed #10: Added recovery functions to core language structures. This makes the plugin a lot more stable for malformed USD files or grammar issues.
- Fixed #11: Allow dictionaries to have string names.
- Added support for the following objects in Structure View:
- Metadata
- Dictionaries
v0.3.1
v0.3
- Added initial support for structure view! (#3)
This allows you to view the outline/structure of USD files and navigate quickly to objects using the Structure tool view. The objects' name & type (if available) will be displayed in the Structure.
The current list of supported objects in Structure view are:- Prims
- Attribute properties
- (Some) relationship properties
- New build for newer 2020.* version of IDEA IDEs