🔌 Smart Spline | Fluid way to handle splines for furniture design and complex structures. Download
  • [Plugin] SketchUp Calc (for Windows)

    6
    0 Votes
    6 Posts
    9k Views
    W
    Jim, thank You for a useful tool. I have a question though, why it is not launched from the sketchup toolbar? As this forum page is quite old (started in 2010) is there any su add-on making Measurements calculations that You know of, that is fully internal? greets, Wiktor
  • Slicing complex models

    15
    0 Votes
    15 Posts
    551 Views
    T
    That's what I did, then I made half columns, and corner columns. Actually doesn't look to bad.
  • Plugin to scale - very precise (example inside)?

    3
    0 Votes
    3 Posts
    284 Views
    S
    Yes, this is exactly what I'm looking for. Thanks for your fast answer TIG. Regards,
  • [Plugin] Rain - v1.0.0 Beta

    16
    0 Votes
    16 Posts
    16k Views
    renderizaR
    Hola, Que bueno saber que personas que hablan español visitan este sitio. Muchas gracias!
  • [Plugin] Styles Favourites (v01)

    8
    0 Votes
    8 Posts
    10k Views
    renderizaR
    @trogluddite said: I wonder if that could be useful too for your sky system - allowing a folder of styles with indexed names to be installed alongside your plugin, so that all the necessary visual settings are automatically available. AFAIK, this is something that can't be done with scenes, as they are specific to a particular model. Hi, This defenetly sound like a very usefull feature! Not sure if having multiple styles preloaded on to pages is less eficiant in maneging memmory & cpu than loading styles from external file. I say this because there is a point when you are creating animations were lag start to become an issue and if your proposed way of loading styles is better then I am all for it. Another thing that I will like to know is if loading styles the way you propose can have a transition time of 5 sec for example to blend from one to another like you do with pages? Cheers
  • [Plugin] Caleidos4D Ribbon Pubblic Beta 1.1 (29 oct 2010)

    50
    0 Votes
    50 Posts
    37k Views
    mitcorbM
    I think you are asking how to install this plugin? I believe there is a link to an external website or hosting site and you must download from there. Looks like it may be "caleidos4d.blogspot.com"
  • Select a Face and any Islands

    3
    0 Votes
    3 Posts
    269 Views
    M
    Assign material 1 to all wall surfaces. Assign mat 2 to all window surfaces. Right click in material browser and get total surface area mat 1 is assigned to. Same with mat 2. Add, subtract as required to get the info you are after.
  • [Plugin] ComponentReporter+.rb

    44
    0 Votes
    44 Posts
    27k Views
    Dave RD
    At the moment, no. The author has it planned to add that feature into a future version, though. Since he has a day job and a life ( I wonder what that's like. ) we'll likely have to wait a little bit.
  • Help with limiting materials' RGB values ?

    4
    0 Votes
    4 Posts
    208 Views
    TIGT
    Reread what I wrote... It works on ALL materials, making the RGB values 235 maximum; thus 'toning down' the hue of every color that has an RGB value > 235. To use this one-liner code... open the 'Ruby Console' in SketchUp [via the SketchUp > Windows menu] and the copy/paste the whole of the line of the code into the bottom area of the 'Ruby Console', then press the <enter> key to run it. All materials are changed [it's relatively fast]. You should see the RGB change in any material you 'Edit' in the Materials Browser, if any value was > 235 it will now be 235... It is one-step-undo-able - e.g. if you decide you don't like the changes. You could save the one-line of text into a text file for easier use later on...
  • Launch animation

    17
    0 Votes
    17 Posts
    758 Views
    inteloideI
    Hi, I didn't saw your answer but I produced this code... I post it for your information...but I will work on your answer So, my code, as it is now (please don't blame me using a global variable... ) ` class Class_Run_Animation def initialize puts "Start of animation v1" @p=0 @id=0 end def nextFrame(view) if $inteloide_cont==true then puts "Go to scene #{@p}" pages = Sketchup.active_model.pages pages.selected_page = pages[@p] if @p<pages.size-1 then @p+=1 @id=UI.start_timer(Sketchup.active_model.options["PageOptions"]["TransitionTime"]+Sketchup.active_model.options["SlideshowOptions"]["SlideTime"], false) { nextFrame(view) } return true else puts "End of loop" return false end else puts "stop animation" @id=UI.start_timer(1, false) { nextFrame(view) } end end end module Inteloide def self.start_animation() $inteloide_cont=true Sketchup.active_model.active_view.animation=Class_Run_Animation.new() end def self.stop_animation() $inteloide_cont=false Sketchup.active_model.active_view.animation=nil end def self.pause_animation() $inteloide_cont = !($inteloide_cont) puts $bg_cont end end`
  • Selection Tool - question -

    4
    0 Votes
    4 Posts
    215 Views
    J
    @cotty said: Or this plugin hoverselect? http://sketchucation.com/forums/viewtopic.php?t=18916#p155058 (I never tried it) Yes that is exactly what I was looking for ¡ many Thanks cotty and many Thanks to Fredo too
  • [Plugin] Plugin Loader for SketchUp

    20
    0 Votes
    20 Posts
    24k Views
    Rich O BrienR
    actloader.rb is related to Advanced Camera Tools C:\Program Files (x86)\Google\Google SketchUp 8\Tools\AdvancedCameraTools It should be located here along with advancedcameratools_main.rbs and 2 folders
  • LibFredo6 update error

    3
    0 Votes
    3 Posts
    225 Views
    P
    I have not this release. I'll install it. Thank you very much!
  • Subdivide to quads?

    4
    0 Votes
    4 Posts
    289 Views
    massimoM
    You're welcome. @unknownuser said: ...and as so often, TIG to the rescue. Indeed.
  • [Plugin] SUTool: a new way to manager your RB script

    47
    0 Votes
    47 Posts
    142k Views
    S
    @jdagen said: Can someone please post version 3.8 here? SUTool_v0.08En.rar http://sketchucation.com/forums/viewtopic.php?t=5946#p35237 Tutorial sketchucation.com/forums/download/file.php?id=4728 Usefulness http://blog.sina.com.cn/s/blog_5381716f010140y2.html
  • 2D Fillet

    6
    0 Votes
    6 Posts
    403 Views
    B
    Massimo, Thank you for the suggestion. I will have to try them as well. Ben
  • [Plugin]BuildEdge PLAN 1.0

    14
    0 Votes
    14 Posts
    17k Views
    aarondietzenA
    Hi Thomas, Sorry to hear you were having installation issues. It looks like our Help Desk is in touch with you, though. In fact, it looks like Rick in our office has emailed you and is waiting to hear back. Unfortunately, we are limited as to the hours that we can offer support, but most issues that come in through the website are adressed within an hour (or, if the issue comes in at night, or over the weekend, we try to respond right away the next business morning). Anyhow, please let em know if you have any issues with our software once you are up and running! Thanks! Aaron
  • Recommended plugin or tool?

    7
    0 Votes
    7 Posts
    425 Views
    S
    @mitcorb said: I apologize, that should have been FFD free form deformation. Actually, SSD would be smooth subdivide, actually what Blender calls a modifier. Gotcha'. Thanks.
  • [Plugin] Divide script

    6
    0 Votes
    6 Posts
    14k Views
    C
    Thanks Didier, this is exactly the missing function I was looking for, but it does not work works under sketchup 8... I posted too quickly and I did not put the script in the right plugins folder (damn Apple...) Here is how to find it if you use a mac : http://sketchuptips.blogspot.se/2008/03/how-to-download-and-install-plugins.html It works very well and save me a lot of work!!
  • [Plugin] Curve Maker v1.3.6 - July 2012 Update

    5
    0 Votes
    5 Posts
    8k Views
    M
    Sorry to be slow in responding, but I cannot replicate this problem. SU's Install Extension option works as expected on my Mac which is running the latest version of Mountain Lion.

Advertisement