TheFoundryVisionmongers / KatanaUsdPlugins

Katana USD Plugins Repo
Other
48 stars 20 forks source link

pxr_katana_python_plugin is not installing modules into folders #20

Open ainaerco opened 3 years ago

ainaerco commented 3 years ago

In python/usdExport/CMakeLists.txt pxr_katana_python_plugin supposed to install PYTHON_MODULE_FILES UsdExport/typeConversionMaps.py UsdExport/init.py UsdExport/material.py usdExport.py imports UsdExport.material but produced by make paths are init.py typeConversionMaps.py material.py therefore import fails.

JamesPedFoundry commented 3 years ago

Hi Ainaerco,

We have fixed this internally under ID 459446, and will be uploaded soon.

Cheers, James

ainaerco commented 3 years ago

Hi, I can see this is fixed now, happy to close...