Hello! I’m really enjoying learning mGear, it’s a really great rigging system. I’m trying to make some custom buttons in Synoptic, and this is the error message I’m getting:
Loading synoptic tab of biped
# Traceback (most recent call last):
# File "S:\Programs\mgear_3.1.1\scripts\mgear\synoptic\__init__.py", line 236, in updateTabs
# synoptic_tab = getattr(module, "SynopticTab")()
# File "S:\Programs\mgear_3.1.1\scripts\mgear\synoptic\tabs\HH_FoxBoy\__init__.py", line 31, in __init__
# super(SynopticTab, self).__init__(self, parent)
# File "S:\Programs\mgear_3.1.1\scripts\mgear\synoptic\tabs\__init__.py", line 48, in __init__
# klass.setupUi(self)
# File "S:\Programs\mgear_3.1.1\scripts\mgear\synoptic\tabs\HH_FoxBoy\widget.py", line 67, in setupUi
# palette.setBrush(QtGui.QPalette.Active, QtGui.QPalette.PlaceholderText, brush)
# AttributeError: type object 'PySide2.QtGui.QPalette' has no attribute 'PlaceholderText'
// Error: Synoptic tab: %s Loading fail HH_FoxBoy
type object 'PySide2.QtGui.QPalette' has no attribute 'PlaceholderText' //
Any idea what might be causing this? All I did was copy and paste the buttons, and change some of the control names, like in this tutorial.