-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
usd: change how imports are generated
- Loading branch information
Showing
6 changed files
with
7 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,2 @@ | ||
# mypy: disable_error_code = misc | ||
import pxr.Ar as Ar | ||
import pxr.CameraUtil as CameraUtil | ||
import pxr.Garch as Garch | ||
import pxr.GeomUtil as GeomUtil | ||
import pxr.Gf as Gf | ||
import pxr.Glf as Glf | ||
import pxr.Kind as Kind | ||
import pxr.Ndr as Ndr | ||
import pxr.Pcp as Pcp | ||
import pxr.Plug as Plug | ||
import pxr.PxOsd as PxOsd | ||
import pxr.Sdf as Sdf | ||
import pxr.Sdr as Sdr | ||
import pxr.Tf as Tf | ||
import pxr.Trace as Trace | ||
import pxr.Usd as Usd | ||
import pxr.UsdAppUtils as UsdAppUtils | ||
import pxr.UsdGeom as UsdGeom | ||
import pxr.UsdHydra as UsdHydra | ||
import pxr.UsdImagingGL as UsdImagingGL | ||
import pxr.UsdLux as UsdLux | ||
import pxr.UsdMedia as UsdMedia | ||
import pxr.UsdMtlx as UsdMtlx | ||
import pxr.UsdPhysics as UsdPhysics | ||
import pxr.UsdProc as UsdProc | ||
import pxr.UsdRender as UsdRender | ||
import pxr.UsdRi as UsdRi | ||
import pxr.UsdShade as UsdShade | ||
import pxr.UsdSkel as UsdSkel | ||
import pxr.UsdUI as UsdUI | ||
import pxr.UsdUtils as UsdUtils | ||
import pxr.UsdVol as UsdVol | ||
import pxr.Usdviewq as Usdviewq | ||
import pxr.Vt as Vt | ||
import pxr.Work as Work | ||
from . import Ar as Ar, CameraUtil as CameraUtil, Garch as Garch, GeomUtil as GeomUtil, Gf as Gf, Glf as Glf, Kind as Kind, Ndr as Ndr, Pcp as Pcp, Plug as Plug, PxOsd as PxOsd, Sdf as Sdf, Sdr as Sdr, Tf as Tf, Trace as Trace, Usd as Usd, UsdAppUtils as UsdAppUtils, UsdGeom as UsdGeom, UsdHydra as UsdHydra, UsdImagingGL as UsdImagingGL, UsdLux as UsdLux, UsdMedia as UsdMedia, UsdMtlx as UsdMtlx, UsdPhysics as UsdPhysics, UsdProc as UsdProc, UsdRender as UsdRender, UsdRi as UsdRi, UsdShade as UsdShade, UsdSkel as UsdSkel, UsdUI as UsdUI, UsdUtils as UsdUtils, UsdVol as UsdVol, Usdviewq as Usdviewq, Vt as Vt, Work as Work |