Script

ZbylsXExporter

0
points

DirectX .X File Exporter for Google SketchUp


Ruby Newbie

Hello everyone,

I am brand new to Ruby Scripting in SketchUp and Ruby scripting in general, but I managed to throw together a script after an hour or so of searching through the mysterious Sketchup Ruby Scripting API documentation. Anyways, all the things I really want the API to do don't seem to be possible.

triangulate

4
points

This script takes all currently selected faces, and triangulates them by adding a vertex at the centroid of each face and connecting all vertices of that face to it. It's a really simple method of triangulation, and there is an optional parameter called 'all' that if set to true, will triangulate every selected face, including faces which are already triangles.


Drop

33
points

Great script that allows you to instantly align objects to the surface below. A common example would be scattering people / trees / entourage around a sloping site. With this script, just select your objects, click drop and they instantly fall to the surface below. Easy as can be!


Sherwin-Williams Palette Plugin

6
points

Please see this page at my blog for more information.


Selector

10
points

Opens a dialog to select entities by type (edge, face, group, or instance.) This is a very basic tool (toy?), but could be expanded to include multiple criteria (such as selecting by Layer or material.)

 

 

 


Arc Centerpoint

4
points

Right-click an arc or circle to insert its centerpoint into the model.

 


New From Template

3
points

This script lets you select a template and start a new model in one step.

 

 


Obj Importer

3
points

This script imports .obj files directly into SketchUp. It works well on some files, fails on others. The Pro version can already do this.


Export CI ID

4
points

Exports a SketchUp model's Group and Component hierarchy. Click for screenshots.