sketchucation logo sketchucation
    • Login
    1. Home
    2. yeehaa123
    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
    Y
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Groups 1

    yeehaa123

    @yeehaa123

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

    yeehaa123 Unfollow Follow
    registered-users

    Latest posts made by yeehaa123

    • RE: [Plugin] Descaler v1.1 20121218

      Thanks a lot, TIG
      It's been 10 years...
      I think you need to replace the lines
      ts=Geom::Transformation.scaling(ct, 1.0/tx, 1.0/ty, 1.0/tz) c.transform!(ts) ### reset scale
      with
      c.transformation*=Geom::Transformation.scaling(1.0/tx, 1.0/ty, 1.0/tz)
      Because when there is a rotation transformation, it does not work correctly

      posted in Plugins
      Y
      yeehaa123