Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion release/scripts/mgear/core/attribute.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def addAttribute(
when the attribute is not keyable. (optional)

Returns:
str: The long name of the new attribute
pm.Attribute: A pymaya `Attribute` wrapper of the new attribute.
"""
if isinstance(node, str):
try:
Expand Down
2 changes: 1 addition & 1 deletion release/scripts/mgear/core/curve.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def addCurve(
op (bool, optional): If True will add a curve that pass over the points
This is equivalent of using"editPoint " flag

No Longer Returned:
Returns:
dagNode: The newly created curve.
"""
# Check and convert only if the item is an MPoint
Expand Down
Loading
Loading