Sketchucation Tools 5.0.7 | Licensing improvements and bug fixes Learn More

Alkategóriák

  • No decscription available

    20 Témakörök
    462 Hozzászólások
    HornOxxH
    @pilou said: More appetizing in chocolate! Eggs are good as well - but only very fragile when falling down in SketchyPhysics
  • Output - Selected Attributes of Dynamic Components to CSV

    8
    0 Szavazatok
    8 Hozzászólások
    1k Megtekintések
    J
    Thanks Scott, I just want to make sure.. I was asking if there were routines in the Ruby/Javascript files used by DC's that I could use in my scripts, or are they unavailable outside the DC world?
  • How to get an edgeless form

    7
    0 Szavazatok
    7 Hozzászólások
    828 Megtekintések
    M
    Hi Malaise! You can also the second button of the Soften toolbar...
  • Print Arrays, Hashes etc in a readable format?

    3
    0 Szavazatok
    3 Hozzászólások
    276 Megtekintések
    thomthomT
    Ok. I was just checking that there wasn't a built-in function that printed objects, like what you get in PHP with print_r.
  • Find out if user has Hidden Geometry on?

    5
    0 Szavazatok
    5 Hozzászólások
    466 Megtekintések
    thomthomT
    Yea... makes sense that some things have legacy names. ...but still don't understand why a Styles class exist which contains Style classes which only contains two properties... sigh will the API docs every be updated with complete descriptions..?
  • Adding menus to the Layer and Material windows?

    7
    0 Szavazatok
    7 Hozzászólások
    589 Megtekintések
    thomthomT
    @gaieus said: And it's now a sticky with a "hot" sign in the Wish List forum...
  • Make group from component?

    2
    0 Szavazatok
    2 Hozzászólások
    294 Megtekintések
    J
    I haven't looked at this in a long time, and after looking at it again I'm not sure why I did it the way I did. m=Sketchup.active_model inss=m.active_entities.find_all{|e| e.typename=="ComponentInstance"} inss.each_with_index { |ins, ind| name = ins.definition.name g = m.entities.add_group ins.explode.find_all{|e| e.typename=="Face"} g.name = name #g.to_component }
  • TextTag14 by TIG

    3
    0 Szavazatok
    3 Hozzászólások
    462 Megtekintések
    M
    This is the file attached. thanks, Mark TextTag14.rb
  • Installation of Ruby applications

    6
    0 Szavazatok
    6 Hozzászólások
    463 Megtekintések
    T
    Hey Al. I was hoping I could post again before you saw my terse update. I was going to expand on my post to give you the info you are asking for now. Right now, I zip everything up into a single file. Doing this on Windows works fine for Macs. I haven't done the reverse, but I suspect it would work fine too. After reading the first hit on the link I posted, creating the .dmg seems pretty straight forward. However, I want to go a step further from that for now on, and actually create an installer app as part of the .dmg. I'm now researching what it would take to do this. I would be happy to share it with you when I am done (as long as you don't mind a "powered by Smustard.com" label at the bottom of the dialog... Todd
  • Dynamic Components vs Rubies

    3
    0 Szavazatok
    3 Hozzászólások
    353 Megtekintések
    Chris FullmerC
    DC's just make parametric modeling available to non-ruby programmers. Anyone could make their own version if they wanted to.
  • Help from coders needed

    20
    0 Szavazatok
    20 Hozzászólások
    2k Megtekintések
    pilouP
    @unknownuser said: Subdivision modeling Seems you are making a SUZ_brush
  • 360 Camera

    22
    0 Szavazatok
    22 Hozzászólások
    24k Megtekintések
    C
    Here is a try combining the Web Exporter with a fly through path. i am working on it still but I guess you can see the intention already http://www.cad-addict.com/2009/01/sketchup-adding-camera-control-to-web.html
  • Radom Rotate

    3
    0 Szavazatok
    3 Hozzászólások
    377 Megtekintések
    S
    Component spray has random rotation.
  • Copy along path

    2
    0 Szavazatok
    2 Hozzászólások
    488 Megtekintések
    boofredlayB
    Here is a free script that does this called PathCopy. http://www.smustard.com/script/PathCopy (moved topic to Ruby Discussions).
  • [Solved] My script keeps bugsplatting :(

    19
    0 Szavazatok
    19 Hozzászólások
    3k Megtekintések
    M
    Yep. Iterative method can save time compared with the recursive method... But recursing is much more beautiful !!
  • File.copy() not working?

    11
    0 Szavazatok
    11 Hozzászólások
    774 Megtekintések
    T
    I figured it out by downloading the full ruby install, so I could learn and use Ruby outside of SU (and follow existing tutorials), and after seeing what it expanded to, it was obvious that the full install doesn't come with SketchUp.
  • [ruby-doc]The missing Sample Code scripts compilation

    4
    0 Szavazatok
    4 Hozzászólások
    614 Megtekintések
    thomthomT
    Ah! Great! I really wish Google would sort out the SU API docs... grumble
  • Small script that deletes all text in a drawing

    4
    0 Szavazatok
    4 Hozzászólások
    479 Megtekintések
    Didier BurD
    Hi, Alternatively, you could use my "quick selection" script: it can filter objects by type in the drawing to make a selection. Here: http://www.crai.archi.fr/RubyLibraryDepot/Ruby/EM/quick_selection.zip Regards,
  • Point to point move?

    11
    0 Szavazatok
    11 Hozzászólások
    1k Megtekintések
    JClementsJ
    Builder, In case you are not aware, there is a Glue feature in SU. If a selection is giving me problems while trying to move it, I'll right click on it to see if "UNGLUE" is available in the context menu. If so, then I'll do an Unglue. ===================================== Moving or drawing geometry across large distances can be tedious. A method I often forget to practice, but which is very helpful, is to zoom into the "target point", then Zoom to Extents, then zoom to your "start" point, select your geometry or intiate a drawing tool, then utilize the "Zoom Next" and "Zoom Previous" functions available in the Camera Toolbar.
  • Is it possible to retrieve the font settings using Ruby?

    3
    0 Szavazatok
    3 Hozzászólások
    405 Megtekintések
    A
    Todd, There is a lot about colors in the hash but, alas, nothing about font attributes.
  • Combo Ruby for Reveals

    5
    0 Szavazatok
    5 Hozzászólások
    1k Megtekintések
    D
    BooTools at work Thanks to EarthMover for the boulders. Exploded and then grouped. Union and re-texture from boulder material list. Good way to build a large rock form for we the lazy.[image: sjPj_HappyBoulderIsland-2.jpg] dtr

Advertisement