Closed ThaiLe-gt closed 2 weeks ago
I found the problem is that I haven't declared the usdGeom library in NvPxrPlugin.cmake file.
To fix this, I added the following line: target_link_libraries(${PXR_PLUGIN_PYTHON_TARGET_NAME} PUBLIC usdGeom)
in line 731 and line 875.
Once usdGeom is declared, I can build my custom schema
Thanks @ThaiLe-gt -- that is the expected behavior and fix. Can this be closed? 🙏🏼
Sure, I will close it. Thanks @asluk
I am trying to build a custom schema that inherits </ Xform> instead of inheriting</ Type>. However, I got an error while building that schema. I also have read this issue but it didn't work in my case LNK2019
System Information:
My custom schema
Compiling error messages