forked from PixarAnimationStudios/OpenUSD
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[usdUtils] add a UsdUtilsTimeCodeRange type for representing a range …
…between a start and end with a certain stride Note that this change also adds a registration for the testUsdUtilsStitchCpp test which was missing from the CMakeLists.txt, and sorts all of the file and test declarations to make that easier to spot in the future. (Internal change: 1949685)
- Loading branch information
Showing
7 changed files
with
1,388 additions
and
38 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,4 +39,5 @@ TF_WRAP_MODULE | |
TF_WRAP( StageCache ); | ||
TF_WRAP( Stitch ); | ||
TF_WRAP( StitchClips ); | ||
TF_WRAP( TimeCodeRange ); | ||
} |
Oops, something went wrong.