Skip to content

Commit

Permalink
Updated call to capture scene to accept keyword arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoveda committed Nov 23, 2019
1 parent 4a0cc0d commit 363dca1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion artellapipe/dccs/maya/managers/playblasts.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def parse_current_scene(self):
'sound': maya.cmds.timeControl(time_control, query=True, sound=True) or None
}

def capture_scene(self, options):
def capture_scene(self, **options):
path = super(MayaPlayblastsManager, self).capture_scene(options=options)
path = playblast.fix_playblast_output_path(path)

Expand Down

0 comments on commit 363dca1

Please sign in to comment.