Skip to content

Commit f75da61

Browse files
- Fixing copyright
1 parent b294f4e commit f75da61

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/lib/usd/translators/testUsdExportCameraSameName.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env mayapy
22
#
3-
# Copyright 2016 Pixar
3+
# Copyright 2025 Autodesk
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.
@@ -64,7 +64,6 @@ def testExportMultiCameras(self):
6464
# Verify the camera in USD
6565
cam = UsdGeom.Camera.Get(stage, '/cam')
6666
self.assertTrue(cam)
67-
print(stage.GetRootLayer().ExportToString())
6867

6968

7069
if __name__ == '__main__':

0 commit comments

Comments
 (0)