USD Plugins
The Wig USD components are defined in separate modules:
| Module | Description |
|---|---|
| libWigUsd.so | This is the core module which defines the Wig schemas and the primAdapter. It is used as both a USD plugin available for 3rd party applications (usdView, Houdini, etc.) and a library that exposes the schemas and the procedural to the other modules. |
| _WigUsd.so | This module defines python bindings for the Wig schemas and a python functional layer that provides advanced features for users who want to work with the Wig primitives, including the equivalent of some Maya commands for detecting clumps of hair and generating guide curves from the clumps, binding the guide curves to the strands, etc. It can be used in any DCC that provides a python interface for scripting USD. |
| wmWigUsd.so | This module is a plugin for the Maya usdExport command. It teaches Maya how to convert the wmWigFurNodes into WigUsdFurNodes when exporting a USD file. |
| <!-- | wkWigUsd.so |