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

    Conchords

    @Conchords

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

    Conchords Unfollow Follow
    registered-users

    Latest posts made by Conchords

    • RE: Save Model using Ruby API on Windows

      @chris fullmer said:

      From that same thread, Dan mentions you can use this command to simulate the actual File > Save:

      Sketchup.send_action( 57603 )

      Then you could use the regular Model.save for Mac and the send_action for PC's. I've not tried it, but it might be a solution.

      That worked great, thanks.

      posted in Developers' Forum
      C
      Conchords
    • RE: Save Model using Ruby API on Windows

      there aren't any errors. I've had it throw errors on invalid paths in the past but it isn't doing that anymore. I also don't think that it's saving to a completely different path because it works on the mac version.

      posted in Developers' Forum
      C
      Conchords
    • Save Model using Ruby API on Windows

      I'm having some problems saving a model using the ruby api on windows, but the code seems to work on mac. When I call model.save and then check if it's modified it says it isn't, as if the model was saved. But when I restart sketchup and open the model the changes aren't there.

      Has anyone run into this?

      posted in Developers' Forum
      C
      Conchords