First, there is a missing UsdGeom
from pxr import Gf, UsdGeom
Second, there is a missing ) at the end of the line
print(Gf.Vec3d(*result.hit_position))
I hope friends who use this extension will pay attention to this error
First, there is a missing UsdGeom
from pxr import Gf, UsdGeom
Second, there is a missing ) at the end of the line
print(Gf.Vec3d(*result.hit_position))
I hope friends who use this extension will pay attention to this error
Thanks for letting me know. I will pass this along to documentation.
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.