https://github.com/sssooonnnggg/usdc-viewer
https://github.com/sssooonnnggg/usdc-viewer
openusd usd usda usdc usdview
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sssooonnnggg/usdc-viewer
- Owner: sssooonnnggg
- License: mit
- Created: 2023-09-13T10:02:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-07T03:54:25.000Z (about 1 year ago)
- Last Synced: 2024-04-07T04:34:18.547Z (about 1 year ago)
- Topics: openusd, usd, usda, usdc, usdview
- Language: TypeScript
- Homepage:
- Size: 25.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# usdc-viewer
This extension provides a viewer for USD binary files(.usdc). It is based on the usdcat command line tool.
## Features
- View a usdc file as plain text format
- Save usdc file as plain text format (.usda) or vice versa
- Save usdc files inside a folder as plain text format (.usda) or vice versa## Requirements
You should install the OpenUsd library first.
## Extension Settings
- `usdc-viewer.usdRoot`: The root path of the OpenUsd library. If you has no environment to compile it from source, you can download the precompiled binaries from the [NVIDIA's official website](https://developer.nvidia.com/usd#libraries-and-tools)
## Usage
- To view or convert a single usdc file:
- Open a usdc file in VSCode.
- Right-click on the file and select "Open With Usdc Viewer" or "Save As Usda".
- To convert a usda file to usdc:
- Right-click on a usda file and select "Save As Usdc".
- To convert all usdc files in a folder or vice versa:
- Right-click on the folder and select "Convert Usdc to Usda In Folder" or "Convert Usda to Usdc In Folder".
- To convert all usdc files in the workspace folder or vice versa:
- Right-click on the blank area in the explorer and select "Convert Usdc to Usda In Folder" or "Convert Usda to Usdc In Folder".
- To open with usdview:
- Right-click on a usd file and select "Open With Usdview".