• Stars
    star
    362
  • Rank 116,948 (Top 3 %)
  • Language
    C++
  • License
    Apache License 2.0
  • Created over 3 years ago
  • Updated about 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

USD shell extension for Windows.

Activision USD Shell Extension

A Windows Shell Extension for the Pixar USD file format.

Windows Explorer Features

  • Hydra Realtime Preview
  • Thumbnails
  • Context Menus
  • Metadata Properties

Windows Search Features

  • Metadata Search

More details available here.

Goals

There are several goals that this shell extension tries to adhere to and takes extra precautions to meet.

  • Performance
    It is important that the shell extension not stall Windows Explorer.

  • Stability
    Instability in the shell extension will take down Window Explorer and/or the entire desktop.

The mitigation strategy is to run the majority of the shell extension asynchronously out of the Windows Explorer process.

Dependencies

The following dependencies are required:

Required Microsoft Visual Studio Components:

  • Desktop development with C++
  • C++ ATL
  • Windows 10 SDK
  • Windows Universal C Runtime
  • Python language support