Skip to content

Commit bf69dc3

Browse files
committed
update mannequin templates to use only EPIC components. fixes #58
1 parent ab0b36f commit bf69dc3

3 files changed

Lines changed: 8441 additions & 8337 deletions

File tree

release/scripts/mgear/rigbits/rbf_manager2/rbf_manager_ui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2127,7 +2127,7 @@ def __init__(self, parent=pyqt.maya_main_window()):
21272127
btn_box.rejected.connect(self.reject)
21282128

21292129
def get_text(self):
2130-
"""Return the string the user typed."""
2130+
"""Return the string normalized as a valid Maya name."""
21312131
return mString.normalize2(self.line_edit.text())
21322132

21332133

0 commit comments

Comments
 (0)