-
Notifications
You must be signed in to change notification settings - Fork 40
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 clicking in the picker window #112
Comments
Hi Carlos, |
It's still happening, but I think i'm downloading the lastest version. How I can download the lastest version? |
seems an old picker file. Normally it is supposed to be automatically updated to latest picker format. |
I have the issues in all the scenes. I've created a new scene and I have new errors. (Importing the picker and opening the pickers files) import dwpicker Traceback (most recent call last):File "C:\Users/Carlos/Documents/maya/2024/scripts\dwpicker\main.py", line 523, in call_openself.add_picker_from_file(filename)File "C:\Users/Carlos/Documents/maya/2024/scripts\dwpicker\main.py", line 465, in add_picker_from_filedata = ensure_retro_compatibility(json.load(f))File "C:\Users/Carlos/Documents/maya/2024/scripts\dwpicker\compatibility.py", line 36, in ensure_retro_compatibilityupdate_shape_actions_for_v0_11_0(shape)File "C:\Users/Carlos/Documents/maya/2024/scripts\dwpicker\compatibility.py", line 73, in update_shape_actions_for_v0_11_0if shape['action.left.command']:KeyError: 'action.left.command' |
I think this is one ofr the problems. It's not installing good. I'm following the text tutorial to install. |
Hi Carlos, |
Hi, sorry I just see it. What is the file you need? The file I downloaded from dream wall picker page in github? |
seems that you are opening a json file (a picker). I can fix it, but need that you send it to me. |
Hi, I have this error when I click in the picker (I can't select anything in the picker, but when I click in any rig control, the picker detect that):
Traceback (most recent call last):
File "C:\Users/Carlos/Documents/maya/2024/scripts\dwpicker\picker.py", line 136, in mousePressEvent
File "C:\Users/Carlos/Documents/maya/2024/scripts\dwpicker\picker.py", line 61, in detect_hovered_shape
File "C:\Users/Carlos/Documents/maya/2024/scripts\dwpicker\interactive.py", line 177, in is_interactive
KeyError: 'action.right'
The text was updated successfully, but these errors were encountered: