Sketchucation Tools 5.0.7 | Licensing improvements and bug fixes Learn More
  • Group vs. components for axes management

    SketchUp Discussions sketchup
    9
    0 Votes
    9 Posts
    626 Views
    Dave RD
    @john2 said: Yes I know sir, I was discussing the possiblity for making a plugin which helps mediocre SketchUp people like me. It sounds like you'd rather stay a "mediocre SketchUp" person, as you describe yourself, and hope someone will make a plugin to overcome that for you.
  • 0 Votes
    9 Posts
    655 Views
    hellnbakH
    @box said: To be honest Hellnbak, if you have really decided you want to use SU8 then I think the easiest way to restore SU8 as the default is to uninstall 2015 and reboot so that SU8 is recognised and works. Then reinstall 2015 making sure during the installation to tell it not to be the default. From memory it does give you that option during the install process. You can rename the .exe to force things to work but it can get confusing. But I'm fairly certain that 2015 respects the default choice during install. I remember that when I installed it I chose not to have it as default and kept 2014, then when I wanted it to be default I had problems so just reinstalled and made the choice. One of the other new additions (I think) is the ability to right click on a file and choose which version you want to open it with, directly in the context menu. I think you misunderstood. I'm not primarily using SU8. I use 2015 for almost all of my modeling (still loving it, by the way). but for some things (such as being able to edit textures using my old trusty Microsoft Picture It Pro 9 when I don't need the advanced features (and much longer loading time) of PS)), I use SU8. So I save all of my models as SU8 to give me the option of opening them in either version. @rexworthy said: I have had this problem as well. I like using 2014 but everything opens with 2015 instead. What you need to do is right click on the file. Go to properties then click "Change" where the Opens with option is. Browse to find the 2015 location (Program Files\Sketchup) rename the start up file and add a 1 after it so it becomes "Sketchup1" Now locate the sketchup 8 folder (Program Files (x86)\Google\Google Sketchup click the Sketchup application. Hit open then OK and Apply. From now on any skp file should open with Sketchup 8. Hope this helps dave Well, I just discovered that even with my new installations of everything on a fresh hard drive I still have this problem. And I made sure to install SU8 first, hoping that might take care of it, but no such luck. So I took your advice and renamed the Sketchup.exe file to Sketchup 8, and that seems to have put the smile back on my (incredibly handsome) face For some reason, when I do open a model in SU8 I get this message [image: WjWI_2015-01-10_110613.png] but I consider that a small price to pay for getting things to work the way I need them to. Now BOTH versions have a nag screen It looks like the weather has calmed down and the roads are actually useable so I'm gonna leave the house for the first time in three days. There is absolutely no reason for me to stay in Michigan other than inertia, so why am I still here????
  • Smoothening tool

    Newbie Forum sketchup
    3
    0 Votes
    3 Posts
    267 Views
    BoxB
    Pop an image up of the sort of thing you want and people will give you a variety of ways to go about it. As roland says, Artisan is a great tool but can be overkill.
  • V-ray for sketchup book -Archviz approach

    Newbie Forum sketchup
    1
    0 Votes
    1 Posts
    273 Views
    No one has replied
  • 0 Votes
    1 Posts
    8k Views
    No one has replied
  • DC sliding "wavering" problem

    Dynamic Components sketchup
    8
    0 Votes
    8 Posts
    2k Views
    G
    I concur, I have a passage door that opens and closes. It is panel raised and can have up to a dozen panels. If I use a Schlage handle drawn professionally it works fine. I found another door handle (needs 2 per door) which is round and has way too many facets. It's motion is rather jagged.
  • Place 3D text flat to current view

    SketchUp Discussions sketchup
    14
    0 Votes
    14 Posts
    1k Views
    sdmitchS
    @tallbridgeguy said: Hi, is there an easy way to place 3d text so it faces forward (toward the viewer like normal text on a page)in the current view? I have different scenes at different view angles and I would like to place 3d text in each view without having to place it and then try to guess the angle to rotate it to get it straight in my scene. (Like typing over an image?) Thanks! s Plugin had a coding error and had been removed.
  • Problems with a half-torus

    Newbie Forum sketchup
    156
    0 Votes
    156 Posts
    19k Views
    TeigT
    Good idea. I spent 30 mins trying to figure out Marcus' words of wisdom and failed so I've started drawing it again. After 2 hours of intensive drawing I've run into the intersect problems again though, SolidSolver has been working on it for the last 10 minutes, I predict failure. I'll go away and try to see how this 'intersect with selection' works.
  • Plugins etc for carpentry work?

    Newbie Forum sketchup
    3
    0 Votes
    3 Posts
    322 Views
    G
    Yeah, you're right, I've been getting some really good help so far. Cheers
  • How do I explode dxf floor plan?

    Newbie Forum sketchup
    6
    0 Votes
    6 Posts
    737 Views
    G
    Thank you TIG, this was VERY helpful! Cheers
  • Increasing priority of SU in task manager

    SketchUp Discussions sketchup
    5
    0 Votes
    5 Posts
    769 Views
    R
    If you are disciplined enough you can turn of your auto-save. Before you do, check to see that it is actually the file save slowing you down. It is going to happen if you have complicated geometry and many texture images. Opening another SU session will either crash your box or slow you down to dead stop.
  • Dynamic Component Help

    Dynamic Components sketchup
    3
    0 Votes
    3 Posts
    1k Views
    J
    Thanks Jim. I figured out that if I change the "Units" in the drop down list from 'Default:Text' to 'Decimal Numbers' the IF function worked out. Hpe that helps anyone else going through this.
  • RAM consumption with multitasking

    SketchUp Discussions sketchup
    6
    0 Votes
    6 Posts
    445 Views
    D
    this is an old explanation about observers, but still relevant... @unknownuser said: Observer is one of a set of new Ruby classes provided as part of SketchUp 6.0. "The Ruby Observer Mechanism is designed to allow Ruby scripts to be notified when objects change in the SketchUp application or model. For example, you can create an observer class that "listens" to when SketchUp quits and then performs some action." "Create a Ruby class of a specific observer type, such as AppObserver, override the desired methods, such as onQuit, and add an instance of the observer to the applicable objects in your Ruby script (using the add_observer method for that object). Refer to individual observer interfaces for further information." There are 16 observers, to run routines when various things happen to the model, entities, etc. A lot of plugins use observers to speed up their response time when in use, others monitor your every action and 'take notes'... If a plugin is watching for new materials, new geometry or new layers, etc... it can really slow down any imports... some have 'on save model' observers that check for changes each time you save or autosave your model... if you do a search for 'Sketchup Observers' you'll find lots of posts about issues of clashing and failing... john
  • Alpha texture problem

    SketchUp Discussions sketchup
    2
    0 Votes
    2 Posts
    216 Views
    K
    Displaying layered transparencies is a bit harder (more calculations) for render engines. Have you tried changing the style settings to transparency - nicer ?
  • High-res/vector sketchup toolbar buttons?

    SketchUp Discussions sketchup
    1
    0 Votes
    1 Posts
    189 Views
    No one has replied
  • 0 Votes
    7 Posts
    2k Views
    J
    Absolutely no offence taken - it was indeed in my (mis)understanding of what I was seeing. It is now much clearer, and your clarification just sets out very well what I clumsily sort-of-worked-out by experiment and observation in a variety of cases. I think I was further confused when Chris's plugin seemed to be getting the same unexpected results as I was, and by a rotation I was doing of a view.draw_polyline about the reported face.normal which seemed to be visually wrong - it was actually rotating the polyline in the face plane, about an axis apparently NOT visually normal to it! However, since the only thing that was really bothering me was that when I tried to do a view.draw_line for the normal, it was in the wrong direction, I now understand why, and have fixed it. Thanks again for your helpful comments. Has anyone ever done a Tutorial about programming Ruby Tools in SU? I haven't found one, and have done almost all my learning from reading the sample code for CLineTool, and reading and re-reading the API documentation, which is very thin on real world examples and sample outputs. It's been hard work, though ultimately I've got something that now works for rectangular profiles. Next challenge - to extend it to arbitrary profiles of mouldings. A bit like a simpler version of the Profile Builder plugin from Dale Martin and SMustard - indeed, perhaps in comparison just a poor thing, but mine own, as one of Shakespeare's characters says.
  • 0 Votes
    3 Posts
    291 Views
    P
    which code the dynamic component should I enter to leave the material texture in fixed size?
  • Make sculpt in Sketchup

    Newbie Forum sketchup
    2
    0 Votes
    2 Posts
    285 Views
    pilouP
    http://www.drawmetal.com/ for the spiral volutes! http://www.youtube.com/watch?v=UX1HptFLObM http://www.youtube.com/watch?v=zC79wWTEzbw
  • Geo location doesnt work

    SketchUp Discussions sketchup
    7
    0 Votes
    7 Posts
    620 Views
    sketch3d.deS
    @dave r said: Did you try clearing the Safari caches? and additionally - if this does not work - the 'Cookies' too.
  • Sticking tool buttons

    SketchUp Discussions sketchup
    7
    0 Votes
    7 Posts
    570 Views
    P
    Thank you everyone, I suspect it could be a graphics card problem. I have tried installing latest drivers but this makes AutoCAD impossible to use. The card I have is expensive but out of guarantee. Will save up for a new card. Regards, Andrew