Skip to content

Commit

Permalink
add optional command
Browse files Browse the repository at this point in the history
  • Loading branch information
moonyuet committed Jul 3, 2024
1 parent 44b49c9 commit de8fd88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/ayon_maya/plugins/publish/extract_ornatrix_rig.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def process(self, instance):

with lib.maintained_selection():
cmds.select(source_nodes, noExpand=True)
mel.eval(f'OxSaveGroom -path "{ox_groom_path}"')
mel.eval(f'OxSaveGroom -path "{ox_groom_path}" -optional;')
self.log.debug(f"{ox_groom_path}")

# Ensure files can be stored
Expand Down

0 comments on commit de8fd88

Please sign in to comment.