The following extensions of mine have been updated for compatibility with v2024 Ruby - the deprecated Fixnum has been removed.
https://sketchucation.com/pluginstore?pln=ExtrudeTools - v6.0
https://sketchucation.com/pluginstore?pln=Latticeizer - v1.9
https://sketchucation.com/pluginstore?pln=Roof - v6.0
https://sketchucation.com/pluginstore?pln=SKMtools - v20240425
https://sketchucation.com/pluginstore?pln=TIG_Smart_offset - v4.0
Best posts made by TIG
-
Extension Updates v2024
-
[Plugin] PurgeAll
v5.0 of PurgeAll is available - it fixes some minor glitches with v2024 changes...
https://sketchucation.com/pluginstore?pln=PurgeAll -
RE: [Plugin] ClothWorks v1.8.0 - 28 Apr 2024
@sashapepperspray
The method File.exists? has long been deprecated, but worked.
In the latest Ruby version it doesn’t - File.exist? - works in v2024 and older versions as well.
Many developers are working to adjust their code accordingly.Have patience and post any instances in an affected extension's thread - as there are 100s of 1000s of line of code with the tiniest corrections needing to be found and change, then the extension re-encrypted and signed…
Many authors have already fixed their extensions, so look regularly to see if there’s already an update available…
-
RE: C SDK save in 2022 or 2023 formats
@Gábor
The issue is more widespread than this.
If you have a v2023 file and attempt to load a SKP component that's v2024 it will fail 'silently'.
Also trying to open a v2024 SKP from within v2023 also fails the same way.
If you manually open a v2024 using v2023 an message pops up about it being from a newer version, but you can skip and continue...So any code which takes an exported v2023 component, manipulates it via the C SDK and returns it as a v2024 file is doomed to fail as explained above...
Perhaps the only way is to spot the version of the 'parent' SKP and its exported component, and use a suitable C SDK file to process it back into the compatible v2024 format ?
For backwards compatibility it'll need to cover v2023, v2022, v2021 and v2020 files because the 'versionless' v2024 format breaks those [perhaps using v2020 format for all exports would work in all newer versions ?] - more testing with any upcoming v2025 might reveal further issues...
-
RE: Upgraded PC but now can't export
@grizzler When you [re]installed SketchUp/Layout did you do it properly.
If not then you can repair it without affecting anything you've got set up.
Close SketchUp/Layout.
Find the SketchUp installer's exe file - usually in your Downloads folder.
Select the exe file's icon, right-click > context-menu > "Run as administrator"
When prompted choose "Repair".
When it completes restart your computer and see is SketchUp/Layout now works as you expect...
Running a complex app's installer's exe file by double-clicking it to 'Run' it is not the same thing, even if you have admin powers. -
RE: Purge is crashing SU2024
You should go to the PluginStore and update to the SketchUcation toolset v4.4.0 which has been specially reworked for v2024 compatibility. If deals with the SCF licensing for many extensions.
If you use any of Fredo's extensions, he has also updated them all for v2024 use and don't forget his latest LibFredo too...
After installing these restart SketchUp to sync everything... -
RE: SCFLicense: Extension Licensing on Sketchucation
@unknownuser said:
I can't validate the round corner license, in the extension box the error says communication failed with sketchucation
See the previous reply about why this might happen...
And how to fix it... -
RE: PFAS chemical exposure (Heads up)
Liam, get as well as you can soon...
Reminded me of this dickwad
Thomas Midgley Jr. has been named a “one-man environmental disaster” for two big reasons. He was one of the early pioneers of chlorofluorocarbons (CFCs) – compounds that became widely used in industry – and which were destroying the ozone layer. He also invented leaded gasoline and insisted that it was safe to use.
Perhaps there is a god, because after that he got polio and was partially paralyzed, he invented a pulley contraction on his bed to move him, but one day he became entangled in it and was strangled !
-
RE: Cannot reduce the width of a part
As Rich says, switch off Length Snapping - it is more trouble than it's worth !
It offers no advantages. -
RE: Extensions No Longer Free
Many of Fredo's extensions now require licenses, as do some other authors' work.
These perpetual licenses are relatively inexpensive [typically $7 to $15 each].
There might also be discounted 'bundle' licenses available, e.g. Fredo's bundle contains 8 of his most popular ones.
https://sketchucation.com/purchase.php?plugin=Fredo6Bundle2022
and costs $40/$24 for premium members.Premium members get considerable % discounts.
You also need to install his help LibeFredo6 [free]
licensed extensions also require the SketchUcation Tools [free] installing which sets up the licensing side of things.This page covers all current licensed SCF extensions...
https://sketchucation.com/plugin-list.phpThis is the general licensing guide...
https://downloads.sketchucation.com/licensing/SCFLicense-Instructions_to_Users.pdfAnd this page lets you manage your own licenses...
https://sketchucation.com/webshop/my-licences.php -
RE: [Plugin] Roof.rb
The SKP you provided has 2 roof faces at z>0 [faces at z0 don't work].
These 2 are identical in edge sizes and orientations/direction.
The one on the right takes a hipped roof OK, but the one on the left fails with an error message.
This is weird.
However, if you follow the advice in the error message on that problem face. and erase one edge and remake t the new face will also take a hipped roof OK.
Something in your model's database is skewed.
But it is fixable... -
RE: Unable to use Fredo6 tools after purchase and update
@jhanphillipco
Why not email support at sketchucation.com - they can advise on acceptable payment methods... -
[Plugin] SectionCutFace
Here's an update to v8.0 for future compatibility...
All core functions/settings remain unchanged.
https://sketchucation.com/pluginstore?pln=SectionCutFace -
RE: Julia Eneroth's Viewport Resizer / SketchUp 2023
I use AutoHotkey for many things and it's easy enough to customize once you come to grips with its foibles...
I don't auto-resize viewports, but Rich knows how, and perhaps he can share his example script, or point you/us to someone else's ? -
RE: [Plugin] ClothWorks v1.8.0 - 28 Apr 2024
@Anton_S
I use this usuallytb.show if tb.get_last_state.abs == 1 # TB_VISIBLE/NEVER
Has the same result...
-
RE: Transfer my plugins from SU23 to S24
@errror404
Probably No.If you have SketchUcation tool's ExtensionStore³ you can make a Bundle of the extensions you have in the previous version.
The in the newer version use that Bundle to add/update all of your extensions in that version - using the newest version available.
Unfortunately it only works for extensions you have installed from SketchUcation.Any extensions you got direct from a developer's site need re-downloading and installing individually.
Any extension you got from the Extension Warehouse must be re-downloaded / installed.
Their bulk update is no longer available.SketchUcation ExtensionStore³ also notifies you when updates of your current extensions are available, and lets you install them, individually or in bulk.
You can copy the contents of your Plugins folder from the current to the newer version - however, many developers update their code to suit newer versions, so errors might arise with this method, especially if you haven't update extensions fastidiously.
Don't copy over the su_xxx extensions and folders as these are shipped with each version and you might overwrite a newer version... -
RE: TIG Text tag tool
I made some tweaks and now it works almost too fast in newer SketchUp versions !
But in v2017 it is still quite slow...I'll sleep on it and look at again tomorrow...
-
RE: [Plugin] PipeAlongPath
TubeAlongPath has been deprecated forever - PipeAlongPath replaces it.
It is 16 years old and expecting a free plugin to be updated is unrealistic.I can't access any of them in your linked RAR file, but I see that ExtrudeAlongPath is 14 years old, and isn't even one of my plugins anymore, having been absorbed into my Extrude Toolset using some other name[s]...
These tools never worked on multiple paths and this late request is unlikely to be fruitful -
-
RE: [Plugin] PipeAlongPath
I can't stop ExtrudeAlongPath being 'mine' - as I wrote it.
However, if you want to fix it then you have my permission to edit it.
Note that it is so old it does not comply with any of the current good coding principles, and even uses some unacceptable $xxx global variables...
That's why it was superseded...And please note that criticizing my newer Extrude Toolset scores you no plus points at all !