Hi there,
I am a pretty naff scripter but from time to time i need to do this and I can’t figure it out. (it’s a hard one to search for but i’m sure it’s dead simple)
If i had a sphere, say and I wanted to change it’s name via scripting to ‘ball’, I could
put:
SetValue(“sphere.Name”, “Ball”, null); How could I do something like that, but to whatever the currently selected item was?
I guess it would look something like this? - SetValue(“SELECTED.Name”, “Ball”, null);
Thanks
Pete