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

    Gábor

    @Gábor

    IT director at SketchUcation

    111
    Reputation
    35
    Profile views
    427
    Posts
    1
    Followers
    0
    Following
    Joined
    Last Online
    Website sketchucation.com

    Gábor Unfollow Follow
    Rayscaper Beta Testers Shop Creator Extension Creator External Creator Moderator registered-users

    Best posts made by Gábor

    • RE: NEW Forum Software Issues

      @gullfo said in NEW Forum Software Issues:

      1. part way scrolling through a list of posts suddenly there is some refresh looping causing the entire page from the advert on down to jump back and forth (up and down really) making things unusable.

      We have set pagination on to prevent this. You can change this setting at your personal settings.

      posted in Ideas Box & Board Issues
      G
      Gábor
    • RE: Hi, I am New Here

      Welcome @Emilia44 . This forum is a huge knowledge resource for SketchUp-related stuff. You can search it, and ask questions from fellow sketchup users.

      posted in Newbie Forum
      G
      Gábor
    • RE: Fredo6 extensions (none of them) not loading SU 2024

      We have implemented the changes TIG described in his previous post.

      I'd like to ask those who had problems with their plugins being installed to the wrong folders to restart their SketchUcation Tools Extension Store and check the Settings / Path tab to see if the faulty folders are now excluded from the list of possible install folders.

      The Extension store on restart might throw an error about the default installation folder not existing. After the error message please go to the Settings / Path tab and make sure the correct installation folder is selected there.

      posted in Plugins
      G
      Gábor
    • RE: NEW Forum Software Issues

      @orgelf Hi,

      Thank you for describing the problem. Based on what you wrote, I think you might had bumped into one of the forum's limitations.
      The limitation settings for images currently are:

      • Max image size: 10000 KiB
      • Max image width X height: 5000 X 5000 pixels
      • Max upload rate: 10 images per minute

      Is it possible you reached one of these limits the other day?

      These are in place to prevent spam.

      posted in Ideas Box & Board Issues
      G
      Gábor
    • RE: NEW Forum Software Issues

      @Dan-Rathbun Hi Dan,
      Sorry for the late reply. I'll look into the possibility of image-sizing by the user.
      About the search: By clicking the cogs near the search box, you can set where to search.
      86c56662-a805-46a5-bdab-b7c6be81978e-image.png

      posted in Ideas Box & Board Issues
      G
      Gábor

    Latest posts made by Gábor

    • RE: SCFLicense: Extension Licensing on Sketchucation

      @unterluggauer Have you recently changed your computer name? If yes, there are 2 possible solutions:

      1. Change it back to the previous one or
      2. Erase your signature file at C:\Users\username\AppData\Local\SCF Licenses\SCFLicenseSignature - DO NOT MODIFY OR DELETE.txt
      posted in Plugins
      G
      Gábor
    • RE: Open the extension store in sketchup

      @Dam303 Thank you very much for reporting the original issue and testing the fix today.

      It was a hard-to-fix, nasty issue. Three of us worked on it yesterday, and at last we managed to fix it.

      posted in SketchUp Discussions
      G
      Gábor
    • RE: Open the extension store in sketchup

      All,

      Could you please try again with v5.0? I made some changes at server-side and would like to see if it fixed the problem or not.

      posted in SketchUp Discussions
      G
      Gábor
    • RE: Open the extension store in sketchup

      @Bereng , @leoww95
      Can I ask you which operating system do you use? (IOS or Win)

      posted in SketchUp Discussions
      G
      Gábor
    • RE: Open the extension store in sketchup

      Hi,

      Could you describe which page you are stuck on? The one where you enter your login details? Are you getting any error messages after clicking on the "Sign In" button?

      posted in SketchUp Discussions
      G
      Gábor
    • RE: How to Obtain Length and Width Values from the Material Panel via SketchUp Ruby API?

      I am not a SU Ruby expert, but I think you can get and modify the dimensions for only those materials which has texture assigned to them and they has been added to the model. Then you can use Sketchup.active_model.materials[x] to get the material and then you can modify it's attributes.

      Others might have better ideas...

      posted in Developers' Forum
      G
      Gábor
    • RE: C SDK save in 2022 or 2023 formats

      @TIG Thank you for your input. My understanding of the C SDK is:

      SUModelSaveToFileWithVersion(model, "SU2021.skp", SUModelVersion_SU2021); - Should save into the "versionless" 2021 format and it should load without any error or warning into SU 2022 and SU 2023

      SUModelSaveToFileWithVersion(model, "SUcurrent.skp", SUModelVersion_Current); - should save in the version of the SDK (in this case 2024)

      But instead both function calls save in SU 2024 format which IMO is an error in the SDK.

      I'll try to contact them to sort this.

      posted in Developers' Forum
      G
      Gábor
    • RE: C SDK save in 2022 or 2023 formats

      When I try to save the file in the "versionless" SU 2021 format (SUModelSaveToFileWithVersion(model, "SU2021.skp", SUModelVersion_SU2021);) with the v2024 C SDK, it saves it with version 2024 in the header of the .skp. Is this an error in the C SDK?

      posted in Developers' Forum
      G
      Gábor
    • RE: C SDK save in 2022 or 2023 formats

      @Dan-Rathbun Thank you very much for your comprehensive reply. It is a great help. The reason I'd like to save in the correct (2022, 2023) format is that if the "versionless" 2021 format .skp is loaded into sketchup, you get a warning. I'd like to avoid it.

      posted in Developers' Forum
      G
      Gábor
    • C SDK save in 2022 or 2023 formats

      Does anybody know how to save a .skp file to SU 2023 or SU 2022 format with the v2024 C SDK?

      Thank you for the answer in advance.

      posted in Developers' Forum
      G
      Gábor