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

    [Plugin] Toggle Units

    Scheduled Pinned Locked Moved Plugins
    159 Posts 47 Posters 116.4k Views 47 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.
    • M Offline
      Matt666
      last edited by

      No problem CadFather 😉

      Edson : Thank you !
      Have you unzipped ain the plugin folder, and keep icons in the folder "toggle_units_icons" ?
      If yes, Can you open ruby console, type this line please :

      Sketchup.find_support_file("tuin.gif", "Plugins/toggle_units_icons")
      

      and show me what it returns ?

      Thank you !

      Frenglish at its best !
      My scripts

      1 Reply Last reply Reply Quote 0
      • EdsonE Offline
        Edson
        last edited by

        it returns this:

        @unknownuser said:

        Sketchup.find_support_file("tuin.gif", "Plugins/toggle_units_icons")
        /Library/Application Support/Google SketchUp 6/SketchUp/Plugins/toggle_units_icons/tuin.gif

        cheers.

        edson mahfuz, architect| porto alegre • brasil
        http://www.mahfuz.arq.br

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

          some icons - not great, will work more..

          tu.png


          16 GIF.rar


          24 GIF.rar

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

            Many thanks, Matt!
            For me it’s a considerable tool – I work very often w/ different unit formats on the same dwgs.

            Best regards,
            Cornel

            1 Reply Last reply Reply Quote 0
            • Didier BurD Offline
              Didier Bur
              last edited by

              Matt,
              STP remplace "unity" par "unit" dans le script. Unity veut dire à peu près "unification". 😉

              DB

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

                @CadFather, Thank you ! Could you post them in png format, please ?

                @didier said:

                STP remplace "unity" par "unit" dans le script. Unity veut dire à peu près "unification".

                😳 🤣 Vive mon anglais désastreux !

                You're welcome Cornel !! 😉

                Frenglish at its best !
                My scripts

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

                  ..they do need touching up, but here they are


                  16&24 PNG.rar

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

                    The 9 icons script has been updated with new icons on the script post. Please try it Edson !

                    Thank you CadFather !!

                    Frenglish at its best !
                    My scripts

                    1 Reply Last reply Reply Quote 0
                    • EdsonE Offline
                      Edson
                      last edited by

                      @matt666 said:

                      The 9 icons script has been updated with new icons on the script post. Please try it Edson !

                      no change, matt. still not working on mac. i click on the icons and nothing changes; it keeps the unit set through model info-->units.

                      edson mahfuz, architect| porto alegre • brasil
                      http://www.mahfuz.arq.br

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

                        Aaaargh ! I don't understand 😮 😮 😮 😞 😞

                        I need some help... I will ask others french scripters 😉 ! THERE IS A SOLUTION !!

                        Frenglish at its best !
                        My scripts

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

                          anyone else on mac having the same problem?

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

                            very good!thanks.

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

                              Can someone test this last one on Mac, please ?

                              Frenglish at its best !
                              My scripts

                              1 Reply Last reply Reply Quote 0
                              • EdsonE Offline
                                Edson
                                last edited by

                                still not working on my mac. nothing changes after i click on any icon. and btw, the meter icon is not showing.


                                Picture 16.png

                                edson mahfuz, architect| porto alegre • brasil
                                http://www.mahfuz.arq.br

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

                                  ..on pc that happens only if fractional or engineering is selected - once i click on decimal (from the toggle units icons) all icons become selectable and everything works..

                                  i think we really need some 'certified mac testers'.. (or they may be left behind) 😉

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

                                    +1 for certified mac testers!
                                    Sorry Edson for that and thank you so much to loose some time for script testing ! 😄

                                    Frenglish at its best !
                                    My scripts

                                    1 Reply Last reply Reply Quote 0
                                    • EdsonE Offline
                                      Edson
                                      last edited by

                                      @matt666 said:

                                      +1 for certified mac testers!
                                      Sorry Edson for that and thank you so much to loose some time for script testing ! 😄

                                      no problem, matt. it is a pleasure to be of help. could you be more specific as to which is the build to be tested? i looked at the first post of this thread and saw nothing different there.

                                      edson mahfuz, architect| porto alegre • brasil
                                      http://www.mahfuz.arq.br

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

                                        Yep! On Fedo6 advices, I changed the way that script called preferences units...
                                        So we have to try some things...
                                        Open your ruby console, copy and paste code below and can you show me the result please ?

                                        toggle_units(1)
                                        

                                        And

                                        Sketchup.active_model.options["UnitsOptions"]["LengthUnit"]
                                        

                                        And

                                        var = Sketchup.active_model.options["UnitsOptions"];var["LengthUnit"]= 4
                                        

                                        And this one (can you replace "VAR" by result of the last code entered, please ?

                                        toggle_units_validation_proc(<VAR>)
                                        

                                        Another thing : When does error message appears? While start of SU? After clicking on an icon?

                                        Sorry for all these tests, but it's necessary if I want to find the problem!
                                        Thank you Edson!

                                        Frenglish at its best !
                                        My scripts

                                        1 Reply Last reply Reply Quote 0
                                        • EdsonE Offline
                                          Edson
                                          last edited by

                                          matt,

                                          do no be sorry. just keep the tests coming.

                                          see the results in the attached picture. i do not get any error messages. it just does not change units.

                                          cheers.


                                          Picture 18.png

                                          edson mahfuz, architect| porto alegre • brasil
                                          http://www.mahfuz.arq.br

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

                                            😲 toggle_units(1) works!! Try toggle_units(1), toggle_units(2), toggle_units(3) etc... And take a look in the units window (Windows->Model info->Units), normally drawing unit changes...
                                            So I will post an update soon with toolbar code changed! Thank you Edson !

                                            Frenglish at its best !
                                            My scripts

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

                                            Advertisement