Hi all,
I want to build custom synoptic tabs and I followed the video for creating a custom synoptic path. So I duplicated the biped template into my custom folder and renamed it to biped_sample. It shows up in the settings but after I build the rig and try to use it I get this error:
# Traceback (most recent call last):
# File “C:\Users\Armin Halac\Dropbox (Wooga)\Anim Tech\maya modules\mgear_3.0.5\scripts\mgear\synoptic_init_.py”, line 235, in updateTabs
# module = importTab(tab_name)
# File “C:\Users\Armin Halac\Dropbox (Wooga)\Anim Tech\maya modules\mgear_3.0.5\scripts\mgear\synoptic_init_.py”, line 45, in importTab
# dirs, defFmt, customFmt, tabName)
# File “C:\Users\Armin Halac\Dropbox (Wooga)\Anim Tech\maya modules\mgear_3.0.5\scripts\mgear\core\utils.py”, line 154, in importFromStandardOrCustomDirectories
# module = import(module_name, globals(), locals(), ["*"], -1)
# File “C:/Users/Armin Halac/Dropbox (Wooga)/Anim Tech/mgear custom/synoptic\biped_sample_init_.py”, line 7, in
# from … import utils
# ValueError: Attempted relative import beyond toplevel package
// Error: Synoptic tab: %s Loading fail biped_sample
Attempted relative import beyond toplevel package //
Any idea why it would not work?