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 clicking in the picker window #112

Open
carlosgmanimacion opened this issue Dec 17, 2024 · 13 comments
Open

Error clicking in the picker window #112

carlosgmanimacion opened this issue Dec 17, 2024 · 13 comments
Assignees

Comments

@carlosgmanimacion
Copy link

carlosgmanimacion commented Dec 17, 2024

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'

@luckylyk
Copy link
Member

Hi Carlos,
This is an old Picker version, could you please update first and tell me if is still happening ?

@carlosgmanimacion
Copy link
Author

It's still happening, but I think i'm downloading the lastest version. How I can download the lastest version?

@luckylyk
Copy link
Member

luckylyk commented Dec 17, 2024

Screenshot_20241217-182616
You should be able to reach out the latest version here.

The lines you are sporttng does not even exists in that version

@carlosgmanimacion
Copy link
Author

It's weird, because this is how I'm downloading the file. Now I have this other problem to import the picker.
Maya Python Screenshot

@luckylyk
Copy link
Member

seems an old picker file. Normally it is supposed to be automatically updated to latest picker format.
could you provide the picker file ?
Pr the maya scene containing the picker ?
I dont necessaily need the complete scene with rig, ref etc.. Just the maya scene containing the picker data node

@carlosgmanimacion
Copy link
Author

dwpicker-main.zip

@carlosgmanimacion
Copy link
Author

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
dwpicker.show()
DwPicker: could not check for new version

Traceback (most recent call last):

File "C:\Users/Carlos/Documents/maya/2024/scripts\dwpicker\main.py", line 523, in call_open

self.add_picker_from_file(filename)

File "C:\Users/Carlos/Documents/maya/2024/scripts\dwpicker\main.py", line 465, in add_picker_from_file

data = ensure_retro_compatibility(json.load(f))

File "C:\Users/Carlos/Documents/maya/2024/scripts\dwpicker\compatibility.py", line 36, in ensure_retro_compatibility

update_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_0

if shape['action.left.command']:

KeyError: 'action.left.command'

@carlosgmanimacion
Copy link
Author

@luckylyk
Copy link
Member

Hi,
Opened your scene but does not contains any picker node ?
image

I'm looking for something like this
image

@carlosgmanimacion
Copy link
Author

I think this is one ofr the problems. It's not installing good. I'm following the text tutorial to install.
README.md

@luckylyk
Copy link
Member

luckylyk commented Jan 6, 2025

Hi Carlos,
I'm just back from vacations.
Could you provide the picker file ? just by saving a json ? I should be able to fix it.

@carlosgmanimacion
Copy link
Author

Hi, sorry I just see it. What is the file you need? The file I downloaded from dream wall picker page in github?

@luckylyk
Copy link
Member

seems that you are opening a json file (a picker). I can fix it, but need that you send it to me.

@luckylyk luckylyk self-assigned this Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants