SketchUp Bridge with RDE
how to use
just type your code in RDE window (like Sketchup.version) and press your keyboard shortcut to send the code to SketchUp (Alt+F1)
notes
- if you use print, p, puts commands than check the Ruby Console for output
- using UI.messagebox will timeout Bridge as long as messagbox is active on screen
- select all text and press CTRL+M to format the source (ident)
setup
- download and install RDE
- download Bridge
- unpack bridge.so, bridge_load.rb and SUB.exe to SketchUp plugins directory
- restart SketchUp
- start RDE
- goto Macro | Register Script
- click Add
- modify to look like this:

- you can set the keyboard shortcut. I use Alt+F1
- close all configuration windows (OK and then Close)