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

    [Plugin] Mirror

    Scheduled Pinned Locked Moved Plugins
    211 Posts 72 Posters 390.6k Views 72 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.
    • TIGT Offline
      TIG Moderator
      last edited by

      πŸ˜’ NONE of my Plugins are in the EWH !
      They are ALL in the SketchUcation PluginStore.
      They should all be compliant with v2014.
      You should NEVER copy ANY plugins across into v2014 from older installation of SketchUp. unless you cannot get a current version.
      Most authors have updated their Plugins to be compatible with v2014, so you need to install the latest version.

      TIG

      1 Reply Last reply Reply Quote 0
      • KrisidiousK Offline
        Krisidious
        last edited by

        You should use the Plugin Store and or the SketchUcation Tools that will search and install plugins for you. Many authors here in the forums are not on the EWH.

        By: Kristoff Rand
        Home DesignerUnique House Plans

        1 Reply Last reply Reply Quote 0
        • jiminy-billy-bobJ Offline
          jiminy-billy-bob
          last edited by

          @tig said:

          NONE of my Plugins are in the EWH !

          Why not?

          25% off Skatter for SketchUcation Premium Members

          1 Reply Last reply Reply Quote 0
          • KrisidiousK Offline
            Krisidious
            last edited by

            Cuz he's SCF O-G Baby!

            By: Kristoff Rand
            Home DesignerUnique House Plans

            1 Reply Last reply Reply Quote 0
            • Rich O BrienR Offline
              Rich O Brien Moderator
              last edited by

              Fo' shizzle my Krizzle. It's the big T.I double gizzle.

              Download the free D'oh Book for SketchUp πŸ“–

              1 Reply Last reply Reply Quote 0
              • KrisidiousK Offline
                Krisidious
                last edited by

                lol

                By: Kristoff Rand
                Home DesignerUnique House Plans

                1 Reply Last reply Reply Quote 0
                • TIGT Offline
                  TIG Moderator
                  last edited by

                  A "bit of a falling out" in the pre-EWH days... while SCF PluginStore was already being setup...
                  A loooooooooooong story...
                  I might forgive them one day πŸ˜‰

                  TIG

                  1 Reply Last reply Reply Quote 0
                  • TIGT Offline
                    TIG Moderator
                    last edited by

                    Here's an updated v4.2, in the PluginStore http://sketchucation.com/pluginstore?pln=Mirror
                    I have adjusted the description in the tool's page to explicitly say it's PC & MAC compatible, for all SketchUp versions ! Some users were misunderstanding and assuming it was PC only !
                    I have also adjusted the script so that now it only installs the additional toggleWindows script [now loaded from .txt] and Win32API.so if the computer is a PC AND the SketchUp version is old [<v2014] - this workaround was introduced to sidestep rare Outliner crash issues, in older SketchUp versions on PCs. This is not needed for newer SketchUp versions, or on any MACs at all - so now if the files were previously installed they are now deleted to keep things tidy.
                    πŸ€“

                    TIG

                    1 Reply Last reply Reply Quote 0
                    • Rich O BrienR Offline
                      Rich O Brien Moderator
                      last edited by

                      Mucho gracias

                      Download the free D'oh Book for SketchUp πŸ“–

                      1 Reply Last reply Reply Quote 0
                      • K Offline
                        kaas
                        last edited by

                        Great plugin. Thanks for the update. I use it quite often. Quite strange this function has never been added to the native SU tools.

                        1 Reply Last reply Reply Quote 0
                        • josephkim626J Offline
                          josephkim626
                          last edited by

                          Probably this is a single plugin I use most often.

                          On that note TIG, I have a small request to make. Can you change or allow us to change the settings to have the newly generated object/geometry to be selected after the mirror command?

                          1 Reply Last reply Reply Quote 0
                          • TIGT Offline
                            TIG Moderator
                            last edited by

                            @josephkim626 said:

                            Probably this is a single plugin I use most often.

                            On that note TIG, I have a small request to make. Can you change or allow us to change the settings to have the newly generated object/geometry to be selected after the mirror command?
                            I'm not changing the established selection staying with the retained original.
                            BUT it's quite easy for you to adjust your own RB file yourself.
                            Use Notepad/Notepad++ [PC] or TextWrangler[MAC] to edit it - NEVER use a Wordprocessor with Ruby files.
                            The existing code at line #392 needs a new line of code adding - just before the 'commit_operation' -

                             @ss.clear; nents.each{|e|@ss.add(e) if e.valid?} 
                            

                            Now the selection always passes to the copy, whether or not you have chosen to keep the originals.

                            TIG

                            1 Reply Last reply Reply Quote 0
                            • S Offline
                              seasdes
                              last edited by

                              Will this plugin work with SU2015?

                              Using Sketchup Pro 2019

                              1 Reply Last reply Reply Quote 0
                              • Dave RD Offline
                                Dave R
                                last edited by

                                It works fine with SU2015. Do you have some reason to think it wouldn't?

                                Etaoin Shrdlu

                                %

                                (THERE'S NO PLACE LIKE)

                                G28 X0.0 Y0.0 Z0.0

                                M30

                                %

                                1 Reply Last reply Reply Quote 0
                                • S Offline
                                  seasdes
                                  last edited by

                                  Thanks for your reply. The reason that I ask is that SU 2015 is not listed in the Sketchucation store.

                                  Using Sketchup Pro 2019

                                  1 Reply Last reply Reply Quote 0
                                  • TIGT Offline
                                    TIG Moderator
                                    last edited by

                                    @seasdes said:

                                    Thanks for your reply. The reason that I ask is that SU 2015 is not listed in the Sketchucation store.
                                    Currently the choices offered for 'compatibility', to authors when they are setting up their PluginStore entries are <=v8, v2013 and v2014.
                                    If there were a v2015 it'd be used.
                                    I've PM'd GΓ‘bor about adding that choice - OR changing to ">=v2014".

                                    The good news is, if a Plugin is compatible with v2014, then it is almost certainly going to be compatible with v2015.
                                    The big changes in coding came at v8/v2013 and then the biggy at v2014, as that used a newer version of Ruby which handles a few things slightly differently, and is less forgiving of sloppy syntax etc, so there were potential issues stepping up versions.
                                    However, most authors updated their Plugins to suit the new Ruby when v2014 came along around a year ago.
                                    The main outstanding incompatibility was with Dider Bur's tools - but with his permission I have recently finished updating those to be compatible with the newer SketchUps - now available in the PluginStore.
                                    A v2014 compatible tool is almost certainly going to work in v2015, but it might have some issues when used in v2013 or even more likely <=v8, particularly if it now relies on some of the new features only available in the newer Ruby version etc, and there the author has included no workarounds for the earlier versions.***
                                    There are a few new methods now available in v2015, but that is more likely to mean that a v2015 based tool will not work [or be restricted] in earlier versions, which lack that new functionality.

                                    ***For example the SCF PluginStore toolset itself makes use of several of the new features available in the newer Ruby [v2014/v2015], but it is written to find the version of SketchUp running it, and where needed it runs alternative code - this may be slower, more clunky etc, but at least the user still gets most of the toolset's functionality, even when they have an old SketchUp version...

                                    TIG

                                    1 Reply Last reply Reply Quote 0
                                    • S Offline
                                      seasdes
                                      last edited by

                                      Thanks for your reply TIG.

                                      Using Sketchup Pro 2019

                                      1 Reply Last reply Reply Quote 0
                                      • josephkim626J Offline
                                        josephkim626
                                        last edited by

                                        @tig said:

                                        @josephkim626 said:

                                        Probably this is a single plugin I use most often.

                                        On that note TIG, I have a small request to make. Can you change or allow us to change the settings to have the newly generated object/geometry to be selected after the mirror command?
                                        I'm not changing the established selection staying with the retained original.
                                        BUT it's quite easy for you to adjust your own RB file yourself.
                                        Use Notepad/Notepad++ [PC] or TextWrangler[MAC] to edit it - NEVER use a Wordprocessor with Ruby files.
                                        The existing code at line #392 needs a new line of code adding - just before the 'commit_operation' -

                                         @ss.clear; nents.each{|e|@ss.add(e) if e.valid?} 
                                        

                                        Now the selection always passes to the copy, whether or not you have chosen to keep the originals.

                                        Great! I can try that.

                                        Thank you so much TIG

                                        -----------------edit

                                        Works great.
                                        Thank you so much for your help TIG!

                                        1 Reply Last reply Reply Quote 0
                                        • kimi kimiK Offline
                                          kimi kimi
                                          last edited by

                                          Hi TIG,
                                          First of all, I really appreciate all of your work! Everything you created is so awesome. I just wanted to ask you one thing. Could you make another plugin, almost the same as this one. It's also a mirror plugin. But it mirrors only against a vertical plane. 90% of these mirror operations, at least in my experience, end up by choosing the blue axis. It would be cool if we could just make 2 clicks instead of 3. I hope you can consider this request.
                                          And one more thing I would probably change is that "Erase original selection?" question. It's sometimes really hard to focus and "talk" to SketchUp after a long day. I often forget if it's asking me to erase or to keep, and I'm too tired to read. So, my preference would be to have these two possibilities as two separate commands or shortcuts.
                                          I know I'm getting to 4 different outcomes now with all that I wrote. Maybe call it mirror pro? πŸ˜„
                                          Anyway, I never had any problems with your plugins. It always executed perfectly without any problems. I just thought you could save us a few clicks. And since I use this thing at least 100 times a day, it would really mean a lot to me.

                                          Best regards!

                                          1 Reply Last reply Reply Quote 0
                                          • cottyC Offline
                                            cotty
                                            last edited by

                                            You can change the dialog in such a way that the more often used answer is the default one which you can simply choose by hitting the enter key without reading the text...
                                            http://sketchucation.com/forums/viewtopic.php?f=323%26amp;t=31410%26amp;p=510289%26amp;hilit=dialog#p510289

                                            (The mirroring with two clicks is occupied by the mirror through an axis)

                                            my SketchUp gallery

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

                                            Advertisement