Skip to content

Commit

Permalink
Fix reference typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jcowles committed Jan 25, 2024
1 parent d631a2a commit 9142505
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions test_assets/AlphaBlendModeTest/index.usda
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#usda 1.0
(
defaultPrim = "AlphablendModeTest"
defaultPrim = "AlphaBlendModeTest"
)

def "AlphablendModeTest" (
prepend references = @./AlphablendModeTest.usd@
def "AlphaBlendModeTest" (
prepend references = @./AlphaBlendModeTest.usd@
)
{}
2 changes: 1 addition & 1 deletion test_assets/TextureCoordinateTest/index.usda
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
)

def "TextureCoordinateTest" (
prepend references = @./TextureCoordinateTest.usdz@
prepend references = @./TextureCoordinateTest.usda@
)
{}
2 changes: 1 addition & 1 deletion test_assets/TextureTransformTest/index.usda
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
)

def "TextureTransformTest" (
prepend references = @./TextureTransformTest.usdz@
prepend references = @./TextureTransformTest.usd@
)
{}

0 comments on commit 9142505

Please sign in to comment.