Hi everyone,
I'm trying to make a tool to import an image of my choice (not the user's), but keeping functionalities of the standard tool (placing & scaling with preview), that's why I use Sketchup::model#import and not Sketchup::Entities#add_image.
But, when I do like that, I'm depending on the last choice of Use image as the user's made in import dialog. I didn't find any ImporterOption to control it, or something else.
Any idea how to control it ? Or should I make a full tool and use add_image ?
Thanks