You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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_24__pxrReserved__::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?
The text was updated successfully, but these errors were encountered:
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_24__pxrReserved__::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?
The text was updated successfully, but these errors were encountered: