• Login
sketchucation logo sketchucation
  • Login
πŸ€‘ SketchPlus 1.3 | 44 Tools for $15 until June 20th Buy Now

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

Scheduled Pinned Locked Moved Plugins
1.5k Posts 467 Posters 3.3m Views 466 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.
  • F Offline
    free agent
    last edited by 14 Jul 2009, 18:01

    yup i agree truely a pioneer, i love this pluggin so much i feel i need to post again and say thank you πŸ‘

    http:i167.photobucket.comalbumsu143FreeAgent84bug.gif

    1 Reply Last reply Reply Quote 0
    • F Offline
      fredo6
      last edited by 14 Jul 2009, 20:51

      @earthmover said:

      Fredo, You did something in this script that I don't think has been accomplished before. Namely, you allow the user to exit and switch tools in the middle of a calculation. This is also the only tool that allows me to switch to another window while it processes without the screen turning white and going to into the spinning circle icon. Is this something other coders could implement, or is it something specific you did within your LibFredo plugin????

      This is actually tricky but with no magic. I can be done by everyone. I just cut the calculation into slices and give back control to GUI from time to time.
      For Ruby programmers: Threads do not work well in SU7, because SU deactivates the main GUI thread for speed, and anyway, this method leads to twice the time when not interrupted. So I default back to the old good UI.start_timer.

      1 Reply Last reply Reply Quote 0
      • T Offline
        thomthom
        last edited by 14 Jul 2009, 21:05

        How long do you set the timer's timeout to?

        Thomas Thomassen β€” SketchUp Monkey & Coding addict
        List of my plugins and link to the CookieWare fund

        1 Reply Last reply Reply Quote 0
        • F Offline
          fredo6
          last edited by 15 Jul 2009, 09:13

          @thomthom said:

          How long do you set the timer's timeout to?

          Currently 1 second, to give some quick feedback when the user press Escape or click in the viewport.

          1 Reply Last reply Reply Quote 0
          • P Offline
            pep75
            last edited by 15 Jul 2009, 09:17

            Brilliant Fred06! Great programming!!! I really really wonder whether Google looks to these plugins, because you can't really model without them actually...But nevertheless they couldn't do better then you've done! Great!

            Grtzzzzzz
            Pep

            1 Reply Last reply Reply Quote 0
            • P Offline
              plot-paris
              last edited by 22 Jul 2009, 08:46

              thank you very much, fredo. another fantastic plugin. the ammount of control you give to the user, while keeping it easy to use is really great.

              I am very grateful. that is one functionality dearly needed in SketchUp...

              1 Reply Last reply Reply Quote 0
              • L Offline
                lexmonteiro
                last edited by 22 Jul 2009, 11:57

                Thank you fredo!
                If you start to use, you canΒ΄t live without it anymore!

                1 Reply Last reply Reply Quote 0
                • S Offline
                  s1design
                  last edited by 22 Jul 2009, 22:50

                  I just came across this plug-in and it is exactly what I have been searching for... this is an awesome one.

                  S - - W - EET ! ! !

                  Great Job.

                  1 Reply Last reply Reply Quote 0
                  • D Offline
                    Dvanex
                    last edited by 27 Jul 2009, 04:46

                    Thanks so much. I just couldn't visualize my remodeled bedroom when the mattress was a rectangular prism.

                    1 Reply Last reply Reply Quote 0
                    • M Offline
                      marleus
                      last edited by 27 Jul 2009, 06:04

                      Thanka again Fredo, works as a charm
                      πŸ‘ πŸ‘

                      Markus Sillander
                      Vantaa, Finland
                      I'm on FormFonts now
                      http://www.formfonts.com

                      1 Reply Last reply Reply Quote 0
                      • H Offline
                        han_seller
                        last edited by 31 Jul 2009, 17:18

                        Genius! πŸ‘ πŸ‘ πŸ‘

                        1 Reply Last reply Reply Quote 0
                        • M Offline
                          McGyver
                          last edited by 3 Aug 2009, 17:13

                          Very cool Fredo! Google should build one of those giant Lenin type statues of you in front of their headquarters, for all the added value you've given to SketchUp!! I'm now working on one for my home... Hope it's okay with you if the prototype is made of gummi bears and macaroni? I priced bronze but.....

                          [Visit My ShareCG Freebie Gallery](http://www.ShareCG.com/pf/full_uploads.php?pf_user_name)

                          1 Reply Last reply Reply Quote 0
                          • R Offline
                            Ruturaj
                            last edited by 12 Aug 2009, 18:00

                            Fredo,

                            Thats Cool man .................

                            Thanks

                            Good Job ....................... πŸ˜‰

                            Thanks,
                            RuturaJ

                            1 Reply Last reply Reply Quote 0
                            • D Offline
                              DJMX1
                              last edited by 13 Aug 2009, 17:24

                              πŸ‘ exeptionnel, du trΓ¨s bon travail, merci ! πŸ‘

                              1 Reply Last reply Reply Quote 0
                              • J Offline
                                Jim
                                last edited by 23 Aug 2009, 23:11

                                This will probably sound like I am being nit-picky, but would it be difficult to store the round-over radius and number of segments across sessions? It is just that I use this so often and find myself setting the defaults multiple times daily. Thanks.

                                Hi

                                1 Reply Last reply Reply Quote 0
                                • J Offline
                                  Jim
                                  last edited by 28 Aug 2009, 01:24

                                  Thank you Fredo, these are great new features!

                                  For those wondering - it is now possible to define a number of preset configurations that can be saved and loaded with one click.

                                  203.jpg

                                  You can also configure the number of presets in the Default setting dialog for the tool.

                                  Hi

                                  1 Reply Last reply Reply Quote 0
                                  • F Offline
                                    fredo6
                                    last edited by 28 Aug 2009, 06:54

                                    @jim said:

                                    This will probably sound like I am being nit-picky, but would it be difficult to store the round-over radius and number of segments across sessions? It is just that I use this so often and find myself setting the defaults multiple times daily. Thanks.

                                    Jim,

                                    I took you very good idea, and incorporated it as RoundCorner 2.1. So the parameters (all, not just the offset and nb of segments) are stored across sessions for each tool.
                                    As a bonus, I also created memory slots, designated by letters, to store parameters across SU sessions and restore them at your convenience.
                                    The new version is in the first message of this thread, at http://forums.sketchucation.com/viewtopic.php?f=180&t=20485#p171721
                                    Note that you will need to upgrade to LibFredo6 3.3.

                                    Fredo

                                    1 Reply Last reply Reply Quote 0
                                    • D Offline
                                      Decker
                                      last edited by 31 Aug 2009, 20:12

                                      Having Trouble getting this wonderful looking script to run
                                      Saw a thread from LibFredo describing the removal of empty directories
                                      Have the following empty directories
                                      LibFredo6 3.3a - LIBFREDO6_DIR_32
                                      also
                                      RoundCorner 2.1a - LIBFREDO_DIR_32
                                      ROUNDCORNER_DIR_20
                                      should these be removed???
                                      Should the .rb files LibFredo6.rb and Zloader__RoundCorner.rb be in their respective folders
                                      or should they be removed and placed directly in the plugins folder (someone could probably help me in understanding this in general - do the .rb files stay in the folders or must they be placed directly in the plugins folder for a plugin to function properly ???)
                                      Does the LibTraductor.rb script need to be removed for LibFredo6.rb to function properly?
                                      I am working on a MAC and greatly appreciate any help people can offer in solving this particular difficulty with loading RoundCorner 2.1a and LibFredo6 3.3a - am desperate to use what look like very necessary tools for SKU - Thankis in advance for your attention and help

                                      1 Reply Last reply Reply Quote 0
                                      • D Offline
                                        Decker
                                        last edited by 31 Aug 2009, 20:16

                                        Contiued from previous post - Difficulties with installation of LibFredo6 3.3a and RoundCorner2.1a

                                        After removing empty directories I get this message upon SKU start up -

                                        Error Loading File ZLoader__RoundCorner.rb
                                        uninitialized constant Traductor::Plugin

                                        Help Please.... 😒

                                        1 Reply Last reply Reply Quote 0
                                        • F Offline
                                          fredo6
                                          last edited by 31 Aug 2009, 21:01

                                          @decker said:

                                          Contiued from previous post - Difficulties with installation of LibFredo6 3.3a and RoundCorner2.1a

                                          After removing empty directories I get this message upon SKU start up -

                                          Error Loading File ZLoader__RoundCorner.rb
                                          uninitialized constant Traductor::Plugin

                                          Help Please.... 😒

                                          It could come from your Unzip program that may not respect the reconstruction of hierarchy for folders. On PC, it is advised to use WinZip, but on Mac, I don't know.

                                          Open the zip file, Select_all, click on Extract, select the Skechup Plugins folder, then answer YES to any request for overwriting.
                                          Do this for LibFredo6 3.3a.zip and for RoundCorner 2.1a.zip.

                                          Check that the folder hierarchy is correctly reconstructed

                                          At the top level, with the Sketchup Plugins folder, you should have only these files and folders:
                                          RDC Top level.jpg

                                          Within the folder ROUNDCORNER_Dir_21, you should have:
                                          RDC within.jpg

                                          Within the folder LIBFREDO6_Dir_33, you should have:
                                          RDC within LibFredo.jpg

                                          Don't bother for the rest. Do not delete, rename or move files manually.

                                          Fredo

                                          1 Reply Last reply Reply Quote 0
                                          • 1
                                          • 2
                                          • 3
                                          • 4
                                          • 5
                                          • 6
                                          • 7
                                          • 73
                                          • 74
                                          • 5 / 74
                                          • First post
                                            Last post
                                          Buy SketchPlus
                                          Buy SUbD
                                          Buy WrapR
                                          Buy eBook
                                          Buy Modelur
                                          Buy Vertex Tools
                                          Buy SketchCuisine
                                          Buy FormFonts

                                          Advertisement