{"id":13838681,"url":"https://github.com/justint/usd-idea","last_synced_at":"2025-10-23T11:31:08.385Z","repository":{"id":43185984,"uuid":"180519933","full_name":"justint/usd-idea","owner":"justint","description":"Universal Scene Description (USD) plugin for JetBrains IDEs (PyCharm, CLion, etc...)","archived":false,"fork":false,"pushed_at":"2023-07-28T05:55:05.000Z","size":452,"stargazers_count":51,"open_issues_count":5,"forks_count":4,"subscribers_count":8,"default_branch":"main","last_synced_at":"2025-01-30T18:04:16.490Z","etag":null,"topics":["clion","computer-graphics","pixar","plugin","pycharm","universal-scene-description","usd","vfx"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/justint.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-04-10T06:48:11.000Z","updated_at":"2024-03-28T05:35:31.000Z","dependencies_parsed_at":"2024-01-12T02:43:33.903Z","dependency_job_id":"fcfc8e1a-1349-4e13-8e24-3c44437df61a","html_url":"https://github.com/justint/usd-idea","commit_stats":null,"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justint%2Fusd-idea","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justint%2Fusd-idea/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justint%2Fusd-idea/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/justint%2Fusd-idea/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/justint","download_url":"https://codeload.github.com/justint/usd-idea/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237821394,"owners_count":19371747,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clion","computer-graphics","pixar","plugin","pycharm","universal-scene-description","usd","vfx"],"created_at":"2024-08-04T16:00:28.900Z","updated_at":"2025-10-23T11:31:08.009Z","avatar_url":"https://github.com/justint.png","language":"Java","funding_links":[],"categories":["Libraries \u0026 Tools","IDE","Syntax Highlighters"],"sub_categories":["Text Editor Plugins","PyCharm"],"readme":"[![Build](https://github.com/justint/usd-idea/actions/workflows/build.yml/badge.svg)](https://github.com/justint/usd-idea/actions/workflows/build.yml)\n[![JetBrains IntelliJ Plugins](https://img.shields.io/jetbrains/plugin/v/12407-usd.svg?style=popout)](https://plugins.jetbrains.com/plugin/12407-usd)\n[![JetBrains IntelliJ plugins](https://img.shields.io/jetbrains/plugin/d/12407-usd.svg?style=popout)](https://plugins.jetbrains.com/plugin/12407-usd)\n\n\u003cimg src=\"https://github.com/justint/usd-idea/blob/main/img/screenshot.PNG?raw=true\" width=\"800px\"\u003e\n\n# usd-idea\n\nA plugin for JetBrains IDEs (PyCharm, IntelliJ, etc) that provides support for [Universal Scene Description (USD)](https://github.com/PixarAnimationStudios/USD), a framework for interchange of 3D computer graphics data, developed by Pixar Animation Studios.\n\n## Features\n\n- `.usd`/`.usda` filetype syntax highlighting \u0026 validation\n- Asset/prim reference navigation (with `usdresolve`)\n- Brace matching/folding\n- Structure view\n\n## Installing\n\n- Within the IDE:\n\n    \u003ckbd\u003ePreferences\u003c/kbd\u003e \u003e \u003ckbd\u003ePlugins\u003c/kbd\u003e \u003e \u003ckbd\u003eMarketplace\u003c/kbd\u003e \u003e Search for \"USD\" \u003e \u003ckbd\u003eInstall\u003c/kbd\u003e\n\n- Manually:\n    \n    Download the [latest release](latest-release) and install it manually using \u003ckbd\u003ePreferences\u003c/kbd\u003e \u003e \u003ckbd\u003ePlugins\u003c/kbd\u003e \u003e \u003ckbd\u003eInstall Plugin from Disk...\u003c/kbd\u003e\n    \n`usdresolve` path can be configured in \u003ckbd\u003eSettings\u003c/kbd\u003e \u003e \u003ckbd\u003eLanguages \u0026 Frameworks\u003c/kbd\u003e \u003e \u003ckbd\u003eUSD\u003c/kbd\u003e.\n\n## Building\n\n1. [Install IntelliJ IDEA](https://www.jetbrains.com/idea/download); install **Gradle** and **Plugin Devkit** plugins (installed by default)\n2. Open this project\n3. Build the project: \u003ckbd\u003eBuild\u003c/kbd\u003e \u003e \u003ckbd\u003eBuild Project\u003c/kbd\u003e\n4. Launch the plug-in: \u003ckbd\u003eGradle\u003c/kbd\u003e \u003e \u003ckbd\u003eusd-idea\u003c/kbd\u003e \u003e \u003ckbd\u003eTasks\u003c/kbd\u003e \u003e \u003ckbd\u003eintellij\u003c/kbd\u003e \u003e \u003ckbd\u003erunIde\u003c/kbd\u003e\n   \n   This will launch the plugin in the IntelliJ IDEA version specified in the [build.gradle](https://github.com/justint/usd-idea/blob/master/build.gradle). \n   \n   If you wish to launch it in a different non-IDEA JetBrains IDE (ie. PyCharm, CLion), you can specify an \u003ckbd\u003ealternativeIdePath\u003c/kbd\u003e to your editor's path. See the [grade-intellij-plugin](https://github.com/JetBrains/gradle-intellij-plugin/) documentation for more details. \n\nFor more details on building IntelliJ Platform plugins, see JetBrains's documentation: [IntelliJ Platform SDK DevGuide - Quick Start Guide](https://www.jetbrains.org/intellij/sdk/docs/basics/basics.html)\n\n## License\n\nMIT license\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustint%2Fusd-idea","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjustint%2Fusd-idea","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjustint%2Fusd-idea/lists"}