Hey there!
I’m having a problem loading custom synoptic tab on my rig. This is the message I get:
# Traceback (most recent call last):
# File “C:\Users\PC\Documents\maya\2017\modules\scripts\mgear\synoptic_init_.py”, line 235, in updateTabs
# module = importTab(tab_name)
# File “C:\Users\PC\Documents\maya\2017\modules\scripts\mgear\synoptic_init_.py”, line 45, in importTab
# dirs, defFmt, customFmt, tabName)
# File “C:\Users\PC\Documents\maya\2017\modules\scripts\mgear\core\utils.py”, line 148, in importFromStandardOrCustomDirectories
# module = import(module_name, globals(), locals(), ["*"], -1)
# File “C:\Users\PC\Documents\maya\2017\modules\scripts\mgear\synoptic\tabs\Scarlet_body_front_init_.py”, line 15, in
# class SynopticTab(MainSynopticTab, widget.Ui_biped_body):
# AttributeError: ‘module’ object has no attribute 'Ui_biped_body’
# Error: Synoptic tab: %s Loading fail Scarlet_body_front
’module’ object has no attribute ‘Ui_biped_body’ # )
After copying biped folder, I made custom widgets and widget color UI files in Qt Designer. Made sure to compile the file in Maya, reloaded and got this error. I’ve been fighting it for a while now, what exactly I’m missing?
Thanks!