Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while mgear menu generation on startup #265

Closed
araifractal opened this issue Sep 7, 2023 · 2 comments
Closed

Error while mgear menu generation on startup #265

araifractal opened this issue Sep 7, 2023 · 2 comments
Assignees

Comments

@araifractal
Copy link

araifractal commented Sep 7, 2023

Getting this error while startup

Error: TypeError: file C:\fractal\packages\mgear\4.1.0\release\scripts\mgear\rigbits\weightNode_io.py line 135: '>' not supported between instances of 'NoneType' and 'str'

I've fixed this issue on my system by replacing this line...

plugin_utils.load_plugin_with_path(plugin_list, "weightDriver/plug-ins")

with this....

plugin_utils.load_plugin_with_path(plugin_list, "plug-ins\\weightDriver.mll")

This was tested with Maya 2022 and Maya 2024

@miquelcampos miquelcampos self-assigned this Sep 7, 2023
@miquelcampos
Copy link
Member

@araifractal Thanks for the feedback. I will check this ASAP

@miquelcampos
Copy link
Member

@araifractal I think this was fixed here #267

Can you confirm on your side?
For the moment I will close this ticket. But please open it again if the error happens again. Thanks

miquelcampos added a commit that referenced this issue Sep 9, 2023
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 4.1.1
Development

No branches or pull requests

2 participants