My 63rd extension is a small utility that let’s you do the seemingly impossible - open a model made in an more recent SketchUp version. Hopefully this will be especially useful for the hobby community which uses the 2018 format in the web version but is limited to Make 2017 as desktop version.
Usage: Go to File > Open Newer Version, select a file to open, and then select a file location for the converted, compatible model.
downloads from the webversion allready are17.1, it would likely be more for 2017 users that receive desktop files and don’t use the web version, without going through the hassle of 3D Warehouse etc…
concerning the known limitation, if calling the “cmd.exe” (not a batch) you may want try the “/c” switch for hiding the command line window, “/q” supresses the echoing in the command line window.
That is why I suggested in an earlier thread, that you write a short .VBS file in a TEMP folder that runs a Wscript Shell, which itself runs the cmd.exe /c and code with appropriate [ />>>\ etc] paths etc…
Run using UI.openURL(full_path_to_vbs)
That way no window flashes open…
As I don’t have access to a Mac to test on I can’t develop it . However, this is an open source project so if anyone knows how to compile C code on Mac they are welcome to do it!
I have tried installing this plugin in SU Make 2017, however was not able to open a model created in SU Pro 2018. Does this plugin only work on Pro versions not Make? If this is the case, does it still work after the 30 day trial period?
@eneroth3, @DaveR, Thanks both for the reply. I have a licensed SU Pro on one machine, and SU Make 2017 on another machine. Both machines are 64 bit.
I installed the plugin within the extension manager in SU Make 2017. It installed fine with no problem. The signature shows everything is installed ok. However, within SU Make 2017 when I try to open a 2018 created file, it still brings up the message saying the model was created in a newer version and will not open.
@eneroth3, Thanks for your reply and help which has answered my question. I’m trying to solve several different issues at the same time because of my work duties so sometimes the simple things for me become complicated.