Hi Juju,
I wish I had the time to enhance Windows Builder (and LOD Labels plugin too), but I'm busy on SU/Twinmotion projects for a couple of months now. I'll be back on Ruby coding asap 
Posts
-
RE: [New Plugin] Windows Builder
-
[Plugin] Export XYZ format
Hi,
For my personal use, I had to write a little exporter to export SketchUp terrains to TwinMotion.
I share it here, and since this is not a "true" RBZ extension, it will not be published on the EW. Unzip the archive before use.
The pdf explains my experiments with TwinMotion exported that way, and how it works.Hope this helps some of you

-
RE: [Plugin] FredoGuides - v2.8a - 01 Jun 25
Thanks Fredo, Problem solved.
P.S.: pourquoi faire des extensions gratuites qui expirent à une date donnée ?
-
RE: [Plugin][$] TopoShaper - v2.7a - 01 Apr 24
@unknownuser said:
I'm curious whether there is another program out there that can create accurate models with vertically stacked contours.
MeshLab http://www.meshlab.net/
-
RE: Window Builder updated (v 1.1.0)
Hi Yovanygonzalez,
Could you please post a SKP including such a "stick-to-face" window ?
Thx -
RE: [Plugin] Projecting Floor Paintings
@RPNZ:
Try my Projections extension, I think it can do it
Here: https://extensions.sketchup.com/extension/8f66e284-c0e3-45a9-be6e-e86911a3cf5e/projections-tools
-
RE: [Plugin] Universal Importer - v1.2.6 - 30 July 2024
French translation file

-
RE: Double Line 2 (dline.rb update)
Hi,
It works like a charm on SU2018 and SU 2019.
When you encounter error(s), open the ruby console, copy-paste the output and send them to me by PM.
Regards, -
RE: [Plugin] Random Entity Generator - v1.2.1 - 29 April 2025
Hi,
It seems you're re-doing Compo Spray ?
SketchUp Extension Warehouse
Your library of custom third-party extensions created to optimize your SketchUp workflow.
(extensions.sketchup.com)
-
RE: [Plugin] Layer Tools (1.1.0)
Hi,
If you want more layer tools, take a look at my LayerManager extension:SketchUp Extension Warehouse
Your library of custom third-party extensions created to optimize your SketchUp workflow.
(extensions.sketchup.com)
Regards
-
RE: CompoSpray is back [version 2.0.0]
Hi all,
The path to the plugin is hard-coded in the script. So if you locate the plugin elsewhere than C:\Users\XX\AppData\Roaming\SketchUp\SketchUp 2019\SketchUp\Plugins\DBUR_Compo_Spray, it will not work.
Sorry for the inconvenience, but what's the reason you want to install it with Fredo Tools ? -
RE: Window Builder updated (v 1.1.0)
Hi all,
The next release I'm working on will have the following changes:
3 window types added: single opening, side-hung, australian
New glazing type added: jalousie

Materials are now saved in presets
Replaced "Sashes" with "Window leafs" in the dialog
Fixed bug: loosing "snap to" and "cuts opening" values when using the eyedropper
Fixed bug: wrong screen box drawing if screen opening percentage was zero.
Fixed bug: wrong cover profile drawing when "Both" option was selected.
New (experimental) interactive tool to open/close casements
-
RE: [Plugin] LookAt
@cmeed: is your crowd made of billboards (FaceMe components) ?
-
Window Builder updated (v 1.1.0)
Hi all,
New release on the EW site today: http://extensions.sketchup.com/en/node/6841
What's new in v 1.1.0:
-
Ability to save and load presets
-
Ability to preset custom layers for 7 parts of the window
-
Bar dialog fixed, (typo in the EN-US language file)
-
Fixed bug: loosing some values when configuring accessories (bar, shutter, etc)
-
Fixed bug: help button ineffective in the window by face dialog
-
Dialogs are now modal on PC and on Mac
-
Cosmetic graphics changes (homogeneous button sizes)
-
Replaced "Component name" with "Custom name" in the dialog
-
Donate button added
-
PDF Help file updated

-
-
CompoSpray is back [version 2.0.0]
Hi all,
I've updated my old plugin CompoSpray which is now live at the EW here:
https://extensions.sketchup.com/en/content/compospray
Faster, better, more reliable than before, compatible with SU2016 and higher, 14 different ways of spraying components.Enjoy




-
RE: Component definition has TWO names ???
Thanks TIG for the explanation. I also noticed the "path" and "rename definition" tricks.
BUT what I discovered is the following:If a component was imported from a path that doesn't exist anymore on you system, even if you rename its definition, Sketchup.active_model.selection[0].definition.name will output the imported SKP file name, and you cannot retrieve the new definition name.
Strange behavior, isn't it...In fact:
The component definition name is NOT ALWAYS the name of the SKP you imported to use that component:
- import a component, say A.skp, containing a red cube
- select it and type Sketchup.active_model.selection[0].definition.path, you'll get, say c:\Users\TIG\DeskTop\A.skp
- BUT Sketchup.active_model.selection[0].definition.name will output, say: Red cube
- open the A.skp file in Sketchup
- Sketchup.active_model.name will output, say: Red Cube
Sketchup.active_model.name is NOT (always) the same as the SKP file name...
-
RE: La maison Bois: du sol au plafond! VF (Plugins Medeek)
@unknownuser said:
Of course, m'enfin une charpente bois est quand même une charpente bois quelque soit le pays!
Pas d'accord... Pour avoir développé un plugin d'ossature bois pour John Brock et une boite canadienne, je peux dire que les nord-américains ont développé depuis longtemps des systèmes constructifs "bois" complètement différents de ceux utilisés en Europe.
-
Component definition has TWO names ???
Anyone ever noticed that a component definition has TWO names ?
Just like materials, it seems to me that there is a definition "real" name AND some sort of "display name".
Look at the picture below: internally the component definition is named "Plant_Umbrella" and it appears in the infos palette under "Plante_parapluie" ("parapluie" is the french word for "umbrella")
The ComponentDefinition class doesn't have a "display_name" method like the Material class do.So the question is: is there a way to retrieve the display name ?

Help TIG, Dan, Thomthom and all ruby gurus

-
RE: [Plugins] 2 new releases
@unknownuser said:
Could 'guides at radial division' detect edges out of context (=nested in outer groups/components)?
@rv1974: Yes it can

