Check out Febhouse | New extensions for Shadow Analysis in SketchUp Download
  • Plugin to scale - very precise (example inside)?

    3
    0 Votes
    3 Posts
    363 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
    17k 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
    11k 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
    40k 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
    376 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
    30k 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
    314 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
    1k 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
    294 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
    25k 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
    289 Views
    P
    I have not this release. I'll install it. Thank you very much!
  • Subdivide to quads?

    4
    0 Votes
    4 Posts
    367 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
    144k 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
    540 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
    594 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
    9k 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.
  • Unfolding plugin idea

    19
    0 Votes
    19 Posts
    7k Views
    M
    @gade said: Hello, i'm very interested into your plugin but it's not working on my computer... is it possible to use your plugin with mac ? i have sketchup 8? please help me to use your plugin i would like to make a model ... Hi I will need some more informations to answer, I havn't used it in a long time, at least this version, but I see no reason why it should not work on Mac. You can also take a look here: http://www.papermodelers.com/forum/software/18100-spp-sketchup-paper-planes-tools-sketchup.html Greets Matt
  • Rounded corners

    2
    0 Votes
    2 Posts
    252 Views
    TIGT
    Your 60s seems a lot of segments [try 12!] Also the offset is 6" - how big is the box ??

Advertisement