🛣️ Road Profile Builder | Generate roads, curbs and pavements easily Download
  • [REQ] Connecter

    7
    0 Votes
    7 Posts
    1k Views
    numbthumbN
    I thought SU universe was polytheistic...
  • FredO6 and FredoScale

    3
    0 Votes
    3 Posts
    860 Views
    C
    It still doesn't work! I put it on both possible directories (the are 2 places where I find sketchup plugins) Same appears with tools on surface an omni grid, even though installed by inbuilt installer... Funny question but: maybe it "suffers" from being moved so often? Problem is I do not refind the links to both FredO-plugins on sketchucation. It is really a bit annoying.
  • FredoScale 6.0 and LibFredo6

    8
    0 Votes
    8 Posts
    2k Views
    S
    Hello, Finally I succeed to download and installing the plugin. I had to download it on another computer. On my computer it was not possible to download the ZIP files. The file extension kept changing.Changing it back afterwards was no solution. Once I had the zip files the installation went smooth. Thanks
  • Hollowing an object?

    6
    0 Votes
    6 Posts
    5k Views
    S
    Thank you for your quick replies @Watkins Yes, a Shelling plugin would be great Skaling will work for cubes for example, but notas soon as there are shapes with curves or such. The walls get different strenghts, and the smaller object might penetrate the walls from the larger object ( http://www.nottoxic.com/wapcc/ae/aqua/curvedresizedsketch.png as a simple sample, but in this particular sample I could just draw a smaller tube). I do not have a specific sample as I mostly try to hollow the seperate segments now before 3D printing, but especially when working with existing models it would be neat to have a shelling tool in sketchup. A tool like in photo editors such as erode & dilate etc. would be neat. @d12dozr Hi Marcus, thank you for the welcome. I'll look into the push/pull tool, looks like it at least makes the manual process a lot easier Ah well, if it all was so easy that no work was involved, there would be no challange Fixing "Han Solo in Carbonite" with Sketchup which I found at Thingiverse was a challange though and pure madness. [image: med_P1070972_t.jpg] [image: med_P1070974_t.jpg] There I really just copied and scaled a copy, but had to model and cut a lot manually... As there was a deadline for printing with alumide, I had to rush it a bit. http://www.nottoxic.com/wapcc/3dd/alumide/med_P1070974.html Similar here; [image: med_P1070978_t.jpg] [image: med_P1070979_t.jpg] Only the flat version printed, I tried to simply scale a copy to make it hollow, but a few parts turned out to be too thin to be printable. The initial version should have looked like [image: ae3dDone.png] to replace the stolen car emblem of my GF's car For square shapes, Sketchup & Shapeways rock my socks though... [image: med_P1070957_t.jpg] http://www.nottoxic.com/wapcc/3dd/med_IMG_3611.html This little thing will hopefully fly next week, as soon as the TT Copter Control arives
  • Problems using windowizer

    4
    0 Votes
    4 Posts
    1k Views
    A
    @rickw said: We've been discussing it, but I can't replicate the problem either. replicate?? i didn't get it mr. rick
  • [Request] Helix following curves

    8
    0 Votes
    8 Posts
    2k Views
    ken28875K
    Hi guys, Thanks for all the tips. Very useful. But I still cannot manage to get the correct result. Shape bender does work only for flat/2 dimensional curve. What I have is a complex 3 dimensional curve. TIG's method or the similar method that I used in my first images using Component Stringer works well only is the segments of the curve are equal. In that case I can probably join the helixs end-to-end, explode and weld them as TIG described. However, most of the curve that I use will mostly be composed of irregular segments. Therefore, all the methods that have been give won't work. Indeed, I just did another test with a curve with different sizes for the segment using Component Stringer. As you can see, it is not possible to join them end-to-end as the size of each helix is different from one another due to the different sizes of the segments. [image: helix_following_curve_04.jpg] What I hope is to have a plugin that will make the helix follow the complex 3 dimensional by connecting end-to-end and keeping it size consistent/uniform not matter the sizes of each of the segments that make the curve. I think it will be a great challenge to come up with that plugin, but if anyone has time and would like to think about it, I'll be much appreciated. Thank you, _KN p.s. I may even give a monetary donation as a token of my appreciation.
  • Move child component in dynamic component

    3
    0 Votes
    3 Posts
    742 Views
    M
    Works great, thanks so much! I guarantee I would not have gotten that on my own. (PS I went with option 2 because the user can still move them on their own.) Thanks a lot, Dan
  • Optimize plugin code

    6
    0 Votes
    6 Posts
    1k Views
    thomthomT
    For instance: iterating through a collection of entities and deleting some: Example - deleting faces. This is slow entities.each { |e| e.erase! if e.is_a?(Sketchup::Face) } This is faster: faces = [] entities.each { |e| faces << e if e.is_a?(Sketchup::Face) } entities.erase_entities(faces) Same goes for selection/deselecting. Anything where SU offers to do either per item or as an array of items - try to pass array of items.
  • Need help with finding correct plugin

    2
    0 Votes
    2 Posts
    279 Views
    D
    See this Sketchupdatepost for instructions.
  • [Request] Textures applied to Scaled Group or Components

    3
    0 Votes
    3 Posts
    403 Views
    JClementsJ
    If it would not take much coding/time could we try a protype (would want the edges to remain the "default" color)? I've got Rick Wilson's script to remove all colors from a selection so it would easy to reverse the process. John
  • [REQ] axes memory

    4
    0 Votes
    4 Posts
    410 Views
    Chris FullmerC
    No, its not impossible for sure. I think that scene tabs have worked sufficiently well for most people who need to have different axis locations set, so no one has bothered with writing a separate plugin for it.
  • (REQ) Place Component by UV?

    6
    0 Votes
    6 Posts
    509 Views
    EarthMoverE
    A curved UV mapper?!!! As someone who builds and textures curved walls everyday, as well curving brick borders and such, that sounds as if it would make life soooo much easier. I'm looking forward to you tackling the remaining 5%. Let me know if you need help testing it out. Regarding the Component Tiler, perhaps Chris Fuller will catch wind and maybe think of expanding the concept into his component stringer?
  • HELP MAC &amp; kerkythea exporter

    2
    0 Votes
    2 Posts
    589 Views
    C
    Your file path misses the bit that says whether or not this is the User's or Root's path to the Plugins folder. On a Mac, it is important to install all plugins in the Root plugins folder and to make sure the User plugins folder is at least empty and preferably deleted. On my machine, the path to the KT plun is Macintosh HD/Library/Application Support/Google SketchUp 7/SketchUp/Plugins/su2kt.rb there is also a su2kt folder in the same plugins folder. If you can't see a toolbar, make sure it is enabled through the View> Tool Palettes menu item.
  • Cand find sandbox

    3
    0 Votes
    3 Posts
    290 Views
    M
    cheers mate! now i know why i couldent find a solution for it google.
  • Plugin for this?

    6
    0 Votes
    6 Posts
    629 Views
    X
    @yukonhoo said: wow, yes, exactly like that. Thanks!! Is there a mesh-making plugin as well, or can you do that in normal Sketchup? could you be more specific?
  • [Plugin] cgScenesMAC please use other post

    3
    0 Votes
    3 Posts
    4k Views
    chrisglasierC
    Thanks again John. It seems I should have used the original plugin post, so I will do that now, as the topic has come to the top.
  • Push Pull a Weld

    13
    0 Votes
    13 Posts
    998 Views
    GaieusG
    Whenever you experience such problems, always be suspicious of this non-planar thing. With raw (non grouped) geometry, you can always check the co-ordinates for each endpoint with the Text label tool - by default it gives these co-ordinates I also used in my example.
  • Request: draw segmented line

    5
    0 Votes
    5 Posts
    796 Views
    T
    Oh! I just discovered that the polyline segmentor will divide a line without breaking it apart. That helps!
  • Plugin Pull-Down Sorting

    3
    0 Votes
    3 Posts
    755 Views
    B
    TIG, thank you for responding. Ben
  • Fixing &quot;inside out models&quot;

    4
    0 Votes
    4 Posts
    715 Views
    TIGT
    Another tip... It's a good idea to have Reverse Faces and Orient Faces assigned to shortcut keys [you must have a face selected before opening Preferences > Shortcut filer 'reverse' or 'orient' for the command to become shortcut-able]. Perhaps Reverse=shift+Q and Orient=alt+Q then they are near each other and easy to use in sequence... These shortcuts will work in other tools too - like PushPull - say you PushPull a face and the result has reversed faces, just ctrl+Z to undo and with the tool still in PushPull over the face so it is 'highlighting' hit shift+Q and the face reverses - now PushPull it and all is well...

Advertisement