sketchucation logo sketchucation
    • Login
    1. Home
    2. sherwood11
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info
    S
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 22
    • Groups 1

    sherwood11

    @sherwood11

    10
    Reputation
    1
    Profile views
    22
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    sherwood11 Unfollow Follow
    registered-users

    Latest posts made by sherwood11

    • RE: V-Ray 1.6 beta stopped loading ? [Solved]

      Thanks Devin πŸ‘

      That was the problem, your solution worked.
      ( e.g. Window->Preferences->Extensions dialog. Just check or uncheck V-Ray for SketchUp )

      'SketchUcation Plugins Manager' is a 'plugin' that helps manage 'extensions' and 'plugins'.

      Initially, I enabled V-Ray through the Window->Preferences->Extensions dialog.
      Some how, down-the-line, the extension status changed and I didn't realize it.

      Appreciate your help,
      Sherwood

      posted in V-Ray
      S
      sherwood11
    • V-Ray 1.6 beta stopped loading ? [Solved]

      V-Ray 1.6 beta for Sketchup was working fine . . .

      Today, I tried loading V-Ray 1.6 beta for Sketchup with Sketchucation Plugins Manager v.1.2.0 (as usual) and I got this message in the lower window :

      *The webpage cannot be found
      HTTP 404
      Most likely causes:
      There might be a typing error in the address.
      If you clicked on a link, it may be out of date.

      What you can try:
      Retype the address.

       Go back to the previous page. 
      
       Go to  and look for the information you want.  
      

      More information

      This error (HTTP 404 Not Found) means that this program was able to connect to the website, but the page you wanted was not found. It's possible that the webpage is temporarily unavailable. Alternatively, the website might have changed or removed the webpage.*

      I also tried loading it manually without using the Sketchucation Plugins Manager. I removed
      the exclamation at the end of the file 'vfs.rb' (e.g. vfs.rb! ) and reloaded Sketchup.

      I don't see it under View > Toolbars to open the toolbar
      I don't see it under the Tools menu
      I don't see it under the Plugins menu
      I don't see it under the Draw menu

      Whats going on ? . . . Any thoughts would be appreciated.

      posted in V-Ray render plugins extensions
      S
      sherwood11
    • RE: I quit

      Congratulations ! . . . well done ! πŸ‘
      I'm looking forward to the ThomThom touch
      under the hood.

      Trimble is lucky to have you on-board . . .

      posted in Corner Bar
      S
      sherwood11
    • RE: SketchUp 2013 Gripes & Bitchin' ONLY ;)

      Where is the 'Extension Warehouse Gripes & Bitchin' ONLY ! forum

      I want to upgrade several (purchased) plugins, within the one year upgrade period.
      I have been directed to the 'Extension Warehouse'

      Tell Me ... do you really need a Google Account, in order to 'sign in',
      as a prerequisite to download a plugin !! WTF

      I cut loose from invasive Google Gmail years ago. I know, strange,
      but I just have a problem with my email being scanned without
      my consent or knowledge. The 'evil Google' 😠 .. I read about that somewhere...

      I thought Sketchup broke away from Google !
      What in-the-hell is going here ?

      Ooohh, I forgot. . . . You don't have to use it . . . what does that mean ? .. go pound sand ?
      No, Just flush all my valuable time, money and work-product down the toilet.
      Truly reprehensible !!

      So, keeping with the spirit of this forum :
      I bought SU8 Pro two months ago. I learned that I do not get customary
      upgrades within a one-year period because they call it a new version
      since the name has change (SU 2013) ... SU 2013 is not a new version !
      What an insult! . . . Hello, they're still using Ruby 1.6
      and I'm being forced into a Google Account to get plugin's no matter what.
      Of course, I don't have to use it !

      Shame on You !! Sketchup and Trimble

      Can you spell "Bait and Switch" ? 😑

      posted in SketchUp Discussions
      S
      sherwood11
    • RE: [Plugin] 3d Shapes Tool (was: Pyramid Tool)

      This tool (version 1.1) seems very useful .. However, It won't work for me.

      It will not complete after the last input
      and the blue-pencil pointer stays visible.

      It won't complete after :
      Cone or Pyramid, 3rd click
      Sphere, 2nd click
      Rotated Pyramid, 4th click
      Dodecahedron, 2nd click
      Icosahedron, 2nd click

      Any thoughts ?
      Is there some kind of setting in SU ?

      IE., Cone or Pyramid - Ruby console :

      Error: #<NoMethodError: undefined method GetString' for nil:NilClass> C:/Program Files/Google/Google SketchUp 8/Plugins/3dshapestool.rb:616:in create_geometry'
      C:/Program Files/Google/Google SketchUp 8/Plugins/3dshapestool.rb:555:in increment_state' C:/Program Files/Google/Google SketchUp 8/Plugins/3dshapestool.rb:213:in onLButtonDown'
      C:/Program Files/Google/Google SketchUp 8/Plugins/3dshapestool.rb:616

      Many Thanks,

      I found a solution !

      the problem is with this line in the script :
      model.start_operation $exStrings.GetString("shapename")

      I could not find the .GetString method anywhere ( after more hours of research than I care to mention).
      apperantly, this error message occurs often without meaningfull documentation to remedy. I think
      .GetString is some sort-of depricated method in Ruby or OpenGL or something like that ... 😠

      I created a class variable for each shapename
      placed between 'class PyramidTool' (line 29) and the first 'def Initialize' (line 36 +- ) :

      @@threedcone = "Cone"
      @@threedpyramid = "Pyramid"
      @@threedsphere = "Sphere"
      @@threedpolyhedron = "Polyhedron"
      @@threeddodecahedron = "Dodecahedron"
      @@threedicosahedron = "Icosahedron"

      Then I simply replaced every occurance (7) of:
      model.start_operation $exStrings.GetString("shapename")
      with,
      model.start_operation @@_shapename_ . . . . eg. @@threedcone

      Done . . . I hope this helps anyone having this problem with the .GetString method
      I have several scripts with this that do work ... but, I plan on modifing them also.

      Cheers

      posted in Plugins
      S
      sherwood11
    • RE: [plugin] Structural analysis - SketchStruct: 30 Oct 12: v201

      Coool .. I'll check it out !

      posted in Plugins
      S
      sherwood11
    • RE: SketchUcation Member's NETWORK?

      Great Idea ! πŸ‘ πŸ‘

      I'm definitely interested. How do we sign up? πŸ˜„
      (email sent)

      posted in Corner Bar
      S
      sherwood11
    • RE: Some UK/Euro Artic/Semi trailers for you all

      Excellent πŸ‘ Thank You very much

      posted in SketchUp Components
      S
      sherwood11
    • RE: [Plugin] LSS Toolbar 2.0 Beta

      Just an observation, note or a bug ? with the Follow Edges tool ...

      I was continually getting this message [below] with the units format (in Model Info) set to 'Architectural'.

      It works much better with the units format set to 'Decimal' ...
      My unit measurement is set to inches.

      followedges1.png

      posted in Plugins
      S
      sherwood11
    • RE: SCF PowerToolbar - Component Spray

      I believe it may be the same component sprayer created by Didier Bur.
      check this post, instructions, etc :
      http://forums.sketchucation.com/viewtopic.php?t=33908

      I use that comp sprayer (from above) instead of the SCF Power Toolbar.
      It appears to be more updated.

      Hope it helps

      posted in Plugins
      S
      sherwood11