SketchUp 2014
-
@frv said:
As I understand there is no such thing as "upgrading" the license to version 2014.
You can buy the new license for a year after which it expires.I tried to update but was charged 0 and charged for the maintenance program for 73 euro ex. vat per year. That is till March 2015.
Actually, I like this better than pay a full license per user at 500 euro or so and still have to upgrade.Francois
Hi Francois, we operate on a subscription now. So you paid 73 euro for the subscription, or "maintenance program". While you are covered by the maintenance, you get all upgrades for free. If we come out with another version before March 2015, you will get a license to it for free. That license and your 2014 license will never expire. Once you receive a license, it does not expire.
I hope that helps clarify things a little.
Chris
-
Just got back from a few days out of towm; loaded 2014 and get this message:
Any suggestions?
-
@utiler said:
Just got back from a few days out of towm; loaded 2014 and get this message:
[attachment=0:2yxmu76m]<!-- ia0 -->2014-03-04_0914.png<!-- ia0 -->[/attachment:2yxmu76m]
Any suggestions?
To cite the now all to familiar refrain, where did you get the plugins you installed in 2014? That looks like you have some old code in which somebody worked around the fact that SU didn't include the Ruby standard library prior to 2014. Try purging all plugins and installing fresh copies from EW or SCF plugins store.
Sorry, that's tedious, but since every person's list of plugins is different it is really the only way...
Steve
-
Steve means that the files "date.rb" and "rational.rb" are not the ones distro'd with SketchUp 2014, because those are in the "Tools/RubyStdLib" directory.
Further we know this because the versions you are loading are much larger then the v2.0.0 files.
Ie, "date.rb" v2.0.0 has only 61 lines. Your errors occur on high line counts!
"rational.rb" v2.0.0 has only 23 lines. Your errors occur on high line counts! -
@numerobis said:
:shock:
- new 3d warehouse
- IFC
- arc tool
- faster shadows
- ruby 2.0
- some layout improvements
REALLY?!? This is 2014?!?
Well, it does appear they've finally recognized that I don't need to see that stupid "by adding a location..." monologue every time I use geolocation. Sadly, that seems to be the best benefit I've found so far.
-
I am having a problem with Vertex tools, I download it from SCF download manager and it asks me to activate it but when I put info it it does nothing, whites out, anyone have similar issue or solution?
-
I downloaded from the store and it installed and licensed automatically.
-
@solo said:
I am having a problem with Vertex tools
I bought the Vertex tool the other day, received my key and activated it...
Works like a charm...
(Perhaps Thomthom doesn't like you...) -
-
@solo said:
I am having a problem with Vertex tools, I download it from SCF download manager and it asks me to activate it but when I put info it it does nothing, whites out, anyone have similar issue or solution?
Go to vertex tools site. Login. And download.
Might be related to your account.
-
@rich o brien said:
@solo said:
I am having a problem with Vertex tools, I download it from SCF download manager and it asks me to activate it but when I put info it it does nothing, whites out, anyone have similar issue or solution?
Go to vertex tools site. Login. And download.
Might be related to your account.
That worked thanks
-
@solo said:
I am having a problem with Vertex tools, I download it from SCF download manager and it asks me to activate it but when I put info it it does nothing, whites out, anyone have similar issue or solution?
Screenshots?
Any errors in the Ruby Console? -
@tt_su said:
@solo said:
I am having a problem with Vertex tools, I download it from SCF download manager and it asks me to activate it but when I put info it it does nothing, whites out, anyone have similar issue or solution?
Screenshots?
Any errors in the Ruby Console?Not now as it works, however at the time the user name and password part for existing users whites out once you hit enter and does nothing.
-
Sorry to bother you – I’m sure you’re getting massed of questions re: getting SU2014 going & it’s not as if I haven’t installed plugins before… but - I‘m diligently installing all my plugins from new into SU2014, (an excellent opportunity to have a tidy)
All’s going well but I do like use 000_AdditionalPluginFolders_v4.2a.rbz to keep as many plugins as will work in an ‘Additional Plugins’ (AP2014) folder. I’ve downloaded each .rbz fresh from the store to my downloads folder. For those that I’ve installed directly into SU I’ve installed each extension via the system preferences window. Perfect so far!
For those plugins I intend to keep in the ‘AP2014’ folder I copied them from the download folder & pasted them into ‘AP2014’. Although SU is setup with the ‘AP2014…’link – these plugins do not run.
I also installed them via the system preferences/install extensions – directed to the ‘AP2014’ folder – however this installed them directly into the main SU plugins folder (see 2D tools & Extrude tools in directories 1 & 2 attached)… guess that was wrong then! My question then is what else should I be doing to get the ‘AP2014’ plugins to run?
-
I haven't used the additional plugin, but perhaps you have to unpack the RBZs in your folder?
-
I have now installed Sketchup 2014. I must say that it is a difficult and time-consuming business to find all the beloved plugins again. Many are not yet available for 2014. That means you have to look always in the Extension warehouse or in the Plugin store if there is a matching plugin available.Some will perhaps not at all updated. I think It will certainly take months until the most Plugins are up to date. Until then I will continue to maintain my beloved Sketchup 8. Until now I can still see no advantage over Sketchup 8. Maybe I will recognize the benefits later.
-
Hmmm...! that rings a bell Cotty. It used to be that you un-packed a few files (incl. .rb's) & a folder & just copied them to the correct place. But I'm a bit lost with .rbz's... how does one un-pack them. The only method I can find is via SU's 'system preferences' ... which puts everything back directly into SU again!
-
- install Additional Folders
- activate it and define your 'additional plugins folder/s'
- use the PluginStore to install plugins and when the prompt asks if you want to place it in the 'additional' folder choose it....
-
@emerald15 said:
But I'm a bit lost with .rbz's... how does one un-pack them.
They are renamed ZIPs. If your pack program don't want to open them, you can rename them to ZIP and unpack them afterwards.
But you should follow Richs suggestion...
-
@Fiona / aka emerald
An RBZ is an archive [like a ZIP file] containing the Ruby file and other support files that the Plugin needs to be loaded to work.
When you use the Preferences > Extensions > Install tool, the Plugin's files inside the RBZ are extracted into the main User's Plugins folder [as your screenshot shows]. This destination is hard-wired and cannot be changed.If you want to have Plugins loading from a different Plugins folder firstly you need to have that folder added to the SketchUp $LOAD_PATH: Fredo's 'AdditionalPluginFolder' tool allows you to do this.
As SketchUp starts it auto-loads all .rb/.rbs files it finds in all of the folders listed in the $LOAD_PATH, including your newly added additional Plugins folder...Unfortunately because only the main User's Plugins folder is always used by the native RBZ installer, all of thae Plugins that you have installed to date by using that tool have ended up in there.
However, if you use the SketchUcation submenu 'Archive Installer' on your RBZ archives [or even ZIP files] OR use the SketchUcation 'Plugin Store' dialog's AutoInstall button within SketchUp [skipping the RBZ download altogether]... then if there is an alternative Plugins folder in the $LOAD_PATH, then you are offered that as an alternative destination for your installation - so that way you CAN install a Plugin's files directly into your alternative Plugins folder.
So far what you have done is install all of your RBZ archives using the native installer, so that those Plugins' files are now in the main Plugins folder.
Then you seem to have put your RBZ archives [unchanged] into your own custom Plugins folder.
There they will do nothing, because SketchUp will simply not 'see' the RBZ as a loadable file format.To get Plugins to auto-load from your alternative Plugins folder you will need to do this:
EITHER remove the currently installed Plugins files AND their sub-folders from the main Plugins folder and then use one of the SketchUcation installation methods outlined above to re-install those Plugins into your alternative Plugins folder.
OR you could physically move the Plugins .rb/.rbs files AND their support subfolders from the main Plugins folder into your alternative Plugins folder.
Remember that you do NOT want duplicated sets of Plugins coexisting and auto-loading - you might get double or confusing menu entries etc...
This second way is the most fraught with danger because you might not get all of the required files/subfolders transferred.
And in both cases you might inadvertently move SketchUp's own 'shipped' "su_...rb" files and their subfolders, which SketchUp needs to have in the main User's Plugins folder - if you remove them SketchUp simply adds them back from its 'ShippedExtensions' subfolder anyway - running duplication risks.The User's main Plugins folder always contains the four "su_...rb" 'shipped' sets, but everything else that you install is 'yours' alone - so in your case there is little benefit in having an alternative Plugins folder...
One reason people do use an alternative Plugins folder is in a 'DropBox' scenario - where they have one installed set of Plugins which is accessible to various computers that have access to that DropBox... A simple Plugins 'sync' method...
Its less straightforward installation process is counterbalanced by the one-installion to suit all computers benefit.
However, in your case I suspect that you will see little benefit from having an alternative Plugins folder configured - and you'll just get a bigger admin headache to sort out your current mess.
Advertisement