I would like to build an optionMenu that will list any objects that i have selected within the scene
I am able to build a GUI containing the optionMenu controll but cannot figure out how to pass the names of the selected objects into the -label flag for the menuItem command.
I knew it had to be something simple ! Everything that I was trying felt a bit too complicated.
I had originally tried to create a function to return a list of names, using a for loop, before I set up any commands related to the window itself. I then tried to stick to call to the function in after the optionMenu command.