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?
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?