Just Published: Two New SketchUp Extensions (Random Tools & Scale By Tools)

Just Published: Two New SketchUp Extensions (Random Tools & Scale By Tools)

I just published two new SketchUp extensions that were both based on Ruby code that was either previously posted on this site or in my book, Architectural Design with SketchUp". Random Tools Ever wanted to place large swaths of randomly-arranged grass in SketchUp as shown in the image above? Have you been frustrated by textures that repeat a bit too much on copied wood boards? Do I have an extension for you... Read the announcement Scale By Tools Using the provided tools, you can scale, move or rotate objects based on an image or a mathematical equation. For the equation, you can choose between a trigonometric function or a power function. It is also possible to use image data to push/pull faces or move vertices, which can be useful to create ripples on water or a heightfield topography. Read the announcement...
Read More
Creating Variation in Texture Copies (Snippet)

Creating Variation in Texture Copies (Snippet)

This post follows a theme that I explored in several other of my script examples as well: Copied objects in SketchUp don't appear overly realistic if they represent natural items; their geometry is simply too perfect. This is true for landscape items (trees, shrubs) but also for things like wooden boards (see left side in the image above): On a collection of real boards, the knots would be distributed somewhat randomly, not as shown here. Turns out, we can fix this easily with a few lines of code. Just select textured objects, run the code snippet below, and your textures are randomized enough to look realistic (as can be seen in the right side of the image above). Want to use this without coding? This script is also in one of the tools of my Random Tools extension. Drag the slider to see the result of this code Let's Explore the Code, Step by Step The following steps reference the code snippet shown below. Select...
Read More
Merry Christmas, Joyful Holidays, and a Happy New Year 2020!

Merry Christmas, Joyful Holidays, and a Happy New Year 2020!

  Dear friends and colleagues, I wish you and your loved ones a Merry Christmas, a peaceful and joyous holiday season and a healthy, happy, and successful new year 2020! Cheers, Alex P.S. Once again my card is a SketchUp model, this time with a wood-block print theme. Rendering was again accomplished in Sketchfab. In case you want to play with the original model, here it is: https://sketchfab.com/3d-models/xmas2019-5385a758e8ab447bad301f7236c68ce5  ...
Read More
Using images for scaling and geometry patterns in SketchUp

Using images for scaling and geometry patterns in SketchUp

This post was actually inspired by a question in my Basecamp presentation: Could we use images to create or modify geometry in SketchUp? As it turns out, this is actually quite easy since SketchUp version 2018. This year's version of SketchUp includes a new class in Ruby, the ImageRep. Contrary to the regular Image class (which you can use to work with images as entities in SketchUp), the ImageRep class goes further and allows you to look at images on a pixel by pixel basis. This is basically what we need to be able to read pixel color values and then use those to create or modify geometry. Want to use this without coding? This script is also in one of the tools of my Scale By Tools extension. As you can see in the code snippet below, this is reasonably straightforward once one figures out the basic geometric behavior. The code even stretches the image by the (x and y) dimensions of...
Read More
Modeling and rendering my 2015 Christmas card image

Modeling and rendering my 2015 Christmas card image

Did you see my 2015 Christmas card tree image on this site? In case you were wondering how I modeled and rendered it, here is a video that explains that process. It's a bit of a minimalistic design, but as you can see in the video, I used a bunch of SketchUp extensions and the Twilight Renderer to make it happen. I hope you find the tips and tricks useful for your own projects. Covered topics: studio setup, materials, Erode extension, components, scale tool, Fredoscale extension, Selection Toys extension, Profile Builder extension, Twilight extension, Twilight materials, Twilight lights, Twilight rendering options. https://www.youtube.com/watch?v=HMBhhXavm48&feature=youtu.be...
Read More