Skip to content

Commit

Permalink
Merge pull request #3106 from Autodesk/santosg87-patch-2
Browse files Browse the repository at this point in the history
Update create_shot.py
  • Loading branch information
seando-adsk authored May 25, 2023
2 parents d5faf9e + 32cbaf3 commit 6877e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/al/tutorials/endToEndMaya/scripts/create_shot.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def _CreateShot(shotName, shotDir, baseLayer):

from pxr import Usd, UsdGeom
shotStage = Usd.Stage.CreateNew(shotFilePath)
print "Creating shot at %s" % shotFilePath
print("Creating shot at %s" % shotFilePath)

_CreateAndAddSubLayers(shotStage, shotName, shotDir, [
'./%s_sim.usd' % shotName,
Expand Down

0 comments on commit 6877e0a

Please sign in to comment.