I create an extensions and when I add
from pxr import Usd, UsdGeom, Gf, Sdf
it complains that Import “pxr” could not be resolvedPylancereportMissingImports, and extension get red warning mark. How can I solve this problem.
I create an extensions and when I add
from pxr import Usd, UsdGeom, Gf, Sdf
it complains that Import “pxr” could not be resolvedPylancereportMissingImports, and extension get red warning mark. How can I solve this problem.