Hi,
Does anyone know what could be causing this?
When ‘Importing RBF’ there’s no issue. Other then that Driven section looks empty (not sure should it load all of the RBF or not, but they still work and rotate as pose of a driver change.
I’m using RBF to drive multiple ‘chain_01’ components.
When i ‘Select RBF Setup’ I get below error:
# Traceback (most recent call last):
# File "C:\Users\Bravo\Documents\maya\modules\scripts\mgear\rigbits\rbf_manager_ui.py", line 1202, in displayRBFSetupInfo
# self.recreateDrivenTabs(self.allSetupsInfo[rbfSelection])
# File "C:\Users\Bravo\Documents\maya\modules\scripts\mgear\rigbits\rbf_manager_ui.py", line 1163, in recreateDrivenTabs
# rbfNodes = sorted(rbfNodes)
# TypeError: '<' not supported between instances of 'RBFNode' and 'RBFNode'
Trying to edit driven’s position don’t zero out rotations and gives following error:
# Traceback (most recent call last):
# File "C:\Users\Bravo\Documents\maya\modules\scripts\mgear\rigbits\rbf_manager_ui.py", line 786, in editPose
# drivenTableWidget = getattr(drivenWidget, "tableWidget")
# AttributeError: 'NoneType' object has no attribute 'tableWidget'
I’m running Windows 11, Maya 2022.2 and mGear 4.0.3. Epic Mannequin, but RBFs are on chain_01 component.
Not sure did I missed a step or what could be causing this.
Cheers.