Is it possible for RhinoCommon Plugins to create thier own options panel for the FileTypes they import? or is this a privilege of C++ plugins?
Maybe this - haven’t tested this though
https://developer.rhino3d.com/api/rhinocommon/rhino.plugins.fileimportplugin/displayoptionsdialog#(intptr,string,string)
1 Like
Nice spot, yeah i think that will work. Does require you to use
with showOptionsButtonInFileDialog =true