Hi,
How can I do in Python an object selector/chooser/pickerlike this one?
I already have a working Panel. I understand the last step is to call row.prop (scene,“objectname”)in my panel.
Probably I have to create something similar to an StringProperty in my register method, but what?
Thanks