We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b294f4e commit f75da61Copy full SHA for f75da61
test/lib/usd/translators/testUsdExportCameraSameName.py
@@ -1,6 +1,6 @@
1
#!/usr/bin/env mayapy
2
#
3
-# Copyright 2016 Pixar
+# Copyright 2025 Autodesk
4
5
# Licensed under the Apache License, Version 2.0 (the "License");
6
# you may not use this file except in compliance with the License.
@@ -64,7 +64,6 @@ def testExportMultiCameras(self):
64
# Verify the camera in USD
65
cam = UsdGeom.Camera.Get(stage, '/cam')
66
self.assertTrue(cam)
67
- print(stage.GetRootLayer().ExportToString())
68
69
70
if __name__ == '__main__':
0 commit comments