SketchUp Ruby Editor updated to v.1.2

I just posted an update to the SketchUp Ruby Code Editor. It now sports buttons instead of text, which makes it easier to use on a small screen. It also has three new buttons: One to explore the current selection, one to explore attributes of the current selection and a third to display the Ruby […] Read more..

SketchUp script clips #2: Creating geometry

In this section, we’ll start creating scripted geometry in SketchUp. In this and all following posts, I’ll approach SketchUp scripting in a pragmatic way. This means that I don’t think every step in the process should be scripted – after all, I am not writing a plugin. I’ll only script what can’t efficiently be modeled […] Read more..

My Newest Plugin: A Shiny Ruby Code Editor for SketchUp

I always found Ruby code editing and testing for SketchUp a bit tedious. First I write code in my preferred text editor: PSPad. Then I load it into SketchUp using my plugin loader. And then I run it from the menu. Although there are better ways to handle this (e.g. the SketchUp bridge), I wanted […] Read more..

SketchUp Ruby Code Editor

This code editor extension offers an easy-to-use and visually appealing way to write and modify Ruby scripts directly within SketchUp. These scripts can then be used to create geometry, add functionality or add data within the SketchUp 3D modeling environment. The SketchUp Ruby API provides an extensive set of functions to automatize SketchUp in many ways or create scripted, computational geometry.

Web-Based Application trials from Autodesk – A Great Idea!

And the good ideas keep on coming! As just announced by Autodesk Labs in their post Project Twitch Range Expanded: can YOU connect?, Autodesk extended the range of their application tryout platform “Twitch” beyond the originally stated 1000 mile radius. Now user connection capability is just limited by a network latency cutoff. And as I […] Read more..

SketchUp Ruby API Cheatsheet

I like working with cheatsheets when I do coding. Although the online API reference is very extensive and has great examples and the downloadable version is a good solution when you’re offline, this one may be useful as a reference once you mastered the basic concepts. It contains the full API reference in a condensed […] Read more..

SketchUp 7.1 has landed!

Yayyy!!! A new version! Software updates are always exciting… New features are to be explored, new capabilities exploited for as-yet unknown projects. Contrary to Autodesk’s religious update schedule, Google has been only somewhat regular in providing updates. But alas, announced by today’s blog post by John Bacus, SketchUp’s project manager, the new version of SketchUp […] Read more..