Using "Usd Selection Kind" #3067
-
Hello, I have trouble with the Kind selection in maya 2024, But I can't seem to get that result (it still select the component). The gif from the documentation (https://help.autodesk.com/view/MAYAUL/2024/ENU/?guid=GUID-532E99C9-F638-49E3-9483-800FDB9B65D7) does not seem to show this result either, am I understanding the purpose of Kind selection wrong? Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
I believe this is a defect. I've brought it up with the team. |
Beta Was this translation helpful? Give feedback.
-
Hi @Aquamenti9, Could you try changing the value through the menu or through the following MEL command: 2023-05-12.15-08-09.mp4 |
Beta Was this translation helpful? Give feedback.
Hi @Aquamenti9, Could you try changing the value through the menu or through the following MEL command:
mayaUsdSelectKindGroup;
mayaUsdSelectKindComponent;
I tested this out on my end and it seems to be working as expected. When I try to query the "UsdSelecttionKind" option that you are querying on your end I get a value of 0 and I also used the -exists flag and get a return of 0 which tells me that is not the optionVar to set for kind. It seems that you might have created that optionVar, and set it's value but it is not actually linked to USD kind. I have attached a video that shows how I am setting the value on my end. I hope it helps.
2023-05-12.15-08-09.mp4