[SOLVED] Getting selected item in Content Browser from a script
Totte
Posts: 13,972
I've been trying to find a way to get hold of the selected item in the Content Browser but so far it looks like there is now way of doing that.
Anyone knows if it's possible (I should keep looking in the docs) or that is impossible (I should come up with another way of accomplishing what I try to do)
/ Totte
Post edited by Totte on
Comments
I think this thread should help https://www.daz3d.com/forums/discussion/28458/browsing-to-file-location-using-script
You can use getSelectedAssets() on the Pane object:
https://www.daz3d.com/forums/discussion/28458/browsing-to-file-location-using-script
EDIT: Ooops!!
Thanks to both!