Skip to content

Releases: justint/usd-idea

v0.4.2

06 Jul 06:15
Compare
Choose a tag to compare
  • New build for 2021.3+ versions of IDEA IDEs. (#21 Big thanks to Jan Honsbrok for the update!)

v0.4.1

08 Aug 23:17
Compare
Choose a tag to compare
  • Add tooltips to breadcrumbs
  • New build for 2021.1 and 2021.2 versions of IDEA IDEs

v0.4

17 Jan 02:56
Compare
Choose a tag to compare
v0.4 Pre-release
Pre-release

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, and variantSets 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

23 Sep 20:39
Compare
Choose a tag to compare
v0.3.3 Pre-release
Pre-release
  • New build for newer 2020.2.* version of IDEA IDEs
  • Small grammar bugfixes, icon updates

v0.3.2

14 Jul 08:37
Compare
Choose a tag to compare
v0.3.2 Pre-release
Pre-release
  • 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

15 Jun 06:43
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release
  • Fixed bug with Structure View where untyped properties were triggering an assertion error.
  • Fixed #4: Some namespaced attribute names break the parser

v0.3

30 May 23:28
Compare
Choose a tag to compare
v0.3 Pre-release
Pre-release
  • 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

v0.2.3

22 Oct 07:10
Compare
Choose a tag to compare
v0.2.3 Pre-release
Pre-release
  • Fixes #1 (Error displayed on .connect token)
  • Grammar updates:
    • Added reorder list edit action
    • Added assetInfo token
    • Support more than numeric timeSampled types
  • New build for newer 2019.* version of IDEA IDEs

v0.2.2

03 Jun 06:24
Compare
Choose a tag to compare
v0.2.2 Pre-release
Pre-release
  • Updated syntax highlighting color scheme, with added support for types
  • Grammar updates for customData, booleans, and dictionaries

v0.2

25 May 04:26
Compare
Choose a tag to compare
v0.2 Pre-release
Pre-release
Add brace matching/folding feature