Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
BigRoy committed May 12, 2017
1 parent 8e44af8 commit b037f3a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions capture.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,10 @@ def capture(camera=None,
if end_frame is None:
end_frame = cmds.playbackOptions(maxTime=True, query=True)

# (#77) Ignore `filename` when `complete_filename` provided
if complete_filename is not None:
filename = None

# (#74) Bugfix: `maya.cmds.playblast` will raise an error when playblasting
# with `rawFrameNumbers` set to True but no explicit `frames` provided.
# Since we always know what frames will be included we can provide it
Expand Down

0 comments on commit b037f3a

Please sign in to comment.