What’s New in SketchUp 2014? Better Ruby, for Example!

What’s New in SketchUp 2014? Better Ruby, for Example!

By now you most probably have heard that SketchUp 2014 has been released. There are quite a few great new-feature overviews and reviews out there and I'll suggest you look at the ones linked at the end of this post to get up to speed. For now, I just wanted to show you why the Ruby update in SketchUp 2014 is pretty amazing. Look at this image: We can now use web requests in our Ruby code! What is so interesting about the image above? Well - those are images that were loaded from Flickr directly into SketchUp using the now included "net/http" library. Since SU 2014 not only updated Ruby to 2.0 but also included all of the standard libraries, stuff like this is now possible. You can integrate Net functionality much more and create all kinds of interesting mash-ups. To replicate what I did above, copy the following code snippet and either paste it into the Ruby Console (it now accepts...
Read More
Ruby Code Editor Updated to Version 3.0

Ruby Code Editor Updated to Version 3.0

I finally got around to updating my Ruby Code Editor to version 3.0. There are quite a few upgrades including: better environment stability (editor, scrolling, results, etc.), code completion for SketchUp classes and methods and a variety of other minor updates (including the fact that it now remembers the last file). The following video gives a brief overview of the current version: https://www.youtube.com/watch?v=yGWs9p2WZsg As always, you can get this editor from my website (and look at the more detailed changelog or leave comments) at:http://www.alexschreyer.net/projects/sketchup-ruby-code-editor/ For more on what you can do with this tool, check out Chapter 6 in my book "Architectural Design with SketchUp". ...
Read More
Christmas / Holiday Card Tutorial Now Available

Christmas / Holiday Card Tutorial Now Available

The raw, unrendered version Happy New Year Everyone!!! Now that my Christmas / Holiday Card is "so last year", it is time to reveal how it was made. For a tutorial (that also includes the Ruby script I used for it), go to the SketchUcation.com website. You can find the tutorial there. http://sketchucation.com/resources/tutorials/48-advanced/306-scripting-a-christmas-card-with-ruby ...
Read More