Hi guys!
Having some issues trying to bake the dynamics on a chain_spring_01 component
keep getting an ‘Object ‘0’ not found’ error
am using Maya 2022, mgear 4.0.9
tried using the ‘bake springs’ options both in the Synoptic and in the Rigbits>Bake Spring nodes options and both give the same error
Am I missing something here?
Thanks for any help!
Error when using the Rigbits ‘Bake Spring nodes’ menu option:
Error: RuntimeError: file C:\Users*\Documents\maya\2022\modules\scripts\mgear\core\utils.py line 185: paneLayout: Object ‘0’ not found. #
Error when using the synoptic ‘bake springs’ option:
Traceback (most recent call last):
File “C:\Users*\Documents\maya\2022\modules\scripts\mgear\synoptic\widgets.py”, line 64, in mousePressEvent
utils.bakeSprings(model)
File “C:\Users*\Documents\maya\2022\modules\scripts\mgear\core\utils.py”, line 214, in wrap
raise e
File “C:\Users*\Documents\maya\2022\modules\scripts\mgear\core\utils.py”, line 211, in wrap
return func(*args, **kwargs)
File “C:\Users*\Documents\maya\2022\modules\scripts\mgear\core\utils.py”, line 185, in wrap
cmds.paneLayout(gMainPane, edit=True, manage=False)
RuntimeError: paneLayout: Object ‘0’ not found.