đź«› Lightbeans Update | Metallic and Roughness auto-applied in SketchUp 2025+ Download
  • Sphere Mapping Issue: SketchUV

    7
    0 Votes
    7 Posts
    580 Views
    S
    Good idea for a work around - thanks!
  • Extrude plugin

    8
    0 Votes
    8 Posts
    381 Views
    cottyC
    You will find this funtionality in many plugins... e.g. [image: ocab_extrude_line.jpg]
  • They (sell >> correction >>) USE our plugins in China

    15
    0 Votes
    15 Posts
    801 Views
    P
    @arc said: Although China has ... Interesting..... How long is Sketchup distributed in China Are there any Ruby-programmers Is there a gallery, showing what Sketchup users create
  • 3skeng Pipe Modelling Plugin - Any Further Developments ???

    31
    0 Votes
    31 Posts
    6k Views
    S
    Paul, To learn more, how to generate 3skeng compatible groups & components open the 3skeng client, click on the tab “tutor”. Hover over the three grey vertical lines on the right side and click on the play button. This will open a window with an overview of all tutorials. See the lowest section “Advances use” Regards, Sebastian
  • Random place for components ...

    11
    0 Votes
    11 Posts
    424 Views
    pilouP
    Absolutly no problem, there is a no random option inside the Random Components Replacement! [image: file.php?id=88818&t=1] So you can choice a collection of handles of a same color degraded following the altitude ("Color By Z" By Chris Fullmer or "Color By" (Z,slope,etc...) By Sdmitch or by difficulties as you want! This plugin is a true gem! [image: XzrM_no_random.jpg] And even a special Random Components Replacement always by Sdmitch with relative or absolute size Between Source / Target ! [image: zYUw_rempl1.jpg] PilouComponentReplacement.rb
  • Plugin for elevation points

    10
    0 Votes
    10 Posts
    548 Views
    utilerU
    You're a legend..... nuff said.
  • [Plugin] TIG-PointUp v1.0 20131120

    8
    0 Votes
    8 Posts
    4k Views
    utilerU
    Simply perfect, TIG!!!!! Thank you so much for taking the time to do this no matter how simple it is; you're a bloody gem!
  • [Plugins] TIG-PointOff v1.0 20131120

    2
    0 Votes
    2 Posts
    2k Views
    pilouP
    Very particular thing!
  • [Plugin] Uniquify v1.0 20130215

    12
    0 Votes
    12 Posts
    14k Views
    K
    Okay, solved my own problem - -Copy Comp A -Make copy unique, rename as appropriate -Open copy and select all nested components -Make unique This preserves all relationships and renames all the components without having to select each group of components individually. Minimum number of clicks. A plugin would save me a couple of clicks but I can live with this. Kris
  • Plugin Possibility?

    8
    0 Votes
    8 Posts
    440 Views
    Dave RD
    Mike, thanks. Jolran, yes. It'll probably take a combination of plugins to get what I want. Pilou, thanks. The radial lines could be a step toward what I want but it isn't the end. It also requires the c point and the edges to be in the same context but I don't want to have to explode the components in my model to be able to use the plugin. I made a quick example that I hope illustrates what I have in mind. [image: X42m_GeneandStacy1.png] The model image export without shadows [image: 2nl0_ShadowLines.png] Shadows made up of the same sketchy lines as the model is displayed with. I imported a shadow image as a watermark and traced some of it. Then I used the Hatch Faces plugin to put hatches on the faces after which I applied the sketchy line style. [image: ZCm6_GeneandStacyshaded.png] The result. It needs refining but I have to go to work. What I did is very tedious. Few if any of the edges of the shadows are on axis. Some are just off axis which makes them difficult to draw correctly and you must be careful not to move the camera after you get started drawing. No zooming in to work on the short lines. A plugin to create those lines would be excellent. TIG's Shadow Projector plugin seems like a good choice but it doesn't do what I need.
  • Scale Factor Plugin?

    9
    0 Votes
    9 Posts
    929 Views
    deaneauD
    cotty you are my hero..that works... i had never known this function. @dave you are right. thanks at all and thanks to dave, Don't trouble your head about it. dean
  • Component pivot point?

    3
    0 Votes
    3 Posts
    4k Views
    BoxB
    Yeah Dave I have them like that, and I have made rigging points off screen. But it struck me there must be some way of giving each component a specific point without constructing a skeleton off to the side. I just found JointSU, will see if that works.
  • Dividing Up a Window Frame

    2
    0 Votes
    2 Posts
    235 Views
    TIGT
    My SplitDonut with split the ring face at the corners... Note too that SplitSausage does the same for 'non-rings' - you need to 'seed' a short edge so the splits proceed as expected. To find 'rings' [faces with ONE hole] in a selection use a filter like: m=Sketchup.active_model;s=m.selection;f=s.grep(Sketchup;;Face).find_all{|e|e.loops.length==2};s.clear;s.add(f); You can then use SplitDonut on the selection en mass... The command you could add to the end of the above code to automate things is m=Sketchup.active_model;s=m.selection;f=s.grep(Sketchup;;Face).find_all{|e|e.loops.length==2};s.clear;s.add(f);TIG.splitdonut(); To divide multi-holed faces you need to add a line to make one-hole 'rings' ...
  • [Plugin] LoopLab v1.0.0

    17
    0 Votes
    17 Posts
    7k Views
    tt_suT
    @renderiza said: @3dsmax9 said: loop selection is great, is it possible to do a ring selection ? ThomThom's Quadface tools has a ring selection feature and more. : Have a look at how I defined a"quad" in QuadFace Tools. Both Fredo and TIG use that in some of their plugins which give a nice interobility. https://bitbucket.org/thomthom/quadface-tools/wiki/Overview#!quadface-definition Just a brief history of why I picket the set of properties I did for the diagonal edges: Hidden property doesn't smooth the shading of the quad. Each triangle would be shaded flatly. Soft+Smooth give nice shading, but if you want to make the whole mesh also appear soft+smooth then the quads will break. Soft+Smooth + CastShadow=false gave the best result for me. Once could create a mesh with quads where the border edges of the quads could also be soft+smooth. I didn't use an attribute because they are slow - performance was important here when traversing thousands of entities. And I liked that you could create the quad manually via the UI if you wanted to. The one thing that is still an issue is that if you use the Soften Edges tool in SU it might unsoft some diagonals. @renderiza said: @thomthom said: Have you used GitHub and git before? Github | Bitbucket I now love Repositories like Github & Bitbucket they are really useful and make my life easier so thank you for mentioning them. Excellent! If you aren't using it already I'd recommend SourceTree as a really nice and good GUI that can handle both Git and HG as well as managing your repositories hosted at GitHub and BitBucket. I'm in the progress of writing a new set of core classes that will return quad faces from a set of SketchUp entities. I'll make this as generic and small as possible (and fast) so ti can be easily implemented in extensions that want to support quads. I'd love to see more quad-based tools. QuadFace Tools grew to a decent size, but there is's just the basics. There is much more that would be great to have.
  • [$] Dormer Ruby

    2
    0 Votes
    2 Posts
    281 Views
    J
  • [REQUEST] build inside faces

    4
    0 Votes
    4 Posts
    208 Views
    deaneauD
    oh yes thank you
  • Dude...

    6
    0 Votes
    6 Posts
    469 Views
    KrisidiousK
    I didn't realize it did that... that does suck. I also hate subscriptions into infinity. But man does he make some kool tools.
  • Move selection - relative to current position/coordinate VCB

    5
    0 Votes
    5 Posts
    246 Views
    Dave RD
    Entering values in the VCB is how you make changes using the native tools. That's not a work around.
  • [REQ] zoom extent of active group/component?

    2
    0 Votes
    2 Posts
    238 Views
    Dave RD
    There's a Zoom Extents in the Context menu that will do what you need. No keyboard shortcut required. Right click the desired entity and choose Zoom Extents. You're there. Can't get much more user friendly than that. It works on selected edges and faces, too.
  • Floorgenerator script 3ds - anything similar for SU??

    4
    0 Votes
    4 Posts
    1k Views
    KrisidiousK
    it wasn't her... It was Stephane O. She's working on adding floor geometry to this plugin. http://extensions.sketchup.com/en/content/oob-layouts Here's her site and she has lowered the price. 50% off. http://oob-su.com/

Advertisement