Hi,
I’m writing a plugin in C++ and need to get the UUID of the selected node. When I create a shape, a NURBS Cube for example, I see the UUID attribute is in the Attribute Editor. I also have found that you can use the MEL command “ls -uuid [node name]” to get it to print to the MEL Result box. However, I need access to this data from within the C++ code I’m writing.
I’m reading about plugs and attributes, so I think I’m on the right path, but I’m still having some trouble. Any guidance or help would be much appreciated.
Thanks,
Victor