Hello
From the library creation tutorial , here
"<maxscript file="filename.ms" script='functionName();' execute_on="item_select"/>" is the line when we are calling a maxscript function when an item is selected.
My question is - can we get the name of the selected item, when we double click it? I see a macros for different lirary parameters, but there are no object related macroses.
And there is a second thing - can I call library "refresh" event from the maxscript ?
Thank you