Hello,
I’m trying to setup channels using Channel Wrangler, and I’m getting an error:
# Traceback (most recent call last): # File "P:\Breaker\Breaker\Tools\AutodeskMaya\hm_tools\Lib\mgear_3_7_8\release\scripts\mgear\rigbits\channelWrangler.py", line 266, in populateChannelLineEdit # chan = attribute.getSelectedChannels(True)[0] # TypeError: 'NoneType' object has no attribute '__getitem__'
Running this through debugger, it seems that line 1043 in attribute.py is returning None
attrs = pm.channelBox(get_channelBox(), q=True, sma=True)
I’m not sure why it would be returning None
; I have channels selected in the channel box. get_ChannelBox() is returning u'mainChannelBox'
For what it’s worth, ‘Set Multi Channel’ is working fine.
I’m running Maya 2020.4 with mGear 2.7.8.
Thanks in advance for any help anyone can provide.
-Chris B.