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

    SCF TWEAKTOOLS 1.0

    Scheduled Pinned Locked Moved Developers' Forum
    29 Posts 15 Posters 3.9k Views 15 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.
    • K Offline
      kwistenbiebel
      last edited by

      CadFather,
      I really appreciate your efforts to structurize and organize the large amount of rubies in nice panels.
      It makes it easier for users and they get to know all kinds of cool plugins....
      As some people just don't have the time to browse this forum daily to keep track of all the ruby gems, this is a great initiative.

      Thank you very much. And off course, a big thank you to the authors of the rubies.

      1 Reply Last reply Reply Quote 0
      • CadFatherC Offline
        CadFather
        last edited by

        Thanks Kwuist 😄

        1 Reply Last reply Reply Quote 0
        • M Offline
          Matt666
          last edited by

          Great job CadFather! Thank you!

          Frenglish at its best !
          My scripts

          1 Reply Last reply Reply Quote 0
          • jim smithJ Offline
            jim smith
            last edited by

            @watkins said:

            CadFather,

            Close Opens is a commercial script (sells for 20 USD). Have you included it in the package? If so, I suggest you remove it asap.

            Regards,
            Bob

            ,

            CadFather - thank you for this tool bar- very handy to access these often used plug-ins.

            Is there an easy way to add a button to your tool bar for the "close Opens" and other Smustard routines that I have purchased?

            Thanks again

            Jim

            "Out of clutter find simplicity,
            from discord find harmony,
            In the middle of difficulty lies opportunity"
            Albert Einstein

            1 Reply Last reply Reply Quote 0
            • T Offline
              todd burch
              last edited by

              CadFather, your intentions are noteworthy, however, you are breaking the End User License Agreement that you agreed to when you downloaded Ruby Scripts from Smustard. You are not authorized to modify or redistribute Smustard Scripts. http://www.smustard.com/eula

              If you want to make icons for them, that's fine, and I would be happy to work with you to allow your toolbar to call my scripts in a seamless fashion.

              Todd

              1 Reply Last reply Reply Quote 0
              • CadFatherC Offline
                CadFather
                last edited by

                Hi Todd, i understand - the toolbar is removed. can we still find a way to provide an integrated toolbar rather than single icons?

                1 Reply Last reply Reply Quote 0
                • T Offline
                  todd burch
                  last edited by

                  Sure we can find a way. Send me an unencrypted version of your stuff and I'll be happy to work it out. Use the contact form @ Smustard if you don't have my email, attention Todd.

                  Thanks!

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

                    Hi Cadfather. when i click on the link it says the file is no longer available...

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

                      I hope you and Todd work something out.

                      1 Reply Last reply Reply Quote 0
                      • pilouP Offline
                        pilou
                        last edited by

                        Does it possible to make a sort of "stock" Icon / Ruby where user takes only that interest him for make his own tools bar?
                        Like this for example


                        exo.jpg

                        Frenchy Pilou
                        Is beautiful that please without concept!
                        My Little site :)

                        1 Reply Last reply Reply Quote 0
                        • CadFatherC Offline
                          CadFather
                          last edited by

                          Hi Pilou,

                          just open the 'ruby'_extension.rb and put a hash (#) in from of the unwanted one
                          if you do it like the example below, you will still get the command in the plugins menu

                          ##################################################################################################  
                          
                          cmd31 = UI;;Command.new("Unfold") {Sketchup.active_model.select_tool JF;;UnfoldTool.new}
                          cmd31.small_icon = "CD_ICONS/TWEAK/unfold_16.png"
                          cmd31.large_icon = "CD_ICONS/TWEAK/unfold_24.png"
                          cmd31.tooltip = "Unfold Objects like Cardboard Cutouts"
                          #gp_cd_tweak_m_tb.add_item(cmd31)
                          _cd_tweak_m_plugins_menu.add_item("Unfold") {Sketchup.active_model.select_tool JF;;UnfoldTool.new}
                          
                          ##################################################################################################  
                          
                          1 Reply Last reply Reply Quote 0
                          • D Offline
                            Daniel S
                            last edited by

                            @unknownuser said:

                            Does it possible to make a sort of "stock" Icon / Ruby where user takes only that interest him for make his own tools bar?
                            Like this for example

                            I´m not a programmer but Fredo6 in his FreeScale tool has something like this. You can enter going to Tools>Fredo6 Collection>FreeScale>Default Parameters and in the webdialog you can choose the icons visible in the toolbar. This is great!!.. i dont know if this can be extended to all our plugins folder or if its needed a change in the code of every plugin. But seems possible.

                            Daniel S

                            1 Reply Last reply Reply Quote 0
                            • pilouP Offline
                              pilou
                              last edited by

                              Thx for the info! 😎

                              Frenchy Pilou
                              Is beautiful that please without concept!
                              My Little site :)

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

                                @daniel s said:

                                @unknownuser said:

                                Does it possible to make a sort of "stock" Icon / Ruby where user takes only that interest him for make his own tools bar?
                                Like this for example

                                I´m not a programmer but Fredo6 in his FreeScale tool has something like this. You can enter going to Tools>Fredo6 Collection>FreeScale>Default Parameters and in the webdialog you can choose the icons visible in the toolbar. This is great!!.. i dont know if this can be extended to all our plugins folder or if its needed a change in the code of every plugin. But seems possible.

                                Daniel S

                                You can also modify the name of the toolbar used by FreeScale and give it the name of an existing one where you already have your favorite icons.

                                Fredo

                                1 Reply Last reply Reply Quote 0
                                • pilouP Offline
                                  pilou
                                  last edited by

                                  Thx for the precisions! ☀

                                  Frenchy Pilou
                                  Is beautiful that please without concept!
                                  My Little site :)

                                  1 Reply Last reply Reply Quote 0
                                  • J Offline
                                    Jim
                                    last edited by

                                    Just so I understand - with the exception of smustard scripts, is everyone else OK with their scripts being distributed in this toolbar?

                                    Hi

                                    1 Reply Last reply Reply Quote 0
                                    • CadFatherC Offline
                                      CadFather
                                      last edited by

                                      ..are you ok with it Jim?

                                      1 Reply Last reply Reply Quote 0
                                      • M Offline
                                        Matt666
                                        last edited by

                                        I am Ok.

                                        Frenglish at its best !
                                        My scripts

                                        1 Reply Last reply Reply Quote 0
                                        • 1 Offline
                                          123zxy
                                          last edited by

                                          CadFather: I support your initiative, you are one of the moderators of this forum (perhaps the principal) and have well earned the right.

                                          Put your menu bar online, and if "you" that eliminates the plugins have said owner. Do not give him a taste of "negotiate" with knowledge.

                                          That anyone who does not want to share, which is where you save most pleases.

                                          Greetings Carlos

                                          1 Reply Last reply Reply Quote 0
                                          • M Offline
                                            Matt666
                                            last edited by

                                            😲

                                            Frenglish at its best !
                                            My scripts

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

                                            Advertisement