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
Hello, I was wondering if it possible to get access to the PhysxSchema and UsdPhysics modules (or really any module in the pxr package for that matter) without having to start a simulation/use the app launcher. For instance, I would like to say something like: from pxr import PhysxSchema, UsdPhysics
in my code so that I can write my own USD file using the provided APIs. I know that I can get access to UsdPhysics by installing something like usd-core directly, but I would like to get access to both if possible. Thanks!
The text was updated successfully, but these errors were encountered:
Importing
pxr
Without Starting SimulationHello, I was wondering if it possible to get access to the
PhysxSchema
andUsdPhysics
modules (or really any module in thepxr
package for that matter) without having to start a simulation/use the app launcher. For instance, I would like to say something like:from pxr import PhysxSchema, UsdPhysics
in my code so that I can write my own USD file using the provided APIs. I know that I can get access to UsdPhysics by installing something like
usd-core
directly, but I would like to get access to both if possible. Thanks!The text was updated successfully, but these errors were encountered: