🛣️ Road Profile Builder | Generate roads, curbs and pavements easily Download
  • [REQUEST] Simple bone structure

    17
    0 Votes
    17 Posts
    2k Views
    duanekempD
    Pilou, I will have to try this and see how this works... and if I can get it to work as I hope it might. Again... thank you for the link. https://code.google.com/p/sketchup-skel/
  • [Plugin] Archiland Toolbar

    58
    0 Votes
    58 Posts
    70k Views
    C
    many thanks!!!! =]
  • Coordinate System Issue

    8
    0 Votes
    8 Posts
    685 Views
    A
    sdmitch, just want to say thanks. Today was the first day I had a chance to use this, nice and simple and works perfect. Mike
  • [SOLVED] display errors in plugins Sketchup make 2015

    22
    0 Votes
    22 Posts
    2k Views
    deaneauD
    i have solve this Problem with a Windows refresh Eneroth Railroad is a good example. the first button (track with a plus) look like without CSS [image: Ze4J_Untitled-SketchUpMake_2015.03.18_00h47m21s_006_01428.jpg]
  • Load Errors

    3
    0 Votes
    3 Posts
    191 Views
    M
    Thanks for trying to help me. Sorry if I posted in the wrong place. I don't use Sketchucation very often.I downloaded the latest LibFredo6 and also Tools on Surface and everything is Ok But I want to get rid of this message because I get it each time I open Sketchup. Where should I post my message to get help.
  • [Plugin] Typical Office Arrangements

    3
    0 Votes
    3 Posts
    450 Views
    D
    Sorry From the plugin store Author: DeskMakers Plugin: Typical Office Arrangements http://sketchucation.com/plugin/1398-deskmakerstypicaloffice
  • [REQUEST] Toggle snap

    6
    0 Votes
    6 Posts
    547 Views
    panixiaP
    @detx said: It is good if SU has Snap Tools like Auto CAD or any CAD Software. oh my god.. honestly i think not really a good idea.. that wouldn't be sketchup anymore imho..
  • Geosketch plugin

    3
    0 Votes
    3 Posts
    797 Views
    F
    yes indeed thanks. they inform me they're "only selling licenses to Government users at a price of $30k per seat for a two year license." does any one have an older copy knocking about on their hard drive anywhere. All i need is to import a photo accurately located and orientated to the EXIF data - does any one have any lines of Ruby please?
  • [Req] Similar groups to Components

    28
    0 Votes
    28 Posts
    2k Views
    C
    See http://sketchucation.com/forums/viewtopic.php?t=17590
  • .stl Importer - which one is considered best?

    3
    0 Votes
    3 Posts
    214 Views
    W
    Thanks TIG!
  • [Plugin] Color by Slope

    52
    0 Votes
    52 Posts
    58k Views
    T
    Hello Tig (and Chris), Thank you to you both for the original colr by slope ruby and the modifications to it to show colors for various slope angles. I have found the rz. file but it is unclear what needs to be edited and replaced. Is a new color by slope plug in for the various angles available? Thanks again, TP Light - Now CA (previously UK) @tig said: Hope I'm not standing on any toes... ### edited/replace the code from here................ > faces = [] > flat = [] > angle = 0.0 > sel.each do |e| > faces << e if e.is_a? Sketchup;;Face > end#do > ### first set up some [r,g,b] colors for various slope angles > ### we use them if they exist, but if not make them... > if not color_00_20 = model.materials["color_00_20"] > color_00_20 = model.materials.add("color_00_20") > color_00_20.color= [120,0,0] > end#if > if not color_20_40 = model.materials["color_20_40"] > color_20_40 = model.materials.add("color_20_40") > color_20_40.color= [150,0,0] > end#if > if not color_40_60 = model.materials["color_40_60"] > color_40_60 = model.materials.add("color_40_60") > color_40_60.color= [180,0,0] > end#if > if not color_60_80 = model.materials["color_60_80"] > color_60_80 = model.materials.add("color_60_80") > color_60_80.color= [210,0,0] > end#if > if not color_80_90 = model.materials["color_80_90"] > color_80_90 = model.materials.add("color_80_00") > color_80_90.color= [240,0,0] > end#if > ### you can adjust the colors' rgb values to suit... > ### > faces.each do |e| > enorm = e.normal > flat = Geom;;Vector3d.new(enorm[0],enorm[1],0) > angle = (flat.angle_between enorm).radians ### angle in in degrees > ### now set up the tests for different angles > ### change these test ranges etc to suit your requirements... > if angle>=0.0 and angle<=20.0 > color=color_00_20 > elsif angle>20.0 and angle<=40.0 > color=color_30_40 > elsif angle>40.0 and angle<=60.0 > color=color_40_60 > elsif angle>60.0 and angle<=80.0 > color=color_60_80 > else ### angle>80.0 > color=color_80_90 > end#if > e.material = color > e.back_material = color > end#do > ### end of edit/replace................. > Make a backup copy of the original ruby script outside of the Plugins folder so it won't try load twice. If you mess up then you have the original to use again... Now edit/replace the version that's still in the Plugins folder, as set out above [open with Notepad.exe or equivalent plain-text editor]. Save it and restart Sketchup - all slopes should now be colored in the angle-ranges and colors you've specified...
  • Random or Scatter Plugin?

    15
    0 Votes
    15 Posts
    2k Views
    JQLJ
    excellent! Isn't indigo capable of rendering su sections? would it render that scene with a section passing through it?
  • [REQ] Make Square Centered at Point

    11
    0 Votes
    11 Posts
    1k Views
    JQLJ
    And if you forget the "4" in the beginning you have to both press "4" and "S" later. Two key presses and you'll be dead!
  • [plugin] realSection v0.6 Béta (Updated 9/8/2014)

    87
    0 Votes
    87 Posts
    65k Views
    G
    realSection isn't supported anymore.
  • [Plugin] Team Edit - synchronised modelling v0.1.5 (alpha)

    19
    0 Votes
    19 Posts
    8k Views
    TommyKT
    @jql said: @tommyk said: Team Edit updated to v0.1.4. It now works on PC! (funny no one told me until now - thanks to Near 2010 for the report) I feel a bit ashamed here, but I haven't tried Team Edit yet. I'm just in the middle of a project and can't change the procedure now. I guess a simple example would be interesting... As soon as I have some time I will try it as fully as I can. Don't worry! Try it out at your pleasure. It shouldn't be used in a production environment yet anyway. Simply put, the more feedback I get, the more reliable it will get.
  • Outliner: Is there a way to extract data from the Outliner

    7
    0 Votes
    7 Posts
    381 Views
    Dave RD
    John, Generate Report is not specific to the Outliner. You could still generate a report without using Outliner. Outliner is just a textual look at the model and it's component/group hierarchy.
  • [Plugin] QHull

    51
    0 Votes
    51 Posts
    54k Views
    DareDevilD
    I'm not a Mac user for years... There is a MacOS portage of Qhull. There is some one to port the Qhull plugin on MacOS with it ?
  • PushPull

    4
    0 Votes
    4 Posts
    359 Views
    S
    Fredos push pull did the trick. Thanks.
  • Hatched/patterned shadows

    7
    0 Votes
    7 Posts
    607 Views
    Dave RD
    I did come up with something but it wasn't the easiest. Then I got onto another project and haven't returned to this.
  • [Plugin] cmd's mover with dialog and easings (v0.5)

    24
    0 Votes
    24 Posts
    40k Views
    majidM
    This is definitely one of the best animating plugins IMO and hope it continues developing

Advertisement