Is there some way to retrieve the "File -> Import..." file name that the user selects in the Import Browser? Perhaps some observer would have access to that name?
My goal is to import a dxf file into Sketchup, and then run a script that parses that dxf text file, to obtain more information from it. I cannot use "model.import" directly though, because the user must have access to the Options dialog in the Import Browser. Also, Sketchup.send_action(21112) does not work for me. Even though send_action returns true, no Import Window appears.