sketchucation logo sketchucation
    • Login
    1. Home
    2. iderashn
    3. Posts
    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!
    🫛 Lightbeans Update | Metallic and Roughness auto-applied in SketchUp 2025+ Download
    I
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: Sketchy Physics 3 not working

      I think I found a bug, maybe. I was having problem connecting a hinge to a object, the problem was that pressing CTRL was not working. I found the following code in input.rb
      def self.getKeyState(key)
      return (($win32GetKeyStateFunc.call(key)>>16)!=0)
      end

      So I changed the line:

      return (($win32GetKeyStateFunc.call(key)>>15)!=0)
      

      I tested it on Wine and it's working now.

      posted in SketchyPhysics
      I
      iderashn
    • Sketchy Physics 3 not working

      I just installed Sketchy Physics 3 and trying to use the option JointSettings from Context Menu, I get the following message in the Ruby Console:

      Error: #<NoMethodError: undefined method setJointSettings' for MSketchyPhysics3:Module> C:/Program Files/Google/Google SketchUp 8/Plugins/SketchyPhysics3/JointTool.rb:652 C:/Program Files/Google/Google SketchUp 8/Plugins/SketchyPhysics3/JointTool.rb:496:in call'
      C:/Program Files/Google/Google SketchUp 8/Plugins/SketchyPhysics3/JointTool.rb:496

      I have tried this first on Sketchup 8 Free using Wine, then on Windows XP, Sketchup 8 Free also, same result. This happen after installing it with the Windows Installer available in the download section.

      Can someone please help me with this ?

      Thanks in advanced.
      Ivan

      posted in SketchyPhysics
      I
      iderashn
    • 1 / 1