SketchUp 7.1 for Architectural Visualization: Beginner’s Guide (Book or eBook) The first of these books is about architectural visualization (or rendering), a topic I have mentioned before on this site. For a few months now, this book has been available and I was fortunate to have been given a review copy by the publisher. My […] Read more..
Tag: software
My WordPress Post Revisions Problem
While many functions in WordPress (the self-hosted kind) work like a charm, this one gave me the run-around a few days ago: The auto-saving post revisions that got added to WordPress a few releases back. On our departmental website (http://eco.umass.edu/) that I created in WordPress (works great for this purpose, it’s the “Just-enough CMS!”) we […] Read more..
Why can’t everything be like Ecotect?
Autodesk Ecotect Analysis 2011 System Requirements Let me make this point clear first: I fully understand that professional-grade software packages are complex and extensive. They use high-powered computation and extensive libraries and therefore need resources. But my goodness – does Autodesk ever fill up my hard disk! Now that the spring semester is coming to […] Read more..
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.