Does Trimble ONLY do subscription-based licensing anymore?
Recently started taking some college classes and that allowed me to buy SU with the student discount. HUGE difference in price.
My problem is that I can’t justify the amount of money required to buy SU at MSRP. I know there are free options (web, SU17), but I’m hooked on the full suite now.
I could even swallow paying the MSRP if that gave me the right to use that version as long as I want. I get why vendors switched to a subscription model, but for someone like me that just does this as a hobby, there is no way I can justify that amount of $ every year.
GRRR! At least if they let you continue using it after subscription ends but with no upgrade path. Making you pay every year is … well can’t be NSFW here!
Are there ways to create “macros” in SU? I could create something that would do a normal save and then also create a 2017 copy with the same name and append “_2017bkup” to it.
If I have to rely on remembering to do this manually each time, I know it won’t happen all the time.
Thanks for the tip. A couple of follow up questions:
Is plug-in same as extension? If not, where would I search for plug-ins?
I searched the Extension Warehouse using 3 different search strings and each of them came back with no hits: “jf_save_as_menus.rb”, “jf_save_as_menus” and “jf_save_as_menus*”
Can you point me in right direction to get this plug-in?
The terms are often used interchangeably, but while all extensions are plugins, not all plugins are extensions - usually, older ones.
An extension has a particular form. In a slightly simplified description it consists of a single .rb file, (usually) in the Sketchup Plugins folder, which loads and registers the extension, and a folder of the same name as the file (without the .rb at the end), containing code in one or more files and subfolders that does ‘the work’ of the extension.
Jim Foltz’s code is a single .rb file, so a plug-in but not an extension.
Forgot to mention that an extension’s code is compressed into a single zip file, then the file extension (.zip) is changed to .rbz, in which form it can be installed from the SU Extension Manager in versions of SU since about v 2016 or 2017.
The “plugin” is just an old name of the “extension”. Regardless if it is distributed as single .rb file or packaged into .rbz.
These are working the same manner, just some of it will not fit to the current “rules” of how to make a proper extension…