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: [Plugin] SectionCutFace
@Joel3dm
Yes.
Make the non-auto-updating SectionCutFace unLocked and choose a material/color that's already used in the model [from a list].
A SCF's material applies to all faces, but you can edit the group and apply any material to any face etc... -
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: Automotive render by Diffusion.
AI forgot the doors !
Otherwise it's pretty good... -
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: 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: 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: 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 ?
Latest posts made by TIG
-
RE: Sketchup plugin with AI modeling
You linked to nothing useful on Facebook !
Can you edit this to give a proper link... -
RE: Update Licenses
@Gus-R
All of your custom-templates must be located in a specific location.
Typically on a PC it'sC:\Users\YOURUSERNAME\AppData\Roaming\SketchUp\SketchUp 20nn\SketchUp\Templates
Where you add your own user-name and edit the nn to your current SketchUp version
Unlike other folder locations this path is not editable.
So does that folder exist ?
If not, then you need to make it, and ensure it has 'full' read/write' permissions etc.
Adjust your Preference settings accordingly. -
RE: sign extension doesn't work
It was flaky last week, when drag-n-drop of the RBZ didn't work on some specific OSs, but then navigating to the RBZ file and selecting it would still work...
I'm surprised it's not been properly fixed by now. -
RE: Problema na instalaĆ§Ć£o ERROR_A04
@gna-young
What was your solution ? [for other members who might have similar issues] -
RE: SCFLicense Fredo: ERROR_A04
There are a number of posts about related error messages.
The licensing system cannot read the license file's details properly.
If you have renamed your computer it with cause an issue -
but this is often because your windows-computer-name [or sometimes your windows-user-name] contains invalid characters.
So perhaps change you computer-name [and perhaps your user-name] to have only ASCII characters and some limited punctuation, delete the license file, as suggested by the error message, then relicense...
This should side step the issue...
Naming conventions link text see here... -
RE: Problema na instalaĆ§Ć£o ERROR_A04
@GƔbor needs to become involved...
but these error messages relate to issues with your licensing file - e.g. your Computer's name contains non-ASCII characters that can't be decoded or your User-name is similarly badly formed... -
RE: Sketchup Plugin Developer wanted
A very basic outline of what he hopes for is hardly going to let his cat out of the bag.
It might well be that something already exists, or is readily modified to suit.
He's unlike to get any meaningful response without a little more info... -
RE: Sketchup Plugin Developer wanted
If you outline the basic ideas behind it then you are likely to get a response or help...
-
RE: [Plugin Library] LibFredo6 - v15.0a - 31 Dec 24
@kngpw said in [Plugin Library] LibFredo6 - v15.0a - 31 Dec 24:
@fredo6
I do! I only change the real Windows computername posting here for privacy reason.Non-ASCII characters in a computer-name is against Windows requirements and can break things like licensing !
-
RE: [Plugin] Door-Lintel Update + Window-Sill
@Didier-Bur needs to fix this - it's his baby...