drwave / usd-sketchup

Source & macOS binary of USD exporter for SketchUp
Other
63 stars 5 forks source link

Old USD API reference in project #28

Open jremen opened 1 month ago

jremen commented 1 month ago

I've tried to build USD Sketchup Export plugin on macOs with Apple Silicon. After using newer versions of Pixars libraries and many errors fixed, I'm getting only one error on build: usd-sketchup/usd-sketchup/USDExporter.cpp:1714:33 No member named 'CreatePrimvar' in 'pxrInternal_v0_24pxrReserved::UsdGeomMesh'

As I have found out, this is due to dropping this API call from OpenUSD/new USD libraries. Is it possible to upgrade this project to be able to build it for newer Sketchup and Apple Silicon, using newer versions of Pixars libs?

Or is this project completely dead?