Urasik Extensions | Lots of new extensions to check out Learn More
  • Need a little help with Ruby Programing

    5
    0 Votes
    5 Posts
    373 Views
    thomthomT
    There was an thread like this not too long ago. The topic crops up from time to time.
  • (REQ) Scallop / Cloud Line conversion tool

    4
    0 Votes
    4 Posts
    804 Views
    EarthMoverE
    @tig said: Would you pre-draw the lengths of edges to convert [as a curve?] You'd then select them and cloud/scallop them... I was thinking drawing with the arc, circle or bezier tools where you could set the segments. (perhaps explode the curve first) Then selecting the edges and running the plugin. The plugin could perhaps also give a prompt to define a bulge ratio of the newly created arcs and define if it is concave or convex (inside or outside) of the segments and set the number of segments in the newly created curves, then process a curve based on the parameters between each end point in the pre-drawn line work. Not trying to make it too complicated though, so whatever makes the most sense from a coding standpoint. The plugin I posted has the user draw out the cloud lines with a polyline type tool and it processes an algorithm to break the segments up into random lengths and then applies the cloud style to each segment so that it has a more authentic, hand drawn randomness. This would be best for me, but I'm thinking of how it can benefit others for different types of precision modeling. (as Jeff has shown) I want it define groupings of plants and to make plant symbols. A simple "arc per segment" automation would suffice.
  • (Wanted) Plugin Auto Create Face

    26
    0 Votes
    26 Posts
    7k Views
    K
    Thanks Kwok. It's exactly what I wanted.
  • Sketchup.send_action's List

    3
    0 Votes
    3 Posts
    543 Views
    C
    Thanks!!! Jim!!!
  • Using model.place_component my_definition

    5
    0 Votes
    5 Posts
    389 Views
    honoluludesktopH
    It is...Thanks. Guess it always worth a second look after I make something work the first time. I'll bet my code could shed 25% of its weight if I knew what I was doing
  • [Plugin] Make Unique (find or request)

    11
    0 Votes
    11 Posts
    1k Views
    honoluludesktopH
    Tig, thanks for the lesson. Class.e, must have been thinking about that Benz model:-)
  • Componnent Replacer

    25
    0 Votes
    25 Posts
    2k Views
    pilouP
    World is surviving with the help of a big underscore
  • Plugin to make all components in model unique?

    6
    0 Votes
    6 Posts
    636 Views
    D
    Hi Honolulu - Thanks a million for this script. This is exactly what I needed. It's nice that this isn't recursive, which fits the workflow nicely for what I'm using this for. I've edited the script slightly, to make it operate on just the selected components. (Chris, you'll be very proud...) Same instructions for use, but select the components you wish to make unique first, then type "allsunique" into the console and hit enter. def allsunique model = Sketchup.active_model selection = model.selection selection.each do |e| if e.is_a? Sketchup;;ComponentInstance e.make_unique end end end
  • Editing post

    10
    0 Votes
    10 Posts
    911 Views
    honoluludesktopH
    Thanks, Gai.
  • [Plugin] DefaultScenes

    19
    0 Votes
    19 Posts
    14k Views
    CadFatherC
    Yes Pout.. that is it!
  • Solids to weights

    9
    0 Votes
    9 Posts
    877 Views
    B
    fair enough ! have a great summer.... it's start freezing here !
  • [Plugin] Simple Catenary Curve

    34
    0 Votes
    34 Posts
    44k Views
    McGyverM
    Thank you for this plugin and also thank you for adding the explanation of what it is for and the Wikpedia link.
  • Randomly move People components

    3
    0 Votes
    3 Posts
    458 Views
    B
    I usually use the component spray plugin to place my tree randomly it has an option for random rotation wich is very useful you can have a look here : http://forums.sketchucation.com/viewtopic.php?f=323&t=11746 have a nice day
  • Curviloft to do this or TIG's tools...?

    7
    0 Votes
    7 Posts
    925 Views
    utilerU
    Thanks Adam, I'll give them a try. I haven't loaded EE tools since upgrading to 8 but will do. I really need to work out what works best for organic modeling.... ta.
  • Can anyone Fix the Film and Stage Plug In?

    9
    0 Votes
    9 Posts
    1k Views
    AndrewSA
    @chris fullmer said: It is actively being worked on. See these notes: http://sites.google.com/site/3dbasecamp2010/unconference-sessions/sketchup-in-the-film-industry The paragraph numbering appears to be broken in the document, although the content seems fine otherwise. It was correct when I wrote the original, so I can only assume something went wrong when it was converted to HTML by the site maintainers. Hopefully it's still helpful anyway. Andrew
  • [Resolved]CPoints multiple at Intersections?

    4
    0 Votes
    4 Posts
    421 Views
    pilouP
    I Have gone there, it is near perfection
  • [Plugin] Spherical Helix (Luxodrome) 1.1

    25
    0 Votes
    25 Posts
    26k Views
    W
    I look forward to being surprised and delighted. Kind regards, bob
  • Entities, Groups, Instances, and Definitions for a beginner

    3
    0 Votes
    3 Posts
    1k Views
    honoluludesktopH
    Thanks, Tom. I've corrected the original post.
  • [Plugin] exportlayers2daes

    4
    0 Votes
    4 Posts
    4k Views
    pilouP
    I suppose there is the same problem of accents for French Windows système ? So If I use a path without accent that will be ok Ps I have now more 300 simple Plugs without count the folders You will kill my old 1 Giga memory Edit that works!
  • Saving selection to file, and placing on the mouse pointer.

    11
    0 Votes
    11 Posts
    1k Views
    honoluludesktopH
    RVS, thanks for help with the snippit. I have another use for it. tt, finally got to it, shoot, that was too easy: my_def = definitions.add "My Selection" my_inst = @master_group.to_component my_def.entities.add_instance(my_inst.definition, my_inst.transformation) my_inst.erase! repeat = false model.place_component my_def, repeat

Advertisement