Home

Awesome

Build JetBrains IntelliJ Plugins JetBrains IntelliJ plugins

<img src="https://github.com/justint/usd-idea/blob/main/img/screenshot.PNG?raw=true" width="800px">

usd-idea

A plugin for JetBrains IDEs (PyCharm, IntelliJ, etc) that provides support for Universal Scene Description (USD), a framework for interchange of 3D computer graphics data, developed by Pixar Animation Studios.

Features

Installing

usdresolve path can be configured in <kbd>Settings</kbd> > <kbd>Languages & Frameworks</kbd> > <kbd>USD</kbd>.

Building

  1. Install IntelliJ IDEA; install Gradle and Plugin Devkit plugins (installed by default)

  2. Open this project

  3. Build the project: <kbd>Build</kbd> > <kbd>Build Project</kbd>

  4. Launch the plug-in: <kbd>Gradle</kbd> > <kbd>usd-idea</kbd> > <kbd>Tasks</kbd> > <kbd>intellij</kbd> > <kbd>runIde</kbd>

    This will launch the plugin in the IntelliJ IDEA version specified in the build.gradle.

    If you wish to launch it in a different non-IDEA JetBrains IDE (ie. PyCharm, CLion), you can specify an <kbd>alternativeIdePath</kbd> to your editor's path. See the grade-intellij-plugin documentation for more details.

For more details on building IntelliJ Platform plugins, see JetBrains's documentation: IntelliJ Platform SDK DevGuide - Quick Start Guide

License

MIT license