πŸ”Œ Smart Spline | Fluid way to handle splines for furniture design and complex structures. Download
  • Round corner plugin

    2
    0 Votes
    2 Posts
    261 Views
    Dave RD
    The plugin works just fine with SU2013. In every case in which anyone has had any problems running it, the reason has been either incorrect installation, failure to install the current version or the current version of LibFredo6, or failure to set proper permissions for the Plugins folder. These things have all been covered repeatedly in the Round Corner thread.
  • Curviloft by Fredo6 for sketchup 2013

    5
    0 Votes
    5 Posts
    5k Views
    TIGT
    You need the latest version of LibFredo with SketchUp 2013... Fredo has recently updated his Lib and several of his tools to ensure their compatibility with v2013. Visit our PluginStore to get the latest rbz files and install them... Or get the SketchUcation Plugin Store tool and install it from its rbz... then you can AutoInstall them [and hundreds of other plugins] directly from within SketchUp 2013 itself... You'll need to restart SketchUp after AutoInstalling the Lib, but the other tools should AutoInstall dynamically. The toolset also includes the Plugins and Extensions Managers...
  • [Plugin] Voodoo Camera Tracker Importer - March 9, 2011

    24
    0 Votes
    24 Posts
    32k Views
    K
    Hi Chris This plugin is great! Thanks so much for writing it. I was wondering though if there is a way to make the imported pointcloud match the model, instead of pasting the model into the point cloud. I have found it nearly impossible to match large models to the point cloud. A easy way to do this would be to make the camera data align with the existing models axis. If you can alter that, I would find this plugin endlessly useful. Thanks again.
  • Plug in Kill Switch

    9
    0 Votes
    9 Posts
    545 Views
    TIGT
    A plain-text editor works on most .rb files. Rarely they are 'packed' and can't be 'read-by-humans'. You know as there'll be nothing to read that makes sense at all ! Never use a wordprocessor - that will add formating to the file and stop SketchUp reading it properly. BUT if it's a .rbs file it is complied/encrypted and cannot be manually edited...
  • Cricket for SketchUp; could this be true?

    49
    0 Votes
    49 Posts
    6k Views
    jolranJ
    Hi Plot-Paris! Yes, all discussion should be directed to: http://sketchucation.com/forums/viewtopic.php?f=323&t=51698 I'm working on it almost every day. Some days more some days less. There's a lot of work to be done to the core, but I do have some nodes responding to chaining in Ruby. Is there any specific question you having? Go ahead and post it in the other thread
  • Plugin Devs needed for testing

    3
    0 Votes
    3 Posts
    1k Views
    A
    Love the plugin stotre!!! Add me!
  • Sketchucation Plugin store on a mac

    2
    0 Votes
    2 Posts
    219 Views
    Rich O BrienR
    It's .rbz and use Preferences > Extensions > Install Extension to install it You'll need SU8 M2 or above
  • [Plugin] Multi face offset

    49
    0 Votes
    49 Posts
    67k Views
    pilouP
    @unknownuser said: do a sequence of offsets, etc... is this a different plugin?? Multiple Offsets (list etc...) is by Sdmitch
  • [Plugin] Rendering Favourites (v1.1)

    13
    0 Votes
    13 Posts
    18k Views
    Dave RD
    Steve, I'll make some examples to show you what I'm after. Your idea of scaling the output dimensions for specific "faourites" could be workable.
  • Scene manager plugin?

    6
    0 Votes
    6 Posts
    517 Views
    renderizaR
    Hi, I noticed that your #3 request was renaming scenes and although I have seen this being requested couple of times I have not integrated that feature to [Re]Scene so maybe I should get working on that. In the mean time you can do this; Steps to learn how to rename all scenes with little code. Step1. Download "Ruby Code Editor" by Alexander Schreyer link: http://extensions.sketchup.com/en/content/ruby-code-editor Step2 Copy & Paste the code I provided below. Step3 Done! (Play with code to modify it) model = Sketchup.active_model ; pages = model.pages ; @page_name = "Name" ; @page_num = 1 ; pages.each do |page| page.name = "#{@page_name}#{@page_num}" @page_num = @page_num + 1 end ;#Pages.each I'll be working on integrating this feature soon to [Re]Scene...Cheers!
  • [request] Hiding unused scenes

    2
    0 Votes
    2 Posts
    168 Views
    R
    change the scene's order: put the relevant ones at the beginning. Additionally add some constant prefix (i.e. OK). But generally I agree with you, something similar to Firefox would be nice (tabs colors and folders ).
  • [Problem] Extrude Tools

    10
    0 Votes
    10 Posts
    654 Views
    TIGT
    Some combinations of profiles/rails can be resolved to four sided mesh faces. Coplanar triangulating lines are not needed and so they can be deleted. BUT a slight adjustment of one of the curves might throw this off kilter and then all facets must be left as triangles to maintain the surface... It's simple geometry
  • Component Match Plugin possible?

    15
    0 Votes
    15 Posts
    626 Views
    thomthomT
    Experiment is here btw: http://sketchucation.com/forums/viewtopic.php?t=30143 Problem is that in order to make it work with nested groups/components I need to make some big refactoring.
  • [Plugin] Greeble 2 released! (Updated August 31st, 2009)

    94
    0 Votes
    94 Posts
    78k Views
    Chris FullmerC
    Yeah, this is an old plugin known for not being being unit-smart. Maybe that would be a good thing for me to tackle in it. I do no think it is offset that is the problem. I'll try to look into it and see if I can't redo it a little, thanks! Chris
  • Clear Shortcuts .Reg (Windows Sketchup8 only)

    3
    0 Votes
    3 Posts
    457 Views
    G
    it seems there is no way through ruby to settle new shortcuts, so you found the solution thank you
  • [Plugin] Superglue

    81
    0 Votes
    81 Posts
    45k Views
    thomthomT
    True that. Will give it a bash. Thanks.
  • Interactively creating solids

    4
    0 Votes
    4 Posts
    239 Views
    pilouP
    You have an another solution go to 3D warehouse and take skp volumes of Taff Gosh (19 pages ! ) else the plugin Shapes linked shapes.rb
  • Joint Offset and Joint group Plugin request

    7
    0 Votes
    7 Posts
    639 Views
    onzkiO
    @cotty said: @onzki said: PS: How can I hyperlink "Protrude" word without showing the entire link? Thanks! > [url=http://sketchuptips.blogspot.com/2007/10/plugin-protrude.html]Protude[/url] > will be shown as Protude Thanks!
  • Shortcut for component edit

    10
    0 Votes
    10 Posts
    463 Views
    ely862meE
    It's not native .I don't know if it is a plugin or just a button that triggers a native action. If you take a look at the plugin I uploaded earlier you will see there how it is triggered, I don't know how these things works though !
  • [Plugin] Save as Sketchup 8 (v1.0) PC

    9
    0 Votes
    9 Posts
    685 Views
    CadFatherC
    TIG, you are talking to the master of coding.. you just have to be patient...!

Advertisement