Skip to content

Commit

Permalink
adding doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcampos committed May 31, 2024
1 parent 8f96656 commit 3a1d8ca
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions release/scripts/mgear/core/attribute.py
Original file line number Diff line number Diff line change
Expand Up @@ -649,6 +649,10 @@ def setInvertMirror(node, invList=None):
Arguments:
node (dagNode): The object to set invert mirror Values
invList (list, optional): list of axis to invert ["tx", "tz"]
i.e: attribute.setInvertMirror(ctl_pyNode, invList=["tx", "tz"] )
"""

Expand Down

0 comments on commit 3a1d8ca

Please sign in to comment.