Skip to content

mcneel/RhinoUSD

Repository files navigation

RhinoUSD

This repository contains the source code and Visual Studio solution (.sln) to build RhinoUSD, Rhino file export and import plug-in for Pixar's USD file format.

The repository contains the following projects:

  • opennurbs_usd_console - C++ console application that uses the open source version of opennurbs
  • export_USD - A Rhino C++ plug-in that exports .USD files
  • import_USD - A Rhino C++ plug-in that imports .USD files

Building

Pre-requisites

  • export_USD and import_USD require the Rhino C++ SDK be installed.
  • Visual Studio 2022
  • A local copy of the Rhino source code

NOTE: This project cannot be currently built or debugged without having access to the Rhino Source Code

Relevant Documentation

If you're interested in debugging, understanding and even contributing to this repo, having a basic understanding of USD will go a long way to helping you understand the source code.

Releases

No releases published

Packages

No packages published