🛣️ Road Profile Builder | Generate roads, curbs and pavements easily Download
  • [req] orient to axis?

    6
    0 Votes
    6 Posts
    727 Views
    C
    @xrok1 said: even a script where you could select one or more edges(with same general orietation of course) and then hit R,G,or B on your keyboard to align them in that axis would be very cool. I agree, this would be quite handy - especially working with imported models.
  • [REQ] Window Splitter

    2
    0 Votes
    2 Posts
    531 Views
    thomthomT
    That's Rhino. Not SketchUp. You can't add more viewports in SU. Not with ruby. It'd have to be something the SU team implemented.
  • [req] Z-depth image exporter

    8
    0 Votes
    8 Posts
    1k Views
    L
    i have a script "displaytemplate.rb" for su 5. that could creat more diffrent scene style. and it can work with su6 but some style wrong. you can try. displaytemplate.rb
  • [REQ] Plugin to rotate textures 90°

    4
    0 Votes
    4 Posts
    730 Views
    E
    http://www.youtube.com/watch?v=KEg6tHWNXb4
  • [Request] add/subtract to group/component ,Ruby

    3
    0 Votes
    3 Posts
    4k Views
    thomthomT
    @xrok1 said: select what you want to add to your group ctrl+x to cut from the scene open the group you would like to add to use edit>paste in place from menu to paste it back to the same location but inside the group this is how its done so i doubt anyone will write a script. it helps if you add a shortcut key for paste in place such as ctrl+shift+v. He did mention that he'd used that method. And never say never. Being able to open an group/component and "import" external entities isn't such a bad idea.
  • [REQUEST] DEM exporter

    3
    0 Votes
    3 Posts
    597 Views
    2
    well mate thanks for the quick reply and also for taking my request into concideration, I will be patiently waiting
  • [REQUEST] SU 7 to SU6

    6
    0 Votes
    6 Posts
    820 Views
    P
    RayOchoa, I had exactly the same problem before SU7 came out. http://www.sketchucation.com/forums/scf/viewtopic.php?f=15&t=1897&p=31500&hilit=+converter#p8826 Now that I use version 7, it's not a problem for me anymore.. DeepExploration can save into any version of SketchUp (from v3 to v7), and you can use it's batch function to convert multiple files at a time. However, it messes up texture maping of textured SU models. It costs quite a bit too, but you can use trial version for a month without restrictions. It's good in every other way though.
  • [Requested Plugin] Lathe tool

    17
    0 Votes
    17 Posts
    3k Views
    W
    Dear Chris, Many thanks for replying. I am a very patient man, and besides, I have work-arounds, albeit long and tedious. Kind regards, Bob
  • [REQ] .ai import

    3
    0 Votes
    3 Posts
    711 Views
    thomthomT
    I would recommend that you use a different program to create your vector lines. One that specialises on vector images which then most likely will allow you to export to .dwg or .dxf. Making an .ai importer would not be a quick and easy task. The .ai can be in the shape of a .pdf file format if it's saved with .pdf compatibility. But it might not.
  • [REQ] - Weld Lite - attn:RickW

    10
    0 Votes
    10 Posts
    2k Views
    E
    I get no dialogs whatsoever when using the version embedded in the SCF PowerToolbar.
  • [req] pencil construction

    5
    0 Votes
    5 Posts
    1k Views
    X
    @watkins said: Try this http://sketchuptips.blogspot.com/2008/02/plugin-construction-line-tool.html Regards, Bob thanks that works awsome. now if only it could be attached to ALT pencil. that would be great.
  • [Request] toggle between selected layer

    3
    0 Votes
    3 Posts
    683 Views
    BurkhardB
    I can do it with scenes, but with a lot of objects I'm a bit lost. It was nice to toggle layers also inbetween the scenetabs to support, otherwise I have to much scenes.
  • [Request] Transformation rotation for animation help

    15
    0 Votes
    15 Posts
    4k Views
    chrisglasierC
    I made a skp, rb, html set to test what I understand so far about transformations on a 3x4x5 metre group. If you want to try it out temporarily unzip the files to your plugin directory. transformations.zip Here is a clip of it showing a group rotating around each of the axes in turn: [flash=425,344:32q3oq38]http://www.youtube.com/v/aXxkHu7gSv4[/flash:32q3oq38] The rotations are made with: tr = Geom::Transformation.rotation(Geom::Point3d.new(ent.bounds.center), rv, theDegrees), where rv is the axis, and the angle_between values with: (t.xaxis.angle_between X_AXIS).radians same for y and z. From this, I gather if the angle_between values returned are 0-180-180, the group has been turned by 180 deg on the X_AXIS; and if 0_90_90, the group could have been turned 90 or 270 (-90) degs on the X_AXIS; and the same for the angle_between values for the other axis rotations. The second clip shows the application of different series of rotations: [flash=425,344:32q3oq38]http://www.youtube.com/v/TFAnDrHXaIg[/flash:32q3oq38] Screenshots of rotations providing angle_between values of 90-90-90 shows there is either something fundamental missing or perhaps that an entirely different method is appropriate. [image: 3X69_angle_between909090.jpg] Any suggestions about this most welcome... Chris
  • [REQ] Plugin to scale collection of components

    3
    0 Votes
    3 Posts
    671 Views
    thomthomT
    @chris fullmer said: Hmm, that would require more than a ruby script. It would need some sort of batch program written and I don't know how to do that. I think it can be done in ruby. Loop over all .skp files in a folder, load them into the model, move all entities to origin, then export. ComponentDefinition has the .save_as method. DefinitionList has the .load method.
  • [REQ] PurgeAllHidden

    3
    0 Votes
    3 Posts
    693 Views
    K
    You are right. I didn't think about hidden lines defining surfaces. Maybe just hiding the lines that do not define surfaces? Yes, hiding hidden layers could be a nice option...although doing that manually isn't that diffcult.
  • [REQUEST] Automatic drawing of vertical lines

    35
    0 Votes
    35 Posts
    4k Views
    Chris FullmerC
    Thanks Thom. I had tried using that earlier and it did not produce what I thought I was looking for. Seems to be working just great right now. Thanks! Chris
  • [REQ]: Select All Objects With 'Default Material'

    6
    0 Votes
    6 Posts
    3k Views
    thomthomT
    I added selection filter for entities with default materials to my Selection Toys plugin. http://www.sketchucation.com/forums/scf/viewtopic.php?f=180&t=14975 You'll find the commands from the context menu when you do a selection.
  • [Req] Face Stitcher

    4
    0 Votes
    4 Posts
    968 Views
    L
    i'll try it, thanks!
  • [REQ] Advanced Custom Toolbars

    4
    0 Votes
    4 Posts
    830 Views
    L
    I've noticed that when using some of the scf toolbars it tends to stack up more (it won't let me place other toolbars next to it) than if I just us individual toolbars for all the tools i need (smaller not bigger) is there a reason for this (a bug in the toolbar code?)
  • [Plugin] GoldenGauge now available

    18
    0 Votes
    18 Posts
    15k Views
    J
    You're not really missing something. Golden Section is about the proportion of a face or box in 2 or 3 dimensions. This script works on 2 dimensions which doesn't have to be in a Golden Section proportion. It divides each dimension separately to the Golden Section. If you draw a rectangle in the Golden Section proportion and you use this script, one of the 4 parts is a perfect square with same dimensions. So using both tools, you'll get a good combination for designing with the Golden Section. But thanks for noticing the GS-feature in SU, I didn't know about that one.

Advertisement