-
Notifications
You must be signed in to change notification settings - Fork 39
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
When I click Predict RIG, I get an error. What's going on? #23
Comments
Hi, it would seem that Rignet is missing or not found. Does the folder
exist? |
Hi, sorry for the delay, does the RigNet folder contain a utils subfolder? Does RigNet utils contain .py files? According to the error message, the add-on doesn't seem to find them |
I personal had to manually download everything in the RigNet folder to fix this issue. For some reason it does not download it using git clone? Also Now the rig_parser.py file is present in the RigNet/utils directory. One possible reason for the error could be that the Python environment used by Blender does not have the brignet add-on directory added to its sys.path. You can try adding the following line at the beginning of the brignet.py file to see if it resolves the issue: import sys |
Python: Traceback (most recent call last):
File "C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\brignet-main\brignet.py", line 220, in invoke
from . import rignetconnect
File "C:\Users\Administrator\AppData\Roaming\Blender Foundation\Blender\3.0\scripts\addons\brignet-main\rignetconnect.py", line 10, in
from .RigNet.utils.rig_parser import Info
ModuleNotFoundError: No module named 'brignet-main.RigNet.utils'
location: :-1
The text was updated successfully, but these errors were encountered: