Looking for a simple plugin developed

Yep, the layer feature worked perfectly out of the gate, thanks so much.

Also by the “lock ratio” worked well by leaving the width empty

Now Is it possible to also include the add Command like statement to combine it with the other plugin:
" 4-How can I make it interact with the 3D editable text/url plugin that I have developed?
So it can import a 3D editable text linked to a URL?
Typically it would just require adding ‘Command’ like statement to call it."

In your ‘3D editable text/url plugin’, there is a statement something like this
“.add_item(“Import Image csv”) { SDM::Import_Image_CSV.main }”
which launches the plugin. I would need to know what that is and when you want it executed, I would assume after the image has been inserted. Also what variables if any you want to pass to it.

  1. “In your ‘3D editable text/url plugin’, there is a statement something like this
    “.add_item(“Import Image csv”) { SDM::Import_Image_CSV.main }”

ok I dont know where to find that but I PMd you the source code

  1. “when you want it executed, I would assume after the image has been inserted”

Right as soon its imported

  1. “Also what variables if any you want to pass to it.”

All the same variables that would be used on the manual steps

That would be: Text, bold?, italic?, font type, front size, color, URL

Thanks so much!!

Ok got your PM, no problem thank you anyways for your all help.I will def try to find a developer to put them together, do you have a developer in mind that you would recommend and trust?

Also is it possible to add a simple auto-update feature to the csv plugin,
Say after the image/object gets imported, if it the csv content changes it will update automatically change in SU

For example if the image source inside the CSV changes, it will get replaced automatically inside SU

Thanks!