Workflow Tools: How to use "itemSelector" ? #250
-
Hello everyone! Recently I have been using Workflow Tools to build a small UI with rigging routines in Maya and so far it is working pretty well. But one thing I quite didn't figured out yet is how to use the "itemSelector" node. Clicking "Accept" button returns the error bellow.
At work I am currently project-locked to Maya 2020, so mostly using it with Python 2.7 daily. From a miniconda environment using Python 3.9, same error returns.
I know it is not documented yet but, there is a sample somewhere showing how it should be used? Thank you in advance! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi @grobert-gh, I think the best way to describe the Hopefully this is helpful! |
Beta Was this translation helpful? Give feedback.
Hi @grobert-gh,
Glad to hear NXT is adding value to your systems! Looks like you did stumble on a minor bug, NXT should be handling that error gracefully. To be totally fair, you're the first user I know of who's actually attempted to use this particular feature.
I think the best way to describe the
itemSelector
is a way for you to pull information from your DCC into your graph while you're working. I've attached a really simple demo graph and gif of how it works (itemSelector_demo.zip). I can imagine a use case where you want to collect a list of nodes, lets say skinned geometry. You have another node that exports the skin cluster from a list of meshes. Executing the/list_skinned_geo
no…