How To Use USD Importer #5870
Replies: 1 comment 1 reply
-
|
You have to include this in your configuration: -DASSIMP_WARNINGS_AS_ERRORS=OFF . tinyusdz doesn't compile without warnings, but assimp treats all warnings as errors by default. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
I want to use USD with assimp, but I have a question about how to do that.
When I looked at CMakeLists.txt, it seems that the USD build flag is turned off by default, so I turned it on from the command line.
CMakeLists.txt
I have Visual Studio 2022 installed.
When I tried to build using the following command, an error occurred at 6.
command
log
log
Is there any solution?
Beta Was this translation helpful? Give feedback.
All reactions