Skip to content

Commit

Permalink
HYDRA-712 : Add missing frame check in test
Browse files Browse the repository at this point in the history
  • Loading branch information
debloip-adsk committed Jun 25, 2024
1 parent 61811aa commit c137ac2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,8 @@ def test_UsdStageAnimatedPrim(self):
self.keyframeAttribute(stageParent, "translateY", 5)
self.keyframeAttribute(stageTransform, "translateZ", 5)

checkedTimes = [0, 1, 3, 5, 7, 10, 12]
# Note : frame 15 is empty, as the prim is hidden
checkedTimes = [0, 1, 3, 5, 7, 10, 12, 15]

for time in checkedTimes:
cmds.currentTime(time)
Expand Down

0 comments on commit c137ac2

Please sign in to comment.