sketchucation logo sketchucation
    • Login
    1. Home
    2. chippwalters
    3. Topics
    Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
    🛣️ Road Profile Builder | Generate roads, curbs and pavements easily Download
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 60
    • Posts 424
    • Groups 1

    Topics

    • chippwaltersC

      Question about 3rd party renderers

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Discussions sketchup
      1
      0 Votes
      1 Posts
      115 Views
      No one has replied
    • chippwaltersC

      Ctrl Toggle no longer working for Move tool

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Discussions sketchup
      4
      0 Votes
      4 Posts
      166 Views
      Chris FullmerC
      Wow Chipp, that is a crazy one! How peculiar. Glad you figured it out. Don't stay up too late working now Chris
    • chippwaltersC

      How to kill all faces in a model?

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Discussions sketchup
      5
      0 Votes
      5 Posts
      282 Views
      TIGT
      These are some 'one-liners' that manipulate selections etc - Copy+Paste into the Ruby Console + <enter> To select just Faces and Edges in the active context m=Sketchup.active_model;s=m.selection;s.clear;m.active_entities.each{|e|s.add(e)if e.class==Sketchup;;Face or e.class==Sketchup;;Edge} To select just all Faces in the active context m=Sketchup.active_model;s=m.selection;s.clear;m.active_entities.each{|e|s.add(e)if e.class==Sketchup;;Face} To select just all Edges in the active context m=Sketchup.active_model;s=m.selection;s.clear;m.active_entities.each{|e|s.add(e)if e.class==Sketchup;;Edge} To select just the Faces and Edges in the current selection m=Sketchup.active_model;s=m.selection;s.each{|e|s.remove(e)if e.class!=Sketchup;;Face and e.class!=Sketchup;;Edge} To select just the Edges in the current selection m=Sketchup.active_model;s=m.selection;s.each{|e|s.remove(e)if e.class!=Sketchup;;Edge} To select just the Faces in the current selection m=Sketchup.active_model;s=m.selection;s.each{|e|s.remove(e)if e.class!=Sketchup;;Face} You can expand this idea to quickly select/deselect all manner of things
    • chippwaltersC

      SecureThought™ Memory Vault

      Watching Ignoring Scheduled Pinned Locked Moved Gallery
      10
      0 Votes
      10 Posts
      549 Views
      boofredlayB
      Very cool.
    • chippwaltersC

      Questions about rendering applications for SketchUp

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Discussions sketchup
      24
      0 Votes
      24 Posts
      2k Views
      chippwaltersC
      @martin-art said: I just wanted to post an update on the licensing situation in Shaderlight. For Shaderlight 1.2 we incorporated a new licensing system which has made the installation process much more straight forward for our community. However, we discovered that a limitation of this new system was that we were unable to allow multiple activations on a license code or have the ability to transfer the license to another machine. We have been working to resolve this and importantly maintain the straight forward licensing. Our development team concentrated on allowing multiple activations on a single code, new commercial Shaderlight activation codes can be used twice so you will be ok to activate your Shaderlight license on your office and home computer. The licensing of Shaderlight allows you to have Shaderlight installed on 2 machines, but only use 1 at a time. Customers that have an existing Shaderlight license will need to contact support@artvps.com and their license code will be modified. Martin That sounds great Martin. Thanks very much!
    • chippwaltersC

      Some Artisan video tutes..

      Watching Ignoring Scheduled Pinned Locked Moved Organic Modelling
      18
      0 Votes
      18 Posts
      19k Views
      cottyC
      Thank you very much for the helpful videos about your workflow! Cotty
    • chippwaltersC

      Select by Material?

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Discussions sketchup
      11
      0 Votes
      11 Posts
      15k Views
      genma saotomeG
      I've always wanted SU to have a native select untextured faces. I'm surprised it has never been added.
    • chippwaltersC

      Jitter plugin?

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      7
      0 Votes
      7 Posts
      2k Views
      J
      or you can get it from the source (me.)
    • chippwaltersC

      How to remove 'inside' polygons?

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Discussions sketchup
      8
      0 Votes
      8 Posts
      1k Views
      R
      A very marginally quicker modification of Boo's method is to just use a selection window around the face (including the outer edge) and then de-select the outer edge by double shift clicking one of the outer connected faces.
    • chippwaltersC

      Shortcut for Reverse Faces?

      Watching Ignoring Scheduled Pinned Locked Moved Newbie Forum sketchup
      6
      0 Votes
      6 Posts
      1k Views
      Dave RD
      right click on a face to display the context menu 2) dismiss that (click outside)* Windows | Preferences | Shortcuts filter: reverse Choose Edit...Reverse Face *Don't do step 2. In order for context menu items to show in the Shortcuts list, it would have to show in the context menu if you right click and if a face isn't selected, it won't show in the context menu.
    • chippwaltersC

      Turning off auto-snap?

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Discussions sketchup
      2
      0 Votes
      2 Posts
      6k Views
      GaieusG
      I'm afraid there's no way you can turn inference off. You can set (turn off) length and degree snapping in the preferences but that won't turn off inference to axes and geometry in general.
    • chippwaltersC

      Why won't this single triangle fill and make a polygon?

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Discussions sketchup
      3
      0 Votes
      3 Posts
      861 Views
      chippwaltersC
      Thanks a bunch! Didn't know about the Create face tool. Much appreciated!
    • chippwaltersC

      How to Set the axis of rotation for a component?

      Watching Ignoring Scheduled Pinned Locked Moved Newbie Forum sketchup
      14
      0 Votes
      14 Posts
      14k Views
      H
      @jean lemire said: Hi Chippwalters, hi folks. I posted the following in another SU forum to help someone understand the Rotate Tool so all of this dont necessarily apply to your case: ......... I know .. i know we are 10 years later, and still your post was perfect to solve my problem, kudos to you ..
    • chippwaltersC

      Sci Fi scene- WIP

      Watching Ignoring Scheduled Pinned Locked Moved Gallery
      10
      0 Votes
      10 Posts
      2k Views
      GaieusG
      @unknownuser said: It appears the limit of the width pics on this site is 800, but for some reason it doesn't show the full 800 pixels yes, that's true. 800 pixels would stretch the div the post is in and the stylesheet of this forum software rather crops the image. About 706 pixel wide images can be displayed properly. We only do not change the limit to 706 for the time being because that was the limit on the old board, too, and during the transfer it would be a PITA to keep resizing all the images in order to be able to post them here. After the transfer we'll set the limit properly. Back to the topic; really cool renders and technique with the added SU lines!
    • chippwaltersC

      Dryer Vent?

      Watching Ignoring Scheduled Pinned Locked Moved Newbie Forum sketchup
      21
      0 Votes
      21 Posts
      1k Views
      M
      You have to remember though that a dryer vent like that is made up of a spiral not a series of circular wires. At least the one attached to my dryer is. Ive never seen one that is made up of single circles of wire embedded into the covering material. On a side note that looks REALLY good.
    • chippwaltersC

      Smoothing issue?

      Watching Ignoring Scheduled Pinned Locked Moved Newbie Forum sketchup
      20
      0 Votes
      20 Posts
      2k Views
      chippwaltersC
      @unknownuser said: If you want your splitting plane to be parallel the any standard plane (red-green or red blue or green-blue), you may rotate the circle (before extrusion) or cylinder (after extrusion). Use 7.5° if the circle has 24 segments. The formula is 180 ÷ number of segments. Exactly...and that is what my skippy (and formula) are about. The whole idea is using the formula: number of sides of circle = any odd number * 2 is so that one doesn't need to rotate the circle after creating it. See the skippy example and you'll see. best regards, Chipp
    • chippwaltersC

      How to weld?

      Watching Ignoring Scheduled Pinned Locked Moved Newbie Forum sketchup
      5
      0 Votes
      5 Posts
      865 Views
      chippwaltersC
      Got it. Thanks!
    • chippwaltersC

      Radius challenge

      Watching Ignoring Scheduled Pinned Locked Moved Newbie Forum sketchup
      23
      0 Votes
      23 Posts
      3k Views
      W
      Dear Richard, Many thanks for the tutorial. Regards, Bob
    • chippwaltersC

      Some more questions

      Watching Ignoring Scheduled Pinned Locked Moved Newbie Forum sketchup
      33
      0 Votes
      33 Posts
      4k Views
      Wo3DanW
      chippwalters, Yes, I forget to mention that possibility. I don’t even know if there is any such ruby but it should not be that hard to reproduce a scene since that data is saved with the model. The only thing is you have to know where to ‘look’ to fetch it. I enjoyed doing this. success, Wo3Dan
    • chippwaltersC

      How to view a group or object's material?

      Watching Ignoring Scheduled Pinned Locked Moved Newbie Forum sketchup
      5
      0 Votes
      5 Posts
      483 Views
      chippwaltersC
      Gaieus and Ross, Thanks a bunch for your replies. Much appreciated!
    • 1 / 1