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

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

    已排程 已置頂 已鎖定 已移動 Plugins
    1.5k 貼文 470 Posters 3.3m 瀏覽 469 Watching
    正在載入更多貼文
    • 從舊到新
    • 從新到舊
    • 最多點贊
    回覆
    • 在新貼文中回覆
    登入後回覆
    此主題已被刪除。只有擁有主題管理權限的使用者可以查看。
    • fredo6F 離線
      fredo6
      最後由 編輯

      @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 條回覆 最後回覆 回覆 引用 0
      • O 離線
        oyercab
        最後由 編輯

        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 條回覆 最後回覆 回覆 引用 0
        • fredo6F 離線
          fredo6
          最後由 編輯

          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 條回覆 最後回覆 回覆 引用 0
          • O 離線
            oyercab
            最後由 編輯

            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 條回覆 最後回覆 回覆 引用 0
            • fredo6F 離線
              fredo6
              最後由 編輯

              @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 條回覆 最後回覆 回覆 引用 0
              • O 離線
                oyercab
                最後由 編輯

                @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 條回覆 最後回覆 回覆 引用 0
                • fredo6F 離線
                  fredo6
                  最後由 編輯

                  @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 條回覆 最後回覆 回覆 引用 0
                  • O 離線
                    oyercab
                    最後由 編輯

                    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 條回覆 最後回覆 回覆 引用 0
                    • fredo6F 離線
                      fredo6
                      最後由 編輯

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

                      Fredo

                      1 條回覆 最後回覆 回覆 引用 0
                      • N 離線
                        notapoireau
                        最後由 編輯

                        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 條回覆 最後回覆 回覆 引用 0
                        • fredo6F 離線
                          fredo6
                          最後由 編輯

                          @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 條回覆 最後回覆 回覆 引用 0
                          • N 離線
                            notapoireau
                            最後由 編輯

                            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 條回覆 最後回覆 回覆 引用 0
                            • N 離線
                              notapoireau
                              最後由 編輯

                              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 條回覆 最後回覆 回覆 引用 0
                              • fredo6F 離線
                                fredo6
                                最後由 編輯

                                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 條回覆 最後回覆 回覆 引用 0
                                • N 離線
                                  notapoireau
                                  最後由 編輯

                                  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 條回覆 最後回覆 回覆 引用 0
                                  • V 離線
                                    valid8r
                                    最後由 編輯

                                    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 條回覆 最後回覆 回覆 引用 0
                                    • fredo6F 離線
                                      fredo6
                                      最後由 編輯

                                      @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 條回覆 最後回覆 回覆 引用 0
                                      • C 離線
                                        caritz
                                        最後由 編輯

                                        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 條回覆 最後回覆 回覆 引用 0
                                        • fredo6F 離線
                                          fredo6
                                          最後由 編輯

                                          @caritz said:

                                          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

                                          You have my permission. And thanks for this initiative (and thanks for asking).

                                          Obviously, It will be difficult to review it in your native language 😄

                                          Fredo

                                          PS: by the way, you may want to have a look at FredoCorner, which is a separate plugin that does the same and a lot more than RoundCorner. The only restriction is that FredoCorner is for SU2016+.

                                          1 條回覆 最後回覆 回覆 引用 0
                                          • N 離線
                                            notapoireau
                                            最後由 編輯

                                            C'est vrai que je ne suis pas un champion de Sketchup, mais j'essaie d'y mettre du mien. Hélas, je vais de déboire en déception.

                                            Dernière tentative en date d’utilisation du plugin roundcorner; tout cela est décidément trop mystérieux pour moi.


                                            Capture d’écran 2019-03-13 à 10.25.45.png

                                            1 條回覆 最後回覆 回覆 引用 0
                                            • 1
                                            • 2
                                            • 68
                                            • 69
                                            • 70
                                            • 71
                                            • 72
                                            • 73
                                            • 74
                                            • 70 / 74
                                            • 第一個貼文
                                              最後的貼文
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement