🔌 Smart Spline | Fluid way to handle splines for furniture design and complex structures. Download
  • Auto Centerpoint confict

    5
    0 評價
    5 貼文
    443 瀏覽
    K
    It works great! Thanks for such a fast fix!!! KJ
  • [Question, Request] Component or Group Highligting

    3
    0 評價
    3 貼文
    246 瀏覽
    JClementsJ
    Thank you for looking into this and the speedy response. John
  • 3d Model to Flat Map/Net - ?

    5
    0 評價
    5 貼文
    395 瀏覽
    R
    There's also waybe
  • Windows 7 RC and SketchUp 7 PlugIns

    4
    0 評價
    4 貼文
    4k 瀏覽
    D
    Fredo6 and thomthom, Thanks for your replies. You both make good points and provided useful insights. I'll keep testing. Thanks again (for the info and the great plugins you develop). Dave
  • Comps scale handles upset why

    9
    0 評價
    9 貼文
    469 瀏覽
    Bob JamesB
    Got it - thank you CadFather. Now I see why it would be nice to have a ruby to get the same dialog.
  • Plugin-Request: draw-Wall

    3
    0 評價
    3 貼文
    494 瀏覽
    M
    wow.. thanks for the fast answer.. the tool "wallgrouptool" does pretty much the job! than you! And that was another proove that one's never the first with a thought -especially online.
  • Where's SU's Ruby files installed?

    4
    0 評價
    4 貼文
    269 瀏覽
    Didier BurD
    msvcrt-ruby18.dll in the main folder is the only one I see that could be it.
  • [IDEA] Platform / Street levelling / fixing script

    14
    0 評價
    14 貼文
    911 瀏覽
    G
    nobody got time for this at the moment? how hard is it to get this programmed on a scale from let's say 1 to 10? let me know and it might be easier to stay patient!
  • [WIP] CleverClay - Need help

    3
    0 評價
    3 貼文
    321 瀏覽
    PixeroP
    Thanks!
  • Sketchup.active_model.materials.current behaviour

    5
    0 評價
    5 貼文
    284 瀏覽
    thomthomT
    Maybe it's a Mac bug. Because on my PC it updates correctly. I'll test on my mac later when I get time.
  • Startup Switches

    17
    0 評價
    17 貼文
    4k 瀏覽
    TIGT
    I think that the built-in require_all method doesn't load anything other than *.rb files in the given folder. My snippet in the other thread made it do sub-folders too...
  • Plugins features in 3D World

    6
    0 評價
    6 貼文
    565 瀏覽
    thomthomT
    hm... that sounds like they might be running into a SU group bug where group.entities.parent sometimes refer to the wrong definition. V-Ray suffered from this, but I found a way to patch it. @unknownuser said: On the other hand if i explode the components and then turn the geometry into groups (actually when i want to do that i go fist inside the component, turn everything there into a group, get out of the component, and just then explode it because it's much moreeee faster exploding components into groups than to geometry) there's no problem. I guess that's maybe because groups are just geometry "grouped" and the components can have much more "properties". From the API point of view groups and component instances both have a ComponentDefiniton, with very little difference.
  • Uninitialized constant

    12
    0 評價
    12 貼文
    2k 瀏覽
    TIGT
    Never knew require_all was built in... require_all("C:\myrubyscriptsdirectory\") You then could easily use it to do subfolders thus: Dir.foreach("C:\myrubyscriptsdirectory\"){|entry|require_all(entry)if FileTest.directory?(entry)}
  • Time Section Help...

    3
    0 評價
    3 貼文
    264 瀏覽
    T
    Thanks Jim!
  • Custom Attributes

    9
    0 評價
    9 貼文
    484 瀏覽
    Chris FullmerC
    Try this code. Have your Dynamic component selected, then run this in the web console: model=Sketchup.active_model entities = model.entities sel = model.selection[0] sel.attribute_dictionaries.each do |e| puts "***DICTIONARY NAME***" puts e.name puts "" puts "*****VALUES*****" puts e.values puts "" puts "*****KEYS*****" puts e.keys puts "" end It will output to the Ruby Console, so have that open. That should show you some info. Chris
  • Select Perimeter Edges only

    27
    0 評價
    27 貼文
    16k 瀏覽
    mitcorbM
    Thomthom: If an edge loop selection terminates at a 3 or 5 junction, do you see this as terminating the selection or retaining the selection up to the junction? And thereafter the selection is made edge by edge, adding to the path, or restarting the loop selection without losing what has been selected before. Just some thoughts. How many people model like this, you ask. Because I have some limited experience with Blender, I often think in terms of that workflow (wishing that Sketchup had that versatility) as I model in SU. In my opinion, this loop selection capability (and your current Selection Toys) is at least as important as the Point Merger tool recently developed and Select only Visible. Somewhere out there is the Grand Unified Modeling Program....or GUMP for short. (edit: add small chuckle)
  • Problem with Kerkythea exporter

    8
    0 評價
    8 貼文
    760 瀏覽
    charly2008C
    Dear Tomasz, thanks for the fast reply. The result of ENV['PATH'] is nil. Sorry that i not mentioned my system. I'm working with a PC and WIN XP SP3. I tried SU2KT Version 3.0 ,3.05 and 3.1 beta. Below the messages which are shown when i Started export in SU6/7. Karlheinz [image: aa6s_Bild2.jpg] [image: vEDh_Bild4.jpg]
  • A better select tool?

    2
    0 評價
    2 貼文
    243 瀏覽
    R
    Fred06 has a plugin called hoverselect, i tihnk it does what you want. Do a search of the ruby forum and see if its what your looking for.
  • Unicode, UTF8 and Ruby

    19
    0 評價
    19 貼文
    3k 瀏覽
    TIGT
    file_found?(path) that fixes ascii in SUp Ruby path and unicode in returned filepath returning false negatives with 'FileTest.exist?(path)' - even with accented characters - is updated and moved here... http://forums.sketchucation.com/viewtopic.php?p=169225#p169225
  • File class chokes on Norwegian Characters :(

    8
    0 評價
    8 貼文
    909 瀏覽
    TIGT
    I've updated my file_found?(path) code here http://forums.sketchucation.com/viewtopic.php?p=169225#p169225 ...

Advertisement