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

    iderashn

    @iderashn

    0
    Reputation
    1
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    iderashn Unfollow Follow
    registered-users

    Latest posts made by iderashn

    • 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