sketchucation logo sketchucation
    • Login
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info

    [Plugin][$] RoundCorner - v3.4a - 31 Mar 24

    Scheduled Pinned Locked Moved Plugins
    1.5k Posts 470 Posters 3.3m Views 469 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • fredo6F Offline
      fredo6
      last edited by

      @oyercab

      You seem to use Sketchup 8. Can you confirm?

      Can you open the Ruby Console, and check for error message when you launch RoundCorner.

      Thanks

      Fredo

      1 Reply Last reply Reply Quote 0
      • O Offline
        oyercab
        last edited by

        @fredo6 said:

        @oyercab

        You seem to use Sketchup 8. Can you confirm?

        Can you open the Ruby Console, and check for error message when you launch RoundCorner.

        Thanks

        Fredo

        Hello Fredo, I use SU2018 Pro. I did open Ruby Console, and the LibFredo6 plugin seems to be the problem. I installed the latest version through Extension Manager and followed instructions carefully, closing and re-starting Sketchup before installing RoundCorner. I then closed and re-started before installing FredoCorner. As I said, the toolbars and icons are there, but they don't do anything.

        This problem started suddenly, after I had been away from the computer for a week. When I launched SketchUp, the error message about RoundCorner was on the screen, and its toolbar had disappeared. I'm going to try deleting and re-installing LibFredo6 again, but have already done that several times. Can I post the Ruby Console info here if I have no luck?

        1 Reply Last reply Reply Quote 0
        • fredo6F Offline
          fredo6
          last edited by

          @oyercab said:

          @fredo6 said:

          I did open Ruby Console, and the LibFredo6 plugin seems to be the problem.

          Could you copy - paste the errors you see in the Ruby console.

          1 Reply Last reply Reply Quote 0
          • O Offline
            oyercab
            last edited by

            Error: #<Errno::ENOENT: No such file or directory @ rb_sysopen - /Users/21imac/Library/Application Support/.LIBFREDO6_DATA_Dir/LibFredo6_all_defaults.dat>
            /users/21imac/library/application support/sketchup 2018/sketchup/plugins/fredo6_!libfredo6/lib6registry.rbe:144:in initialize' /users/21imac/library/application support/sketchup 2018/sketchup/plugins/fredo6_!libfredo6/lib6registry.rbe:144:in open'
            /users/21imac/library/application support/sketchup 2018/sketchup/plugins/fredo6_!libfredo6/lib6registry.rbe:144:in write_to_file' /users/21imac/library/application support/sketchup 2018/sketchup/plugins/fredo6_!libfredo6/lib6registry.rbe:127:in store'
            /users/21imac/library/application support/sketchup 2018/sketchup/plugins/fredo6_!libfredo6/lib6plugin.rbe:1278:in usage_use' /users/21imac/library/application support/sketchup 2018/sketchup/plugins/fredo6_!libfredo6/lib6plugin.rbe:1266:in command_invoke'
            /users/21imac/library/application support/sketchup 2018/sketchup/plugins/fredo6_!libfredo6/lib6plugin.rbe:1249:in block (2 levels) in build_config_commands' /users/21imac/library/application support/sketchup 2018/sketchup/plugins/fredo6_!libfredo6/lib6traductor.rbe:1348:in call'
            /users/21imac/library/application support/sketchup 2018/sketchup/plugins/fredo6_!libfredo6/lib6traductor.rbe:1348:in block in add_command' SketchUp:1:in call'

            1 Reply Last reply Reply Quote 0
            • fredo6F Offline
              fredo6
              last edited by

              It seems you may have some restriction (security-based) to create subdirectories in /Users/21imac/Library/Application Support/.LIBFREDO6_DATA_Dir.

              Possibly, this has to do with the mode of your finder, which may require "View Hidden files".

              Can you check.

              Worse case, create the directory manually: /Users/21imac/Library/Application Support/.LIBFREDO6_DATA_Dir.

              Please note that there is a 'dot' before LIBFREDO6_DATA_Dir. On Mac, I think this to make the directory hidden.

              1 Reply Last reply Reply Quote 0
              • O Offline
                oyercab
                last edited by

                The directory is there, but it is hidden. I was able to see it by opening Terminal. Now what should I do? (The dot does make it hidden.)

                1 Reply Last reply Reply Quote 0
                • fredo6F Offline
                  fredo6
                  last edited by

                  @oyercab said:

                  The directory is there, but it is hidden. I was able to see it by opening Terminal. Now what should I do? (The dot does make it hidden.)

                  Could you enable the option "view hidden file" in your Finder.

                  In the Terminal, type
                  defaults write com.apple.finder AppleShowAllFiles YES; killall FINDER

                  If it does not work, then it would mean that your Support folder is protected against file creation by program, and then you'll have to find how to allow it via changing some security settings.

                  Fredo

                  1 Reply Last reply Reply Quote 0
                  • O Offline
                    oyercab
                    last edited by

                    @fredo6 said:

                    Could you enable the option "view hidden file" in your Finder.

                    In the Terminal, type
                    defaults write com.apple.finder AppleShowAllFiles YES; killall FINDER

                    If it does not work, then it would mean that your Support folder is protected against file creation by program, and then you'll have to find how to allow it via changing some security settings.

                    Fredo

                    When I did that, I got this response "No matching processes belonging to you were found."
                    But I can see the folder by typing the following two lines, one at a time:

                    defaults write com.apple.finder AppleShowAllFiles TRUE

                    killall Finder

                    What should be inside that hidden folder? It only contains a folder named DefaultParameters,
                    which has two files: FredoCorner.def and ROundCorNer.def (spelled just like that)

                    Gail

                    1 Reply Last reply Reply Quote 0
                    • fredo6F Offline
                      fredo6
                      last edited by

                      @oyercab said:

                      What should be inside that hidden folder? It only contains a folder named DefaultParameters,
                      which has two files: FredoCorner.def and ROundCorNer.def (spelled just like that)

                      LibFredo6 tries to create a file named "LibFredo6_all_defaults.dat", but apparently it cannot, based on the error that you get in the Ruby console.

                      So, this may be related to some security settings.

                      In the Ruby console, could you copy and paste the following command and press Enter
                      File.open(File.join(LibFredo6.appdata_dir, "LibFredo6_all_defaults.dat"), 'w') { |f| f.puts "###" }

                      Do you get an error?

                      If so, could you type (same command, but with a .txt extension)
                      File.open(File.join(LibFredo6.appdata_dir, "LibFredo6_all_defaults.txt"), 'w') { |f| f.puts "###" }

                      1 Reply Last reply Reply Quote 0
                      • O Offline
                        oyercab
                        last edited by

                        I deleted the hidden folder .LIBFREDO6_DATA_Dir.
                        and then uninstalled LibFredo6, FredoCorner and RoundCorner.
                        After doing that, when I re-installed LibFredo6, another file showed up below the folder DefaultParameters inside the hidden folder. It wasn't there before.

                        Then I re-installed FredoCorner and RoundCorner, and now they are both working!!

                        Thank you so much for your help and time, Fredo.

                        1 Reply Last reply Reply Quote 0
                        • fredo6F Offline
                          fredo6
                          last edited by

                          OK. Strange, but glad it worked. This may be useful to know for other Mac users.

                          Fredo

                          1 Reply Last reply Reply Quote 0
                          • N Offline
                            notapoireau
                            last edited by

                            découverte de ce plugin malin, bien que son interface ne rende pas son utilisation des plus pratiques; heureusement la généreuse et très détaillée documentation est là.

                            Par contre, impossible de savoir ce que le plugin considère comme étant une arête invalide. Et si je pose la question, c'est justement parce que sur un modèle simple (un anneau type bague semi ouverte) aucune arête et aucune surface ne peuvent être sélectionnés. Bon c'est vrai que je ne suis pas super à l'aide avec Sketchup, mais j'ai réussi à faire fonctionner ce plugin sur d'autres modèles.

                            Quelque chose m'échappe encore avec Sketchup; une fois de plus!


                            Ring.skp

                            1 Reply Last reply Reply Quote 0
                            • fredo6F Offline
                              fredo6
                              last edited by

                              @notapoireau said:

                              Par contre, impossible de savoir ce que le plugin considère comme étant une arête invalide.

                              RoundCorner permet de filtrer les arêtes selon leur propriétés (plain, soft, smooth, hidden). En general, on ne considère que les arêtes plain (donc non-soft, non-smooth, non-hidden).

                              Dans la palette de boutons, tu as un filtre qui peut être modifié.

                              RoundCorner - Palette Selection.png

                              Dans ton modèle, utilise l'option pour montrer la géométrie cachée.

                              Fredo

                              PS: J'ai publié recemment le plugin FredoCorner qui est un peu plus puissant que RoundCorner.

                              1 Reply Last reply Reply Quote 0
                              • N Offline
                                notapoireau
                                last edited by

                                Merci Fredo pour cette précision.
                                Je n'avais pas perçu cette partie filter des arêtes; bon pas plus succès quelle que soit le Edge Prop. Filter sélectionné, non seulement aucune sélection d'arête n'est possible, mais en plus Sketchup plante (du moins suis-je obligé de "forcer à quitter")

                                Je vais suivre ta suggestion en installant FredCorner, peut être aurais-je plus de succès...
                                ah ben non, décidément quand ça veut pas!

                                Dès que je fais appel au plugin, j'ai un message d'erreur, et il me faut cliquer sur OK une bonne vingtaine de fois pour en sortir. Une fois sortie de ce message d'erreur, même si le contour de la pièce apparait en rouge (donc sélectionné je suppose), je ne parviens pas à arrondir le bord. Je laisse tomber, je le ferai au papier de verre, une fois la pièce imprimée en 3D (je mettrai sans doute moins de temps).


                                Capture d’écran 2019-02-18 à 16.53.43.pdf

                                1 Reply Last reply Reply Quote 0
                                • N Offline
                                  notapoireau
                                  last edited by

                                  Merci Fredo pour cet éclaircissement.

                                  Reste que sur le fichier que j'avais joint, quel que soit le type d'arête sélectionné, le plugin ne fonctionne pas; il ne se passe rien, aucun arrondi n'est effectué.

                                  Quant à FredoCorner, ce n'est pas mieux, voire pire, puisque dès que le plugin est appelé j'ai un message d'erreur.

                                  Bon, je laisse tomber. Pour moi c'est trop compliqué de parvenir à faire fonctionner Sketchup de manière logique et fiable. Je ferai mes arrondis au papier verre, au moins là je suis certain d'y arriver.


                                  message d'erreur avec FredoCorner

                                  1 Reply Last reply Reply Quote 0
                                  • fredo6F Offline
                                    fredo6
                                    last edited by

                                    Verifie la valeur de l'offset qui est probablement trop grand.
                                    Ouvre RoundCorner ou FredoCorner sans aucune pre-selection
                                    Tu peux taper une nouvelle valeur dans la VCB ou en cliquant sur le bouton.

                                    1 Reply Last reply Reply Quote 0
                                    • N Offline
                                      notapoireau
                                      last edited by

                                      Première tentative: dès le lancement du plugin (roundcorner) Sketchup plante.

                                      je relance.
                                      Le plugin est activé (roundcorner): je vois en bas à droite Offset: 30mm , 6s

                                      https://i77.servimg.com/u/f77/19/58/42/50/offset10.png

                                      je change la valeur de 30 par 1: ne change rien, aucune arête sélectionnable.

                                      Puis je vois en haut à gauche cette cas qui semble est désignée par VCB;

                                      https://i77.servimg.com/u/f77/19/58/42/50/vcb10.png

                                      je souhaite donc changer la valeur. impossible; que je mette 10 ou 1, la boite de dialogue demandant de valider le nouveau choix ne cesse de revenir demandant la validation de cette valeur.

                                      Bref cela ne marche toujours pas, ou bien ce qui est plus probable c'est moi qui ne sait pas utiliser cela....alors que je suis bien plus à l'aise avec de la toile émeri.

                                      1 Reply Last reply Reply Quote 0
                                      • V Offline
                                        valid8r
                                        last edited by

                                        Please excuse my inexperience with both Sketchucation and this forum. I am I think replying to a thread when in fact I want to post a new thread for RoundCorner. I can't find a 'new thread' type button so again, my apologies.

                                        My Post Title would be: "Help with RoundCorner toolbar size in Sketchup 2016"
                                        Problem: I have had Round Corner installed for some time and always struggled with the fact that in my installation, the toolbar (the pop-up window for settings that appears after I select either S
                                        harpCorner or say RoundCorner - Bevel) is so small that I can not enter parameters for my roundcorner use. I am able to use the extension, but my problem is with the 'settings window' that appears when I select one of the three main options.

                                        Any help or direction on how to properly ask this question (and your patience is appreciated) would be much appreciated.

                                        Thank you in advance

                                        1 Reply Last reply Reply Quote 0
                                        • fredo6F Offline
                                          fredo6
                                          last edited by

                                          @valid8R

                                          You must have a high-resolution screen.

                                          For Sketchup 2016, you have to indicate the scale factor manually.

                                          Go to Window > LibFredo6 Settings > Default Parameters... to display the Default Parameters of LibFredo6.

                                          LibFredo6 - Resolution Scale factor.png

                                          At the top of the dialog box, you should adjust the value of the field "High Resolution Screen Factor". Probably a factor 2.

                                          Note that this adjustment is automatic for SU2017, SU2018 and SU2019.

                                          Fredo

                                          1 Reply Last reply Reply Quote 0
                                          • C Offline
                                            caritz
                                            last edited by

                                            HI i'm working on a youtube channel introducing sketchup extensions in korean language.
                                            Hoping if i and my team can make short films (dur : 1 min) from your works.
                                            Of course we're not selling, will leave all links to your page on the description
                                            we ask any opinion of this
                                            thanks.

                                            ps. The channel is not open yet and we're not gonna proceed without your permission

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 70
                                            • 71
                                            • 72
                                            • 73
                                            • 74
                                            • 74 / 74
                                            • First post
                                              Last post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement